- Code: Select all Expand view RUN
DEFINE TBBUTTON OF oBar ;
ACTION ::ExportToMSExcel() ;
TOOLTIP FWString( "Export to Excel" ) ;
MESSAGE FWString( "Export to Excel" ) /* ;
WHEN ::CanExportToExcel */
DEFINE BUTTON oBtn OF oBar ;
MESSAGE FWString( "Export to Excel" ) ;
ACTION ::ExportToMSExcel() ;
TOOLTIP FWString( "Export to Excel" ) /* ;
WHEN ::CanExportToExcel */
Imagen:
https://imgur.com/5ioRsJc
Regards, saludos.