oGridEdit
Publicado: Jue Feb 01, 2007 2:05 pm
Hi,
I am using a DBBrowse with lFastEdit set to .T. and have all columns
nEditType set to beGET. So far it's all working ok...but i was trying to
limit the length of all oGridEdit this way:
METHOD BrwColumnGridEditCreate( oSender ) CLASS TForm1
oSender:oGridEdit:nMaxLength := oSender:oDataField:nLen
RETURN Nil
And it's not working...What am i doing wrong ?
Thanks.
Aguiar
I am using a DBBrowse with lFastEdit set to .T. and have all columns
nEditType set to beGET. So far it's all working ok...but i was trying to
limit the length of all oGridEdit this way:
METHOD BrwColumnGridEditCreate( oSender ) CLASS TForm1
oSender:oGridEdit:nMaxLength := oSender:oDataField:nLen
RETURN Nil
And it's not working...What am i doing wrong ?
Thanks.
Aguiar