Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alias not found!
Message
De
15/10/2002 18:16:16
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Alias not found!
Divers
Thread ID:
00711528
Message ID:
00711528
Vues:
41
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform