Antonio,
Este codigo no funciona. La clausula VALID no chuta desde el control.
Este codigo no funciona. La clausula VALID no chuta desde el control.
// FiveWin for Pocket PC - Building the main window
#include "FWCE.ch"
//----------------------------------------------------------------------------//
function Main()
local oWnd
DEFINE WINDOW oWnd TITLE "Tutor02"
@ 5, 15 BUTTON "&Exit" SIZE 60, 30 ACTION oWnd:end()
ACTIVATE WINDOW oWnd ;
ON CLICK MsgInfo( "Click!" ) ;
VALID MsgYesNo( "Want to End ?" )
return nil
//----------------------------------------------------------------------------//Salutacions, saludos, regards
"...programar es fácil, hacer programas es difÃcil..."
UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
HIX -> https://github.com/carles9000/hix
"...programar es fácil, hacer programas es difÃcil..."
UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
HIX -> https://github.com/carles9000/hix