In article <84850@palm-dev-forum>, [EMAIL PROTECTED] says... > > Hi, > Can we dynamically increase the number of rows in a table?? > i.e if I define rows=20 in the resource file, can I increase it to 30 in > runtime??
Generally, you don't change the number of rows in your table (which is just a user interface element), you just change the mapping between items in your database and individual rows. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Get help at http://palmoswerks.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
