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/

Reply via email to