Now, to respond to it:
Please do let me know if you can duplicate the behavior you're seeing, as we can investigate this as a possible bug.
Incidentally, nothing to do with this point but very noticeable, is the difficulty of finding a function to actually delete a record out of a table.
If the highlight is on a record and I hit Options, I see a menu "New Record", "Views", "Find", etc - why isn't there a delete option in that menu ??
Every other Nokia application does have a delete option in that situation.
Further, if I select a record and get one record on the screen in the sort of ugly "form view" (three fields only on the screen, with the phone set to the smallest font, and with massively inefficient use of screen real estate, all as noted by other S60v3 users), and then, if I hit Options, I get a menu "Details", "Copy to New", etc but STILL no delete, and I'd expect a delete option here like other apps provide, also. I simply cannot find how to delete a record, which amazes me.
The delete record option is (I believe) under details within a record. That's where it resided on the Palm version it was ported from so if memory serves, that's also where we'd put it on S60. As for why we don't include a delete option in the list view- we have sets of record operations that carry out on a single record or a group of records. We have always separated them such that in the list view, the operations you do are on the current filtered group of records, and the operations you do on a single record are done with the edit record screen. So that's why there is no delete option in the list view for a single record.
And yet another to save my posting lots of tiny messages: in a Notes field, which to my discomfort I note can contain only half the characters (2,000) that a Palm could 12 years ago (4,000), is there any way of inputting TAB characters for formatting purposes ?
I am attempting (with great difficulty) to migrate from PalmOS and I have thousands of Notes fields using TABs for formatting.
Interesting you should mention the Palm memo limitation here. The Palm database format (PDB) supports up to 65535 characters per record. It's the same format that the Memo pad app used there, and the same format we use on our databases. The Palm memo limit was actually completely arbitrary, since that had room for 65K characters but chose 4K. The reason for our 2K limit comes from the fact that we can have multiple fields within a record, as well as header data and such, so all of your data within a record has to fit within 65K. If there are 30 note fields, when combined that alone can reach 60K, which leaves 5K for headers and the rest of the fields. I felt that was an acceptable limitation as many users do want more than a handful of note fields.
If in the future we modify this, it will involve either migrating away from the 65K limit in a PDB structure, or having fewer note fields allowed in a database. But neither can happen until we hit a major version update since every platform we support would have to change with it!