Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alias cannot be found when using views
Message
De
18/06/2002 17:15:43
Angela Haws
Seminole County Tax Collector
Debary, Floride, États-Unis
 
 
À
18/06/2002 11:15:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00669725
Message ID:
00669913
Vues:
19
The Component Gallery is where I got the nav button. I was able to get the view to work, making sure I didnt "use" or "select" another table...

Here's what I put in the "Next" Nav button

Open Database Occdata
lc_CustID = Thisform.custnum
If !Used('Vowner')
Select 0
Use vowner
Else
Select vowner
Endif
If !Eof()
Skip
If Eof()
Skip -1
Endif
Thisform.Refresh()
Else
Messagebox("End of File")
Endif

Thank you for everyone's help!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform