Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alias not found
Message
From
27/11/2001 00:24:04
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Alias not found
Miscellaneous
Thread ID:
00586150
Message ID:
00586150
Views:
49
I have 3 tables in my form dataenvironment. The form loads ok but when I click a button on the form that runs code to select the second table in the DE I get an error that the Alias can't be found.

Select changeview
If !Empty(changeview.w1) Then
soh1sd = .T.
Else
soh1sd = .F.
EndIf
Replace changeview.w1 With AllTrim(ThisForm.fn2b) + " " + AllTrim(ThisForm.ln2b)
Replace changeview.w1d With Date()
Replace changeview.spcnte With ""
Select drawlctview2
m.dl123 = ThisForm.dts
=Requery("drawlctview2")
If reccount() > 0 Then
Next
Reply
Map
View

Click here to load this message in the networking platform