#include "FiveWin.ch"
FUNCTION MAIN()
local odlg
local otabs
DEFINE DIALOG oDlg TITLE "Selección articulos" FROM 77,178 TO 353,662 ;
PIXEL //FIVEWIDI
ACTIVATE DIALOG odlg ;
ON INIT PlaceTabs( oDlg, oTabs )
RETURN Nil
function PlaceTabs( oDlg, oTabs )
@ 119.00,1.00 TABS oTabs OF oDlg ITEMS "Orde Natural","Codigo Artigo", ;
"Alfabetica" ACTION (MSGALERT("Error en TABS", "Aqui vá") ) ;
PIXEL SIZE 242.00,32.00 MESSAGE "Ordem da lista"
return nil
error:
testtab2.prg(20) Error E0030 Syntax error: "syntax error at '@'"
help (?!!!)
testtab2.prg
-
- Posts: 3
- Joined: Thu Mar 27, 2008 12:18 pm
testtab2.prg
José Carlos Roque
Brasil
América do Sul
Brasil
América do Sul
Re: testtab2.prg
Hello, José!
Please, check your "Fivewin.ch". It has include the string "#include "Folder.ch". If not, you can include "Folder.ch" by hand.
Please, check your "Fivewin.ch". It has include the string "#include "Folder.ch". If not, you can include "Folder.ch" by hand.
Best regards!
Sergey (Loach) Abelev
fwh 9.04/xHarbour 1.2.1 (Rev. 6406)/Bcc55
Sergey (Loach) Abelev
fwh 9.04/xHarbour 1.2.1 (Rev. 6406)/Bcc55