Menu Application Without a Data File(.dat)
Posted: November 30th, 2015, 8:55 am
Hi everyone,
I'm stack here, I have Menu application, which I use to run another application according to what a user enters in Menu application choice the user make from the Menu. Now assume you Menu application like this; Menu.dcf,Menu.ent,Menu.app,menu.pff,Menu.fmf and other files. The Fileds or items in application are; Cluster ID and Cluster Name, the ID part contains only one item which is Cluster ID.
I need to use this application in such a way that when a user a a Cluster ID, then the manu with options like; Begin New Entry, Edit Existing, Quit e.t.c. Actually all those are not the problem, the problem comes when I enter a Cluster ID like 345, another application should open to allow the user to enter some data, when the user finishes entering information, that new application can close and get back to menu, when the user tries to enter the same Cluster ID, the application says, the case with the same ID already exists, this is done because the user entered the cluster id when started entering new information. My concern here I want the user to be able to enter the same cluster again, but second time if for editing.
The user can not until the user closes the application and reopen it again, I want the user to be able to enter information after finish, then edit them right away.
How do I do that? Help please, I opened Menu.pff in notepad and deleted the line "InputData=.\Menu.dat" so that it should not save the Cluster ID into Menu.dat file, but still it create a temporary file and save Cluster ID while at Run Time, untill you close the application and reopen again the temporary file goes away.
Can anyone help me on that?
Thanks in advance, hope to hear from you guys..
I'm stack here, I have Menu application, which I use to run another application according to what a user enters in Menu application choice the user make from the Menu. Now assume you Menu application like this; Menu.dcf,Menu.ent,Menu.app,menu.pff,Menu.fmf and other files. The Fileds or items in application are; Cluster ID and Cluster Name, the ID part contains only one item which is Cluster ID.
I need to use this application in such a way that when a user a a Cluster ID, then the manu with options like; Begin New Entry, Edit Existing, Quit e.t.c. Actually all those are not the problem, the problem comes when I enter a Cluster ID like 345, another application should open to allow the user to enter some data, when the user finishes entering information, that new application can close and get back to menu, when the user tries to enter the same Cluster ID, the application says, the case with the same ID already exists, this is done because the user entered the cluster id when started entering new information. My concern here I want the user to be able to enter the same cluster again, but second time if for editing.
The user can not until the user closes the application and reopen it again, I want the user to be able to enter information after finish, then edit them right away.
How do I do that? Help please, I opened Menu.pff in notepad and deleted the line "InputData=.\Menu.dat" so that it should not save the Cluster ID into Menu.dat file, but still it create a temporary file and save Cluster ID while at Run Time, untill you close the application and reopen again the temporary file goes away.
Can anyone help me on that?
Thanks in advance, hope to hear from you guys..