Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RowSourceType = 6 Error
Message
De
05/03/1999 09:42:16
 
 
À
05/03/1999 09:39:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00194432
Message ID:
00194440
Vues:
24
>I have the following lines of code:
>
>control.RowSource = CursorName.ColumnName
>control.RowSourceType = 6
>
>When they are executed, I got the message: "field" phrase not found.
>
>Can I use cursors as RowSource instead of tables?
>
>TIA,
>CARIE

It should be:
control.RowSourceType = 6
control.RowSource ="Mycursor.Myfield" && literal alias.field
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform