Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create Cursor then Append with Memo field
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Create Cursor then Append with Memo field
Divers
Thread ID:
00871023
Message ID:
00871023
Vues:
54
Not sure where it is going wrong. The memo field is not appending into the cursor correctly. Also, the fields after the memo field are off.

SELECT memo1 from table1
CREATE CURSOR c_x (field1 MEMO)
DIMENSION amemo(1)
amemo(1) = table1.memo1
SELECT c_x
APPEND FROM ARRAY amemo

Thanks

Brenda
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform