Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
V6s5, ListBox: 'field' phrase is not found.
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00813457
Message ID:
00813505
Views:
7
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform