> I know that Neil Rhodes, the author of 'Palm 
Programming', had problems with
> these dynamically created fields, too. But he knows 
no solution.
> And I have read a earlier posting that you should 
avoid dynamically created
> objects by all means, because of the bug in 
PrvFixupPointers().
> But I don't know if this is the cause of the errors.
> 
> I should be very grateful if you would help me out 
with some advice.
> 
> A.Schlosser
> 

I think that yours errors are when you remover dinamic 
fields.
Three points-key for removing dynamic form elements.
1) Set the form focus to noFocus --> FrmSetFocus(frm, 
noFocus).
2) Hide the element --> frmHideObject(frm, index)
3) Remove it --> frmRemoveObject(frm, index)

Ed Burke.


_________________________________________________________________
UOLMAIL - Todo Argentino tiene derecho a tener su e-mail.
http://www.uolmail.com.ar


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