On Sat, Jul 01, 2000 at 11:34:13AM +0530, Mr. Somnath Kulkarni wrote:
> Hi CodeWarriors,
>       I want to know how I can get the names of all the databases present on
>  my Palm Device,display them may be in a List and open the database selected
>  by the user, How can I accomplish it.

For each card, and with an index going from zero to
DmNumDatabases(cardno) -1, do a DmGetDatabase, then DmDatabaseInfo to
get the name.  Store these in a list.  Use a table to display it.

There was a tables howto that included this very function, but it
moved and I can't find it (though I have a copy).  The copy said it
might be on roadcoders (now developer.earthweb.com I think), but I
couldn't find it there.

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to