Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alias is not found
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Alias is not found
Miscellaneous
Thread ID:
00645732
Message ID:
00645732
Views:
37
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
Reply
Map
View

Click here to load this message in the networking platform