daogu

saniao
August 27, 2010
Which Trigger and What Level?
Posted by : admin
Filed under : Forms

What trigger fires when the user cycles from record to record in a single block form?
Example:
When user cycles through records (using next_record bound key) I need to set enabled/disabled property of certain text items in the form.
How can I achieve this?
Thanks,
Steve
Answer:Well, if you need to enable/disable items in those records, do that in PRE-RECORD and [...]