Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Having a problem locating a view?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00316528
Message ID:
00316541
Vues:
18
This message has been marked as the solution to the initial question of the thread.
>Trying to populate a cursor from a view with muliple(duplicate records) to
>drive a label form. I keep getting "g:\data\lproducts.dbf does not exist."
>error message as indicated below. Can anyone see the obvious? Using VFP6 SP3
>btw.
>for x = 1 to maxlabels
> appe from lproducts for howmany > totloops
>* and it bombs right here on the append
> totloops = totloops + 1
>endfor

APPEND FROM only operates on tables. You could try APPEND FROM DBF("lProducts"), but I'm not sure if that will work. It might be better to write it as an INSERT INTO.
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform