Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Saving User Choices
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00036864
Message ID:
00036866
Views:
47
>I have a VFP 5.0 form with checkboxes the users check to select printing options (preview, printer dialog box, send directly to printer.)
>
>Some users want to preview the reports first and others want so skip this step and send the report directly to the printer.
>
>How do I save the user's preferences; in other words, how do I save which checkboxes they selected last so the next time they start my app they will default to their choices?

The good way is to have Config.dbf table installed locally (together with exe). In this table you can save as many app settings as you want, adding new fields and/or records. Basically, you can have App object with all properties saved to/restored from the Config.dbf.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform