Re: Re: Sorry, repaired macro added
Alex Thurgood <[email protected]>
| Newsgroups | gmane.comp.openoffice.dba.user |
|---|---|
| Message-ID | <[email protected]> |
Le mardi 13 septembre 2005 à 13:14 +0300, Heikki Tuhkanen a écrit : > > You still have to insert the data into the field with an SQL statement > > command. > > You mean that field box doesn't have any property which contains the value > of table and can't be changed without SQL in macro? > Andrew has given you examples of how to read and write values from form controls bound to fields, but you still have to establish a db connection and then you can use the RowSet properties and methods. You should also take a look at the API documentation to obtain all of the methods and properties available. Alex