Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Having a problem locating a view?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00316528
Message ID:
00316541
Views:
20
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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform