I am trying to use FrmGetFormPtr so that I don't have to use
FrmGetActiveForm and call call the function from other places.  When i use
FrmGetFormPtr, i always get a value of 0x00000000.  For example, i used the
following lines.  1000 is the resource ID for InputOneForm

FormPtr form2, form3;
form2 = FrmGetFormPtr( 1000 );
form3 = FrmGetFormPtr( InputOneForm );

And even if i assume that the values i am seeing in the debugger are
incorrect, it crashes when i try to use the form2 or form3 later in the
function.  Any ideas as to what i am doing wrong?  Thanks
Andrew





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