This doesnt work $ModuleWindow->text2_tab1->Change(-readonly => 1);
what is the correct way ? chris ----- Original Message ----- From: christopher sagayam <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, March 08, 2001 11:32 AM Subject: how to set ? How to dynamically change the readonly attributes of a text field ? $ModuleWindow->text2_tab1(-readonly => '1'); and later $ModuleWindow->text2_tab1(-readonly => '0'); how to make the above work ? chris

