Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RowSourceType = 6 Error
Message
From
05/03/1999 09:42:16
 
 
To
05/03/1999 09:39:26
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00194432
Message ID:
00194440
Views:
22
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform