Setting and getting database controls on field

Bill bill at bluewatermaritime.com
Sun Jul 11 18:27:05 EDT 2004


Using the database query builder you can make a query that you select in the
property of the field - you can say what column and you can choose "update
after editing" etc. I would like to get those properties like this:

On mouseup
  Get database properties of fld "foo"
End mouseup

I would also like to be able to set them with a transcript command

On mouseup
  Set query of fld "foo" to connect
  Set database column selected of fld "foo" to "first_name"
  Set "update after editing" of fld "foo" to true
End mouseup

On 7/11/04 5:31 PM, "use-revolution-request at lists.runrev.com"
<use-revolution-request at lists.runrev.com> wrote:

> On Sunday, July 11, 2004, at 03:48 PM, Bill wrote:
> 
>> How do you get the database settings from a field with transcript?
> may be if you will explain  yourself bit more I'll be able to try to
> help.




More information about the use-livecode mailing list