PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Setting the Status via code
Setting the Status via code
Débuté par Shahine, 24 jan. 2008 10:47 - 1 réponse
Posté le 24 janvier 2008 - 10:47
Hi

How can I set the "Status" property of an Edit-Control object via code?
The modifier screen shows an extensive list of properties for the Edit-Control object, including "Status". This can be set at design time to "Enabled, Read-Only or Invisible"

But using <Edit-Control>.. does not list the "Status" property?

Does this mean not all the design time properties can be controlled at run time?
Is there another way of achiving this?

Many Thanks

Shahine
Posté le 24 janvier 2008 - 13:40
in run time, or via programing, there is ..state property which equals to Status property in Design mode.
Can be: "enabled",Grayed .. check help