Current Record?? [message #80765] |
Mon, 18 November 2002 06:55 |
Forza
Messages: 3 Registered: November 2002
|
Junior Member |
|
|
I have a tabular form with button for each record. If the cursor is on a record and I want only enabled the button for that record. How can I do that. I tried with SYSTEM.CURSOR_RECORD, I dont successed.
Thanks
|
|
|
Re: Current Record?? [message #80766 is a reply to message #80765] |
Mon, 18 November 2002 12:26 |
F. Tollenaar
Messages: 64 Registered: November 2002
|
Member |
|
|
Depends on the version of Forms.
From version 6 or 6i and up you can do a set_item_instance_property. With that you can manage 1 cell in a table instead of a column.
Another possibility is to show only 1 button per table instead of 1 button per row. That way, you will always be handling current-record. To do this change property "Number of Items displayed" to 1.
hth
Frank
|
|
|