Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I get an error I cannot explain
Message
From
22/05/2006 05:35:43
 
 
To
22/05/2006 05:21:47
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01123880
Message ID:
01123883
Views:
31
I got through the error with the Try...endTry set of instructions :
	Try 
		If !Used('clienti')
			Use clienti Again In 0
		EndIf 
	Catch to oErr
		If oErr.errorno = 9
			If !Used('clienti')
				Use clienti Again In 0
			EndIf 
					
		EndIf 
	Finally 
		If Empty(Sys(14,1,'clienti'))
			Select 'clienti'
			Set Index To 'clienti1'
		EndIf 	
	EndTry 	
Now it goes on without errors but I don't like this solution very much...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform