Hi all,
according to thread184-863297 a top-level from cannot be modal so how does a secondary form become modal?
Here is my question. I have a main form, size is 250x440.
A button calls a second form which is 330x600, obviously it is a "(2) as top-level form" because it cannot be "(1)in Top-Level form", it won't fit.
The second form displays ok but the code in the main form continues after the call of the second.
I don't want the code after the DO FORM statement to execute. I want the second form to be modal.
I'm using VFP9.0.
Any suggestions?
Thanks
according to thread184-863297 a top-level from cannot be modal so how does a secondary form become modal?
Here is my question. I have a main form, size is 250x440.
A button calls a second form which is 330x600, obviously it is a "(2) as top-level form" because it cannot be "(1)in Top-Level form", it won't fit.
The second form displays ok but the code in the main form continues after the call of the second.
Code:
** main form - now call second form
DO FORM forms\frmedit
I don't want the code after the DO FORM statement to execute. I want the second form to be modal.
I'm using VFP9.0.
Any suggestions?
Thanks