Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
View Array from a class
Message
De
27/11/2003 10:44:10
Eric Gauthier
Transcontinental Interweb (Montreal)
Boucherville, Québec, Canada
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
View Array from a class
Divers
Thread ID:
00854029
Message ID:
00854029
Vues:
48
Hi,
I have a class named Class1 with a sql command inside who take some information from table1.dbf into an array. Here the SQL :

Select info1,info2,info3 from table1 into array A1.

It's possible to view the information of the Array out of the class????.
If yes How can i do it??.

obj = createobject("Class1")
...
*!* Display the array inside Class1

if empty(array)
*!* Do something
else
*!* Do something
endif


I dont want to use into table table1.dbf or cursor, it's very important to use Array.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform