Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Array by Reference to anoher Form
Message
From
19/07/2006 05:40:24
 
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:
01137530
Views:
16
Hi Sergey,

Until now i pass the array between forms, i need to pass the same array to an object like,
   .oOutLook.SendOutlookMail(lcTo, lcSubject, cPath, .aFiles)
If i use the same technique, in .SendOutlookMail it gives that 'taFiles is not an array'.
SendOutlookMail
   LPARAMETERS tcTo, tcSubject, tcPath, taFiles
   DIMENSION This.aFiles[1]
   ACOPY(taFiles, This.aFiles) && Error here
João Batista
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform