Data Field Attributes [message #475297] |
Tue, 14 September 2010 05:04 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
eight8ball@gmail.com
Messages: 20 Registered: February 2010
|
Junior Member |
|
|
Hi,
Pretty new to forms and was wondering:
If I have a form which basically has fields which the user enters as search criteria, they then click on a find button which displays the data.
This all works.
I would now like to, depending on one of the fields values, set certain other fields attributes (such as editable etc).
problem I have is with when I click on a record in the dataset it changes the all rows (using WHEN-NEW-RECORD-INSTANCE trigger).
I would only like it to change the specific rows field attributes .
Is there a easy way to do this....
Thanks
|
|
|
|
|
|
|
|
Re: Data Field Attributes [message #475431 is a reply to message #475304] |
Wed, 15 September 2010 01:53 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
|
eight8ball@gmail.com wrote on Tue, 14 September 2010 10:53i dont want the code to set an item property, i want to know if its possible to set item attributes to different values within the same data block
You don't want the code? So why you use WHEN-NEW-RECORD-INSTANCE?
The only way to set the property (not to set all rows) is using set_item_instance_property. And you have to put CODES there.
|
|
|