Sorry about the previous post, I accidentally post it before changing the details. 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, MainDBSelectList));
inex = LstGetSelection(lstP);
theText = LstGetSelectionText(lstP, inex);
//Get a pointer from the select DB and use it to 
//find the DB
FillListWithDB(lstP); //dynamic function         
}

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