Click here to Skip to main content
15,914,452 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
i have a form with Save and Open button
with Save i want to save my form with all changes in run time
with open i want to open my form with last changes that saved and continue my work on the form
(e.g, i design a crossword puzzle in a form, user may be in some cells write a letter and some of them be empty(SAVE), i wanna save this form even its not completely solved and other time i will can open it with last changes(OPEN))
help me... :sigh:
Posted
Updated 30-May-10 11:28am
v2
Comments
OriginalGriff 30-May-10 16:28pm    
What have you tried?
Where are you stuck?
Sandeep Mewara 30-May-10 16:48pm    
You need to show your effort made for it. For now just looks like an unsolved gimmecode assignment of yours!

Consider reading a basic book on programming. Quite plainly, we can't answer this (meaningless) question ,but toanyone with ANY idea of what programming is, the answer should plainly be, you need to work out what data you have, in what format, and write code to save that data in a format you can then write code to read, to restore your form.
 
Share this answer
 
You need to have some more detailed idea what you want to achieve.

Save your data
What is your data structure (tables & fields)
What data (user, puzzle number, entered information etc.)
Where to (file system, database), assuming the file system
Which folder (exe, MyDocuments, App Data, shared data etc)
What format (XML, CSV, Text, encrypted etc)

As suggested try getting a basic programming book and working through it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900