Hi,
I am stuck here for 2 days now and i would appreciate any help.  I have a
list of names which i need to be displayed on the main form.  I have
followed O'Reilly book with the sales example and initialized the database
with 7 records.  It seems to do everything ok and gives the number of
records as 7.  But the records are not displayed on the form when the form
is drawn.

******************************************************
// Create an array of pointers from the choices strings.
  ChoicesPtrsHandle = SysFormPointerArrayToStrings(choices, numRecords);

  // Set the list choices from the array of pointers.
  LstSetListChoices(lst, MemHandleLock(ChoicesPtrsHandle), numRecords);
  }

 // Draw the form.
 FrmDrawForm(frm);   // here it does not draw the records together with the
form.
*******************************************************
I am able to click on the list but of course i am not getting anything b/c
there is nothing there...
(I am using cw lite in Windows Me and POSE 3.1)

Thanks for any help...
Madina




-- 
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