exemplo do fivewinSYSTEM ERROR
Error BASE/1100 Argument error: TRIM
Called from RTRIM(0)
Called from TDIALOG:NEW(0)
Called from BROWSE(0)
Called from CMDBROWSE(1727)
Called from PUTILDBASE(70)
Called from DO(0)
Called from DOPRG(171)
Called from (b)RUNMODULE(113)
(1) = Tipo: N Valor: 2
Código: Selecionar todos
#include "FiveWin.ch"
function Main()
USE Customer
Browse()
USE
return nil
[/quote]
parte do fonte é esta:
[code]
STATIC FUNCTION cmdBrowse()
IF ! Used()
SayScroll( "No file in use" )
RETURN Nil
ENDIF
MsgExclamation( "Do not change in browse mode" )
wSave()
Mensagem( "Select and ENTER, ESC abort, to change record exit and use EDIT" )
//Browse( 2, 0, MaxRow() - 3, MaxCol() )
Browse()
wRestore()
RecUnlock()
RETURN Nil

