Hi friends,
I´ve a doubt about control managements with HMG.
I had create a Button with DEFINE command. Now i want know how to "destroy" (erase) this object for my form. Somebody know how to make this?
I thanks any help my friends,
Wish best regards,
Erase a Control
Moderator: Rathinagiri
- Rathinagiri
- Posts: 5482
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Contact:
Re: Erase a Control
Had you tried the release method?
From HMG Reference:
Syntax:
<WindowName>.Release
<WindowName>.<ControlName>.Release
If ALL / MAIN clause is used (or main window is specified) all active windows are released and the program is terminated.
From HMG Reference:
Syntax:
<WindowName>.Release
<WindowName>.<ControlName>.Release
If ALL / MAIN clause is used (or main window is specified) all active windows are released and the program is terminated.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
Re: Erase a Control
Rathi many thanks for your help. You´re a great man.
Thanks guy.
My best regards,
Thanks guy.
My best regards,