Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL SELECT Syntax Error
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00966144
Message ID:
00966145
Views:
11
Yikes, it just hit me that I didn't use the command, INTO CURSOR tmpLineNumberCount.

>What is wrong with the following code?
>(There is already a "WITH THISFORM" preceding this code.)
SELECT COUNT(*) AS nCount ;
	FROM ;
		LOADING ;
	WHERE ;
		LOADING.Order = .txtcOriginalOrderNumber.Value AND ;
		Loading.Line  = .txtcLineNumber.Value ;
	INTO tmpLineNumberCount
Previous
Reply
Map
View

Click here to load this message in the networking platform