Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
bbbancolombia
Posts: 18
Registered: 03-06-2009

Query information from Persistent storage and display results on a grid

Hi all!

 

I´m working on an application in which I store user information: id, name, age using the persistence model. 

I need to show matching results based on querys (i.e. show users whose age is greater than 25, less than 50, etc.) and show matching results on a grid table.  Is the right approach to parse the persistent storage looking for matching results one by one?  How do I show matching results in a grid table?  Do I have to use another saving mechanism to save matching results one by one?

 

Appreciate your help!

 

Best regards,

 

Juan.

Please use plain text.
Developer
BBDeveloper
Posts: 3,951
Registered: 07-15-2008

Re: Query information from Persistent storage and display results on a grid

It should not be any problem if you are parsing the data from persistance and showing them on screen. ListField you can show the data, but you need to check with how many columns you like to display etc..

Use Search. "Accept Solution" If the problem is resolved.
Please use plain text.