Página 1 de 1

DBEditBtn - Error No exported method: LONEDIT

Publicado: Mié Sep 29, 2021 5:12 am
por Hurricane
Hi,

small example attachment.

regards,

Re: DBEditBtn - Error No exported method: LONEDIT

Publicado: Mié Sep 29, 2021 2:23 pm
por ignacio
Hi,

This is the fix:

Código: Seleccionar todo

METHOD Change() CLASS XDBEditBtn

   ::Super:Change()

   IF ::oDataSet != NIL .AND. ::oDataSet:lOnEdit() .AND. Valtype( ::oDataField ) == "O"
      ::oDataField:SetValue( ::Value, .T. )
   ENDIF

RETURN Nil
Will be included on next release.

Regards