Android Question Re: Flexible table class slow sort

RB Smissaert

Well-Known Member
Licensed User
Longtime User
Couldn't reply to the original thread as it was too old, but just a little update to this:

LoadSQLiteDB4 needed a few changes, dealing with the fact that cursor columns can be skipped in the table display. This means that column won't show in the table display, but they can still be used eg for sorting or data access. This means LoadSQLiteDB4 still needs to know about the cursor column data type even if the column is not being shown. So, now this skip is passed to the Sub by having _S at the end of the passed data types. Attached the updated class.

RBS
 

Attachments

  • Table.zip
    22.1 KB · Views: 193
Top