In LO Base:
Version: 7.0.6.2 (x64)
Build ID: 144abb84a525d8e30c9dbbefa69cbbf2d8d4ae3b
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded
I have a macro launched by the event that the item status is changed on a listbox. Early on (immediately after defining all variables), I have:
oLaunchingListboxForm.formOperations.execute(8)
Intending to force what is selected to be stored before anything else takes place.
That line keeps throwing:
BASIC runtime error.
An exception occurred
Type: com.sun.star.sdbc.SQLException
Message: Function sequence error…
Anyone know why this is happening or what I can do to avoid it?