Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Collections
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP1
Database:
Visual FoxPro
Divers
Thread ID:
01040090
Message ID:
01040288
Vues:
15
CLEAR all
USE MyTable

oColl = CREATEOBJECT("Collection")

SCAN

  SCATTER NAME oRecord MEMO
	
  oColl.Add(oRecord, TRANSFORM(oRecord.RecordId))

ENDSCAN

FOR nItem = 1 TO oColl.Count

  ? oColl[nItem].RecordId
  ? oColl[nItem].SomeField

ENDFOR

RETURN
>How can we create a multi dimensional Collection (multi columns) and how can we display the data in Grid.
>
>Thanks, Jitendra Shahani
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform