|
-
August 16th, 2001, 04:47 AM
#1
how do i save
i have a information which every time i change as soon as i close the form and then go back to it they change back again how do i save this information.
-
August 16th, 2001, 04:54 AM
#2
Re: how do i save
The first thing we need to know is where the data is coming from. Is this coming from a database, textfile, internet, ... Then we need to know how the data gets in the form. Wchen using databases, you can bound fields to controls, so the values appear automatically.
If you are using bound controls, the saving of the data should be done for you. If they are not bound, you will need to do the saving yourself.
Tom Cannaerts
[email protected]
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
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
|