> 1.   a = FldGetTextPtr( getObject( form, SecurityConfirmField ));
> 
> 2.   b = FldGetTextPtr( getObject( form, SecurityPasswordField ));
> 
> GetObject gets the pointer for the field, given that:
> 
> When line 1 executes, both A and B have what ConfirmField has
> When line 2 executes, both A and B have what PasswordField has

Could be a pointer problem where and how are a and b declared?

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