Con TDolphin puedo hacerlo sin problemas.
Ya no se que probar.
- Code: Select all Expand view
- METHOD guardar() CLASS TSucursal
IF ( MsgYesNo( "Grabar los datos de la sucursal?", ".:Atención:." ) )
IF ( ::nId == 0 )
::oCnx:insert( "tbsucursal" , ;
"nombre, obs", ;
{ ::vGets[ 1 ], ::vGets[ 2 ] } )
ELSE
ENDIF
::oQry:refresh()
::oBrw: setfocus()
::oBrw:refresh()
RETURN ( .T. )
ENDIF
RETURN ( .F. )