Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why ????
Message
De
07/04/2000 03:33:22
 
 
À
07/04/2000 03:12:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00356690
Message ID:
00356693
Vues:
16
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform