Al ejecutar el programa con el build de marzo me da el siguiente error:
Code: Select all
Error description: Error BASE/1079 Argument error: .OR.
Args:
[ 1] = L .F.
[ 2] = U
Stack Calls
===========
Called from: SAY.PRG => TSAY:SETTEXT ( 0 )
Called from: win32.prg => MAIN ( 38 )
Code: Select all
...
oSay:SetText( 'hola' )
ACTIVATE DIALOG oDlg CENTERED ;
ON INIT ( oTabs:Add( "&Three" ),;
oTabs:Add( "&Two" ),;
oTabs:Add( "&One" ),;
oTabs:nOption := 1,;
oProgress:SetRange( 0, 200 ),;
oProgress:SetPos( 50 ),;
oAnimate:Search(),;
oAnimate:Play() )
Este problema no lo tenía con ninguna versión anterior de FWH.
Gracias por vuestro tiempo