Hi,

I'm creating a dynamic field in an existing form using

                fieldP = FldNewField((VoidPtr *)&frmP, ObjId, x, y, cx, cy,
stdFont, 
                10,        //num of chars
                true,      //editable
                true,      //underlined
                false,      //single line
                true,      //dynamic size
                leftAlign, //justification
                false,     //auto-shift
                false,     //has scrollbar
                false      //numeric
                )

however after closing the form, I get a "Application has just read directky
from memory manager data structures." warning.
Funny thing is, that this happens only when I change the data in the field.
Any ideas anyone?

Thanks

Frans

Reply via email to