Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SCOPE of PARAMETER in FORM
Message
From
03/06/2001 12:37:16
Ing. T.R.M. Pluym
Pluym Elektronics Bv
Hulst, Netherlands
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
SCOPE of PARAMETER in FORM
Miscellaneous
Thread ID:
00514328
Message ID:
00514328
Views:
41
When I call a form like:

DO FORM frmMyForm WITH m.nMyParameter

I wrote:

PARAMETER m.nMyParameter

in the INIT event of frmMyForm

When I use:

? m.nMyParameter

in the INIT event it works, but the same code in the CLICK
event of a BUTTON on frmMyForm doesn't.

The problem is the SCOPE of the parameter, witch is LOCAL (I guess).

My question is:

1. how do I pass a parameter when I want to be PRIVATE ?
2. how do I pass a parameter to the CLICK event of the button ?
3. is there an other way to do this, whithout using an extra variable...


Thank's in advance...
Next
Reply
Map
View

Click here to load this message in the networking platform