Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote Connections
Message
From
31/10/2005 10:29:36
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
 
To
31/10/2005 09:29:26
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01063183
Message ID:
01063562
Views:
9
There is a way to make the message number a linke but I don't know how :(. Here is the code.
DO WHILE .t. 
	TRY 
		lnRetVal = SQLEXEC(this.oconnection.nconnection,tcSQl,tcCursor)
	CATCH
		lnRetVal = -1
	ENDTRY 
	IF lnRetVal < 0
		this.geterrormessage() 
		IF this.oconnection.resetconnection()
			lnLoop = lnLoop + 1 
			IF lnLoop < 2 
				this.cerrormessage = ""
				DIMENSION this.aerrormessage[1] 
			ENDIF 
		ELSE
			EXIT
		ENDIF 
	ENDIF 
	IF lnLoop = 1 
		lnLoop = lnLoop + 1 
	ELSE 
		EXIT 
	ENDIF 
ENDDO
>How do I get to this message?
Previous
Reply
Map
View

Click here to load this message in the networking platform