Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alias not found!
Message
From
15/10/2002 18:16:16
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Alias not found!
Miscellaneous
Thread ID:
00711528
Message ID:
00711528
Views:
40
Hi All:

I have the following code:
	SELECT <some fields> FROM TableA;
		INTO CURSOR ProcessThis NOFILTER ;
		WHERE TableA.ID = mID		
	
	GO top
	
	DO WHILE !EOF()
		* Assign values to variables
		mProcessA = ProcessThis.ID
		mProcessB = ProcessThis.ProcessB
		mProcessC = ProcessThis.ProcessC
		
		Do some more stuff.....		

        	* Reset the variables so they can hold new values
		mProcessA = 0
		mProcessB = 0
		mProcessC = ""
		
	LOOP
	EXIT
	ENDDO
Problem: I get an alias (ProcessThis) not found message after the first iteration of the loop. Where am I going wrong?

Thank you in advance.
- Ravi

True greatness consists in being great in little things.
- Charles Simmons
Next
Reply
Map
View

Click here to load this message in the networking platform