Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alias not found
Message
De
27/11/2001 00:24:04
Steven Dyke
Safran Seats USA
Texas, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Alias not found
Divers
Thread ID:
00586150
Message ID:
00586150
Vues:
50
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform