Hi Patrick,
> 
> But it looks strange to call "UndoRecordChanges" form operation after my
> own "YourInsertFunction", it look like this call undo my own insert ...
> then, undo the operation of the form is not really no operation of the
> form ...

This should stop the prozess. I have had a look here
https://api.libreoffice.org/docs/idl/ref/FormFeature_8idl.html
and found nothing else to stop the process.

Could be
oFormOperations.execute(oFormFeature.ReloadForm)
oFormOperations.execute(oFormFeature.MoveToLast)

will switch to the new input you have inserted by yourself.
> 
> Could you please tell me more about the form operations ? In the book
> Robert Benitez - Database Programming OpenOffice.org Base & Basic -
> Cecilia Benitez, 2008 I find out nothing about all this ...

Most of the code I am using I have learned of the German book about
BASIC from Thomas Krumbein and also in message boards.

I have written down all this in the German Base-Handbuch, but it isn't
translated yet in English. The German version you could find here:
https://de.libreoffice.org/get-help/documentation/

Regards

Robert
-- 
Homepage: http://robert.familiegrosskopf.de
LibreOffice Community: http://robert.familiegrosskopf.de/map_3


-- 
To unsubscribe e-mail to: [email protected]
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy

Reply via email to