Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid Subscript Reference
Message
From
14/05/2001 09:32:14
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Invalid Subscript Reference
Miscellaneous
Thread ID:
00506781
Message ID:
00506781
Views:
57
The following SELECT statement causes an "Invalid Subscript Reference" error when run over a Citrix server:


SELECT projectid,name,typeid,biddue,tonnage,status,division,projects.salesreid,;
lastactivity FROM projects,curDivId,curSalesId WHERE projects.division =;
curDivId.DivisionId AND projects.salesrepid = curSalesId.salesrepid INTO;
CURSOR curProj

When I run this on my local machine or even over the local network it runs fine.
What am I doing wrong? Is there a better way to write this SELECT statement?

Thanks in advance for your help,
Russell Clendenon
Next
Reply
Map
View

Click here to load this message in the networking platform