Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing Array by Reference to anoher Form
Message
De
19/07/2006 05:40:24
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01137472
Message ID:
01137530
Vues:
17
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform