Hello,
WD 22
I want either to display fields in a table according to the setup value. I wrote code in init section to make few fields invisible, [the following code] but it didn't work out.
Tablename.fieldname.visible = False
But the same code works, if executed at click of a button. But I want it to be executed when the window opens up.
Tried writing in end of init, focus gain of widow, but no effect.
Where the code to be written to have the right effect ?
Happiness always
BKR Sivaprakash
WD 22
I want either to display fields in a table according to the setup value. I wrote code in init section to make few fields invisible, [the following code] but it didn't work out.
Tablename.fieldname.visible = False
But the same code works, if executed at click of a button. But I want it to be executed when the window opens up.
Tried writing in end of init, focus gain of widow, but no effect.
Where the code to be written to have the right effect ?
Happiness always
BKR Sivaprakash