Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Array by Reference to anoher Form
Message
From
18/07/2006 23:00:24
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
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:
01137478
Views:
19
>Hi, all,
>
>I'm trying to pass one array by reference, from one form to another form, but it only pass the first column,
>
>
>Form1
>DIMENSION laFiles[nCopyNo]
>lnFiles=ADIR(laFiles,oApp.cAppPath+"\Tmp\"+lcNameFile+"*.*")
>DO FORM gc_sendmail WITH lcNameFileToPrint, .txtCodigo.Value, 1,laFiles
>
>Form2
>INIT:
>LPARAMETERS tcNomeFicheiro,tcCodTer,tnTipoTer,taFiles
>ThisForm.aFiles=taFiles
>
>
>
>Thank's
>
>João Batista

When sending an array by reference, prefix its name with a @ in the call:

DO FORM gc_sendmail WITH lcNameFileToPrint, .txtCodigo.Value, 1,@laFiles

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform