lloyd123
August 16th, 2001, 04:47 AM
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.
|
Click to See Complete Forum and Search --> : how do i save lloyd123 August 16th, 2001, 04:47 AM 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. Cakkie August 16th, 2001, 04:54 AM 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 slisse@planetinternet.be 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |