Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'field' phrase is not found
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00237551
Message ID:
00244509
Views:
21
>Perhaps it is because I'm requerying? Do I need to protect the rowsource when requerying like with a grid control?
>
>Matt

I've frequently gotten this error as a result of requerying views or reissuing a SQL Select (type 3)

Temporarily set your rowsource to an empty string and reissue the SQL Select/Requery the view:

.RowSourceType = 0
.RowSource = ''

[code]

.RowSource = 'table.field1,field2'
.RowSourceType = 6


HTH
Dan
St. Petersburg, FL

"I started out with nothing and I still have most of it left"
Previous
Reply
Map
View

Click here to load this message in the networking platform