|
-
Jun 16th, 2000, 08:25 AM
#1
Thread Starter
Junior Member
It is possible to keep/store information set by the user after my program is ended???
-
Jun 16th, 2000, 08:32 AM
#2
Hyperactive Member
Storing information
Are you storing it in a database?
If so
Use the recordset.addnew, in the unload form command.
The information would have to be stored somewhere, but not actually in the programs code.
-
Jun 16th, 2000, 08:48 AM
#3
Thread Starter
Junior Member
Thanks for your tip, but there´s no other way to store information set by the user?? (My program is already connected to a database, and i don´t want to create another one )
-
Jun 16th, 2000, 08:51 AM
#4
Lively Member
How much data are we talking about... If it isn't much you could prolly use the registry... or maybe not?
-
Jun 16th, 2000, 09:44 AM
#5
Fanatic Member
Registry or INI file would be a good thing to do (I would recommend Registry)
$0.02
-
Jun 16th, 2000, 10:53 AM
#6
Hyperactive Member
Try PropertyBag?
I haven't tried it yet, but just today I was told I would need to use the PropertyBag property of an object or maybe just a form to store stuff that can be accessed the next time you run the app. I'm sure it puts it in the registry.
-
Jun 16th, 2000, 03:32 PM
#7
PowerPoster
Cool + Simple
Try to use this funtion that come with VB
This function is enable you to retrieve your customized data from/to registry.
-
Jun 18th, 2000, 04:48 AM
#8
Thread Starter
Junior Member
Thanks
Thanks Chris for a cool+simple solution;
it worked perfectly...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|