testtab2.prg

Post Reply
Zeca Roque
Posts: 3
Joined: Thu Mar 27, 2008 12:18 pm

testtab2.prg

Post by Zeca Roque »

#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 (?!!!)
José Carlos Roque
Brasil
América do Sul
Loach
Posts: 41
Joined: Thu Dec 22, 2005 7:39 am
Location: Gomel, Belarus

Re: testtab2.prg

Post by Loach »

Hello, José!
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
Post Reply