|
-
Call Form Problem
Hi,
I have three (3) FORM (Developer/2000 6i)
Main
sub1
sub2
calling FORM sub1 from Main -Ok CALL_FORM('C:\abc\sub1.fmx');
calling FORM sub2 from sub1 -Not working CALL_FORM('C:\abc\sub2.fmx');
If I run program from main then it call sub1 not sub2 from sub1
If I run program from sub1 then it call sub2
* I am using PRESS_BUTTON trigger
* codes
CLEAR_FORM
CALL_FORM('......');
Please help to resolve this issue.
Thanks in advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|