Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Syntax error that occurs occassionally
Message
From
23/01/2001 15:51:30
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Syntax error that occurs occassionally
Miscellaneous
Thread ID:
00467556
Message ID:
00467556
Views:
41
here is the code, the error occurs on the last line, but it doesn't happen all the time. Just every now and then. Any suggestions:

ThisForm.List1.RowSourceType = 0
ThisForm.List1.RowSource = ''

cReportProcedure = alltrim(rep.rep_prg_nm)

lcDo = "do " + lcRep + " with 'disad', .T., .T., " + ;
alltrim(str(rep.rep_pk)) + ", '" + lcCompanyName + "'"
&lcDo

select rep

ThisForm.List1.RowSourceType = 6
ThisForm.List1.RowSource = 'Rep.rep_ds'
Next
Reply
Map
View

Click here to load this message in the networking platform