Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running form within form
Message
From
23/06/2023 04:57:31
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
22/06/2023 17:36:25
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
01686768
Message ID:
01686773
Views:
43
>I created on the invoice form, a property runnedForm (value=.null.)
>
>on the Save:
>
>wait wind ISNULL(thisform.runnedForm)
>IF ISNULL(thisform.runnedForm)
> do form ledger with acct,acctid NAME thisform.runnedForm
>ENDIF
>
>But it is still loopin.
>so I added
>wait wind ISNULL(thisform.runnedForm)
>to check, and thisform.runnedForm always .T.
>
>am I missing something?

Off the top of my head...
wait wind ISNULL(thisform.runnedForm)
IF ISNULL(thisform.runnedForm)
do form ledger with acct,acctid NAME thisform.runnedForm linked
else
thisform.runnedForm.show()
ENDIF

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform