![]() |
| This is a discussion on Pls help! trying to program to save and open file on bb ?? within the Software & Theme dev forums, part of the BlackBerry Aftermarket Development category; Hey im working on a project for work im trying to create a form that will be able to save ... |
| |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
|
Hey im working on a project for work im trying to create a form that will be able to save and open the file so the user may be able to switch between existing forms. im not sure exactly how to do it, i guess u could create some sort of database?? i am using MDS someone pls help |
|
#3
| |||
| |||
| Re: Pls help! trying to program to save and open file on bb ??
well ive created around 15 or more screens, and 10 globals consisting of about 15 data definitions. so ive done the whole form so far with all the inputs. and right now the program will save your data in the input boxes since its on persistent data type but i want to be able to store this data so that i can begin creating new forms, while still being able to access the old data right now im trying to create some sort of array in MDS that can store all my data, and use a list to access the different locations in the array... but so far its not going too well... i could use some help or another way of doing this thx |
|
#4
| |||
| |||
| Re: Pls help! trying to program to save and open file on bb ??
Is there any way in MDS studio to actually save a file and open it later... now that i think about it, the JDE would be so much easier, but ive already gotten this far. The array functions in MDS are Stacks.. which wouldnt work that well.. because they pop and push objects around, therefore it would be inefficient. im hoping to use something like RecordStore, but the crappy script files in MDS dont support much java... i think they support up to 1.3 or something anyone got any ideas... |