can anyone plz tell how to add a grid in carbide c++ and what code should be used to retrieve the contents of the database and display them dynamically on the grid???
Thanks.
can anyone plz tell how to add a grid in carbide c++ and what code should be used to retrieve the contents of the database and display them dynamically on the grid???
Thanks.
Grid example can be fround from wiki: http://wiki.forum.nokia.com/index.php/Grid_example
there is also a database example: http://wiki.forum.nokia.com/index.php/Database_Example
Then just read the data items from the database, and add them to the item array for the grid.