From: "Radiosity" <[EMAIL PROTECTED]>

> I'm trying to set some text on some labels/fields as soon
> as the form is loaded.
>
> I used frmOpenEvent to set the initial values to the labels/fields :

1. Only use labels for text that you don't intend to change and set the text
at design time.

2. It is not safe to do anything that draws the contents of a field before
calling FrmDrawForm, so move RFFormInit *after* FrmDrawForm.





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