Doubt dynamical fields [message #529371] |
Mon, 31 October 2011 07:04 |
|
felipecabral1451
Messages: 9 Registered: March 2011 Location: Brazil
|
Junior Member |
|
|
Hello all!
I need help in a new doubt!
I developed a form that have some fields that i enable or disable according the values on database, this form is for take reports and each report have your each parameters, so i select the parameters name from database and disable or enable the fields.
So i have:
report Parameter Value
1 p_name aaa
1 p_type test
1 p_type test2
2 p_date
P_type is a list and i populete it with the values test and test2, after this i need to set the value but i don't know how can i set it like a variable. I can't do :p_type := 'test' because the field came from the database.
Can you help me?
Thank you!
|
|
|