Saving Data between sessions 
Author Message
 Saving Data between sessions

What is the recommended strategy for saving user-specified parameters
between sessions?  For example, I create a dialog box and I want to
save what was entered so that it will be displayed the next time the
dialog is displayed.

I have seen techniques were data is written to the .ini file or
registry entries.  I'm just curious as to what the recommended
approach might be.



Sat, 31 Jul 2004 05:49:56 GMT  
 Saving Data between sessions
Hi,

I use the SaveSetting VBA method. It saves keys you nominate to an
application (safe to use) area of the Registry. Use GetSetting to read the
key.

--

Visit www.mvps.org/project/ for the Project MVP's FAQ and third party
add-ons

Rod Gill
Microsoft Project MVP
Visit www.projectlearning.com for customized Project and Office VBA macros
and Project companion software


Quote:
> What is the recommended strategy for saving user-specified parameters
> between sessions?  For example, I create a dialog box and I want to
> save what was entered so that it will be displayed the next time the
> dialog is displayed.

> I have seen techniques were data is written to the .ini file or
> registry entries.  I'm just curious as to what the recommended
> approach might be.



Sun, 01 Aug 2004 03:14:52 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Save array in Session object

2. Saving Objects in Session variables

3. Save array in Session object

4. Having trouble saving array in Session object

5. Save IDE settings (watches breakpoints etc) between sessions

6. Save data back to datasource: DataGrid data binding

7. Data type conversion error when saving numeric data types

8. store data between sessions of word

9. Data sessions

10. How to read Login, Password fron session data

11. Sending Data from Form/Session to Number of Email Addresses

12. My session and data is reset when a new window is opened

 

 
Powered by phpBB® Forum Software