Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alias is not found
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Alias is not found
Divers
Thread ID:
00645732
Message ID:
00645732
Vues:
38
I have a view in my data environment called lv_status_tbl. This view is based on a table called status_tbl. My grid has recordsource 'lv_status_tbl and recordsourcetype is 'Alias'. When I requery my grid I keep getting errors that 'Alias is not found'. The following is the code I use:
for i = 1 to 2
....
....

		IF cItem=='ITCFIELDS'
			INSERT INTO status_tbl (DESCPT) VALUES ('ITCFIELDS record '+TRANSFORM(z)+' updated') 		
			REQUERY('lv_status_tbl')
		ELSE
			INSERT INTO status_tbl (DESCPT) VALUES ('UDFIELDS record '+TRANSFORM(z)+' updated') 		
			REQUERY('lv_status_tbl')
		ENDIF
		.grd.refresh()
Has anyone else run into this before.

Thank
Nick Patel
Répondre
Fil
Voir

Click here to load this message in the networking platform