MIDletPascal is nice and very useful project. I developed my first application quite easy.
Unfortunately the procedure DeleteRecordStore doesn't work in my program. I use the MIDletPascal version 3.4 ALPHA.
When I open the record store, insert some data, close it, then call DeleteRecordStore and open it again, the record store is not empty, that data are still there. What's wrong ?
Petr
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
MIDletPascal is nice and very useful project. I developed my first application quite easy.
Unfortunately the procedure DeleteRecordStore doesn't work in my program. I use the MIDletPascal version 3.4 ALPHA.
When I open the record store, insert some data, close it, then call DeleteRecordStore and open it again, the record store is not empty, that data are still there. What's wrong ?
Petr
Now it works, was my mistake, sorry.