DCU wrote: > The code that >I am using to get the ptr to the list is the following: > >frmP = FrmGetActiveForm(); Are you positive that the form you want is the active form when you make this call? To be safe, you might want to do this instead: frmP = FrmGetFormPtr( formID ); where formID is the ID of the form that contains the list. Dave Johnson -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
- Object not in Form DCU
- RE: Object not in Form Nesse, Rustin
- Re: Object not in Form Dave Johnson
- Re: Object not in Form DCU
- Object Not In Form Gary Miller
- Re: Object Not In Form Igor Mozolevsky
- Re: Object Not In Form Gary Miller
- Re: Object Not In Form Gary Miller
- Re: Object Not In Form Ben Combee
- Object not in form SLSSandi
- Re: Object not in form SLSSandi
- Object not in form Jeremy Bradshaw
- Re: Object not in form Joe Malone
