I had done some restructing of the codes. Now my applications runs, but the list to 
display the records of the selected database is not working...I try to set a 
breakpoint at 

case lstSelectEvent:{ //breakpoint here
      
     FormPtr frmP;
     UInt16 inex;
         
lstP = (ListType *) FrmGetObjectPtr(frmP, FrmGetObjectIndex(frmP, MainClasslistList));
inex = LstGetSelection(lstP);
theText = LstGetSelectionText(lstP, inex);
FrmCustomAlert(SelectAlert, theText, NULL, NULL); 
//Get a pointer from the select class and use it to 
//find the class DB
FillListWithName(lstP);  
}

When I run the application, it doesn't stop at the breakpoint. What does that mean? I 
should I do now?

Many Thanks
Regards
Lauren


_____________________________________________________________
Play the Elvis� Scratch & Win for your chance to instantly win $10,000 Cash
- a 2003 Harley Davidson� Sportster� - 1 of 25,000 CD's - and more!
http://r.lycos.com/r/sagel_mail_scratch_tl/http://win.ipromotions.com/lycos_020801/index.asp?tc=7087
 

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

Reply via email to