Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Array by Reference to anoher Form
Message
From
18/07/2006 22:58:28
 
 
To
18/07/2006 22:54:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01137472
Message ID:
01137475
Views:
21
This message has been marked as the solution to the initial question of the thread.
Hi,
Try
Form2
INIT:
LPARAMETERS tcNomeFicheiro,tcCodTer,tnTipoTer,taFiles
DIMENSION ThisForm.aFiles[alen(tafiles)]
acopy(taFiles, ThisForm.aFiles)
HTH
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform