Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table number is invalid (Error 17)
Message
From
25/07/2004 06:09:17
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Table number is invalid (Error 17)
Miscellaneous
Thread ID:
00927677
Message ID:
00927677
Views:
54
Help please,
I have the following code:
set order to tag id in log
select finallog
scan
	select log
	if seek (finallog.logid,log.id)=.f.&&on this code line I get the error message-Table number is invalid (Error 17) 
		loop
	endif
	scan while finallog.logid=log.id
		insert into sikum1 values (log.tested,log.price,log.testedm,log.pricem,log.addpay)
	endscan
endscan
How can help me?
(VFP6)
Thank you
Chaim
Next
Reply
Map
View

Click here to load this message in the networking platform