Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy file
Message
From
19/07/2004 18:26:25
 
 
To
19/07/2004 18:18:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00925927
Message ID:
00925961
Views:
18
>hi,
>
>thank you ,i well try.
>
> you know the time now is 1:15 after midnight,
>
>and the time in arizona is i think 4:15 day,
>
>i want to ask last equstion,
>
>how i can let the user make his report aloan (choise the fields) from any table as wizard report,
>have a nice day ,and thank you for your help and time.
>
>regards.

It's only about 3:15 here. We don't do Daylight Savings Time.

You can programmaticaly open any table in VFP and get it's structure using AFIELDS(). From that, you can build up any other VFP command you need and execute it from a macro. There results from the AFIELDS() can be put into a ComboBox or a ListBox so the user can choose.

Really, VFP is one of the most flexible and powerful tools when it comes to data-driven code that you'll find. The only limit to what you can do is your imagination. Well, that, and maybe some string manipulation skills come into play, too. ;)

Seriously, it's all right there at your finger tips, there are plenty of examples in the help file, here on the UT and on the web at places like http://fox.wikis.com and quite a few other places. Sometimes you just have to do your own "digging for gold".
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform