Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'field' phrase is not found
Message
 
To
05/07/1999 15:29:33
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00237551
Message ID:
00237559
Views:
11
Hi Matt:

This error occurs when you have a combo box where:
RowSourceType = 6
RowSource = "alias.field1, alias.field2"

You must delete the second alias, and the combo will work ok:
RowSourceType = 6
RowSource = "alias.field1, field2"

Good luck
Germán Turriziani
Marcos Juarez - Córdoba - Argentina
gturriziani@tutopia.com
gturriziani@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform