If I were a betting man, I'd bet that your DrawField was being called before your Form was opened (and drawn for the first time). Or afterwards. I'd look for something like that. Thanks a lot Matthew Henry!!! You were right I was calling DrawField before showing the form.
I�m ussing DDX_Text to dinamicaly changing the data into te form. I don�t know why the don�t just add a .text property to the object. -original message- <my_2_cents> You could just set the text of the field in your form's OnOpen. Don't see the point of the DDX macros myself. Never saw the point of them in MFC either. </my_2_cents> -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
