Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to USE properly?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00064639
Message ID:
00064953
Views:
43
>I've used parameterized views to get subsets of data from one or
>more file based on some value,

Right, that's what I meant: adding a field to your table that indicates
what user is appropriate.

>Secondly, do you mean the Load event of the form and if so how do I add the file programatically?
WITH ThisForm.DataEnvironment
    .CloseTables
    .AddObject('Cursor', 'newTable')
    .newTable.Alias = "SameAlias"
    .newTable.CursorSource = "c:\myPath\" + ALLTRIM(lcEmployee)
ENDwith
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Previous
Reply
Map
View

Click here to load this message in the networking platform