https://bugs.documentfoundation.org/show_bug.cgi?id=164483
Bug ID: 164483
Summary: QRCode: Dialog for creating Code won't stop executing
of Basic macro for input
Product: LibreOffice
Version: 25.2.0.0 alpha0+
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
Created attachment 198288
--> https://bugs.documentfoundation.org/attachment.cgi?id=198288&action=edit
Unzip files. Start database - macros enabled. Follow instruction.
Internal QRCode generator works only with .uno:InsertQrCode and .uno:EditQrCode
I have created a QR-Code for invoices and wanted to change the code by
.uno:EditQrCode.
1. The dialog appears and I have to press OK for running the procedure for
creating the code. No way to do this without any dialog.
2. Dialog wont stop executing of Basic like it is done my a messagebox. The
code will step forward and the invoice will be saved without the changed
barcode. I have to add WAIT(5000) to get a chance to press OK and save the
invoice with right barcode.
This bug is about the behavior 2. A dialog, which has been started by a
procedure in Basic, should stop executing following code of the same macro.
Will attach the database and a template to show the behavior. There must be set
Macro execution on. A form will appear. Press "Rechnung erstellen". It will be
created by the template. QR-Code-dialog will appear. Wait 5000 will stop the
code for 5 seconds. Wait and the next message appears (saving and sending
mail). Code works on while dialog for QR-Code is open.
--
You are receiving this mail because:
You are the assignee for the bug.