It's been a while since I used forms, and I am modifying an existing system
and need to call a form and do some processing and then continue with the
code from the calling form.   Modal form.  Easy, right?

Well, the calling form code (button) is not stopping while the form I am
calling runs.   The INIT() code of the called form runs, the form is
displayed, but control is passed back to the calling form (which closes a
file that the called form needs).

The code that calls the form looks like this: 
IF RECCOUNT("Core") > 0 THEN 
        DO FORM ..\forms\UpReview NAME Review NoShow
        Review.show(1)
ENDIF


I can remove the noshow parameter and following line and get the same
results.   Both forms are set to Modal.  Both are Window type 2-As Top-Level
Form; no change if I make the called for 1-In Top Level Form.   Both use the
default datasession.   The called form is not hidden or released.

Any clues?  Been driving me crazy since yesterday.

TIA,
Lou
 

__________ Information from ESET NOD32 Antivirus, version of virus signature
database 5274 (20100713) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/00bd01cb228d$6d5e70b0$481b52...@com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to