I have this code to get text from a field,but I can get it.what's wrong??

FormPtr         frm;
FieldPtr                fld;
CharPtr         texto;
char **arrEntrada_Hc;

frm=FrmGetActiveForm();
fld=FrmGetObjectPtr(frm,FrmGetObjectIndex(frm,EntradaHc1Field));
texto=FldGetTextPtr(fld);
arrEntrada_Hc[pos]=texto; 

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