Modal form hide other form showed

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
l3whmg
Posts: 694
Joined: Mon Feb 23, 2009 8:46 pm
Location: Italy
Contact:

Modal form hide other form showed

Post by l3whmg »

Hi guys,
First of all I don't remember well about modal form.
Any way, I have this situation: I have one (or more) standard/child form showed and then I want show a modal form. At this point the previous (standard/child) form is automatically hided.
It's correct and I don't remember or it's a problem?

Many thanks in advantage.

Best regards
Luigi from Italy
www.L3W.it
User avatar
Rathinagiri
Posts: 5482
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Modal form hide other form showed

Post by Rathinagiri »

Modal form is a form which requires an interference of the user (like msgyesno() window). Only after the user takes a decision and does something, the programme can run further.

So, it is obvious that the modal forms hide the parent window or even any other window in that application.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
l3whmg
Posts: 694
Joined: Mon Feb 23, 2009 8:46 pm
Location: Italy
Contact:

Re: Modal form hide other form showed

Post by l3whmg »

Hi Rathi,
many thanks for your clarification: I remember wrong!

Best regards
Luigi from Italy
www.L3W.it
Post Reply