Hi,
I am creating front panel with many user editable controls and save and edit button.I want to save the details in a file enter by the user whenever the user presses the save button.Each group of details provided by the user will get saved as one test case detail.I can't able to predict the number of test cases(that is user dependent).And the user should be able to edit the previous details whenever they want.I have provisions in my front panel to select the previous details but my concern is reading and writing data into the file.
I thought to create one template with all the input details and whenever the user press save then that template has to get update.But this might be ok for first time and the second time the same template has to get copied and paste at the end of the file to save the next set of input.I feel this is complex. Can u plz suggest me some procedure to do this file operation?
Regards
Meenatchi