Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Value By Ref To Form
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01317386
Message ID:
01317390
Views:
8
The parameters are passed by reference in DO FORM by default. Keep in mind that parameters are only accessible in the Init of the form.

>Why isn't this working:
>
>
>iDataSession = 0
>DO FORM Forms\MyForm WITH iPrimaryKey,,,@iDataSession
>SET DATASESSION TO (iDataSession)
>
>
>It doesn't like the '@" on the @iDataSession
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform