Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use _ASSIGN with array ?
Message
De
05/04/2007 12:31:14
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
How to use _ASSIGN with array ?
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
MS SQL Server
Divers
Thread ID:
01212575
Message ID:
01212575
Vues:
60
Is it possible to show my aAttachments[] array, but avoid access, like I did for TO property?

----------------------------------------------------------------------------------------------------------------------------------------------------------
DEFINE CLASS SendEmailFax as session OLEPUBLIC 
DIMENSION aAttachments[1]
PROTECTED LastError
	
LastError = ""
To = ""
Cc = ""
Bcc = ""
Subject = ""
Body = ""

PROTECTED PROCEDURE To_ASSIGN (tcValue as String)
   	
SET PROCEDURE TO _utility ADDITIVE 
THIS.To = ValidEmailFaxString(tcValue)
THIS.CheckLastError(21, "THIS.To", tcValue)
		     	
ENDPROC
ENDDEFINE
Marc Levesque
La Prairie, Quebec (CANADA)
marc.levesque@videotron.ca
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform