Re: [libreoffice-users] BaseForms: transferring contents of data fields to the database table

2016-01-07 Thread Marion & Noel Lodge
Hi Egbert, Andrew Pitonyak's "Open Office.org Base Macro Programming" on page 45 states - The safest solution is to modify the bound field directly. For example, your current code may be as follows: oControl.setString("myText") It is better if you can use the bound field:

[libreoffice-users] BaseForms: transferring contents of data fields to the database table

2016-01-04 Thread Egbert Eissing
I have a main form and a sub form. The main form holds one single record, the sub form contains multiple records related to the record in the main form. Both forms are holding alphanumeric and also pure numeric data. I wrote a macro to evaluate and calculate the numeric data in the sub form