From: christopher s. <chr...@ya...> - 2001-03-08 11:35:20
|
This doesnt work $ModuleWindow->text2_tab1->Change(-readonly => 1); what is the correct way ? chris ----- Original Message ----- From: christopher sagayam <chr...@ya...> To: <per...@li...> 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 |