Hi Everybody,
I have one EditText type field named "etGroupName". It is defined in the designer. The parent being "panelGroup".
I have 2 clarifications.
1. Even though "panelgroup" enabled property is False, "etgroupname" field is getting focus and allows input. How ?
2. Is there any way I could use a macro to refer to "etGroupName" like
( only a Pseudo code )
dim et as edittext
et=etgroupname ( same data type )
the code et.enabled=true - will make etgroupname.enabled property to true
the code et.text="some text". - will make etgroupname.text same as et.text
is it possible to achieve this in real code ?
I have one EditText type field named "etGroupName". It is defined in the designer. The parent being "panelGroup".
I have 2 clarifications.
1. Even though "panelgroup" enabled property is False, "etgroupname" field is getting focus and allows input. How ?
2. Is there any way I could use a macro to refer to "etGroupName" like
( only a Pseudo code )
dim et as edittext
et=etgroupname ( same data type )
the code et.enabled=true - will make etgroupname.enabled property to true
the code et.text="some text". - will make etgroupname.text same as et.text
is it possible to achieve this in real code ?