Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo box syntax error
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Combo box syntax error
Miscellaneous
Thread ID:
00332965
Message ID:
00332965
Views:
53
Hi,

Intermittently, I am getting error number 10, syntax error on the last line of the following code:
thisform.cboReport.RowSource = ''
CREATE CURSOR AvailableReports (cLine C(20))
INSERT INTO AvailableReports (cLine) VALUES ('Generic Query')
INSERT INTO AvailableReports (cLine) VALUES ('GL Activity')
thisform.cboReport.RowSource = 'AvailableReports.cLine'

I can see the problem is my redefining of the cursor behind the combo box. But I have not been able to see a pattern of when I get this error, as I can go thru it many times before hitting an error.

Can anyone suggest what I might do differently?

Thanks!
Vern
Next
Reply
Map
View

Click here to load this message in the networking platform