Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why ????
Message
From
07/04/2000 03:33:22
 
 
To
07/04/2000 03:12:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00356690
Message ID:
00356693
Views:
13
Hi Benn

Really very surprising...!!! actually I declared another public variable it was showing up in the MyProc... but then I passed that variable to procedure it was gone... very strange.

I found solution for this in otherway. Try this :
*-- MAIN
PUBLIC dDate_1
PRIVATE dtemp

dDate_1 = DATE()
dtemp = dDate_1


=MyFunc(dDate_1)
DO MyProc WITH dtemp

RETURN

I know not a logical solution but this may solve your problem.

Thanks and Regards
Jeetu
Previous
Reply
Map
View

Click here to load this message in the networking platform