Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
V6s5, ListBox: 'field' phrase is not found.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00813457
Message ID:
00813505
Vues:
8
I assume that you are going to add the actual field name later and dynamically in the code. Then
THIS.Icntmover1.lstAvailable.ROWSOURCE = THIS.Icntmover1.icAvailableCursorName + "."
may trigger an error because the actual field name is not given.

Also try to include field phrase into [ ], like:
THIS.Icntmover1.lstAvailable.ROWSOURCE ='['+ THIS.Icntmover1.icAvailableCursorName + "."+"field_name"+"]"


>Hi all
>
>I can't seem to find out this error
>
>Error #: 1130
>Message: 'field' phrase is not found.
>Line #: 58
>Code: THIS.Icntmover1.lstAvailable.ROWSOURCE = THIS.Icntmover1.icAvailableCursorName + "."
>Method: init
>Object: ifrmmovercursor
>
>The rowsource that I am creating is being created right I have check out its contents.
>
>Please advise.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform