Search found 26 matches: tlabel

Return to advanced search

Re: How to print Labels with Fivewin

Dear Silvio its gives me following error Error: Unresolved external '_HB_FUN_TLITEM_NEW' referenced from C:\FWH\SAMPLES\LABELS\SAMPLES\DEMO.OBJ Error: Unresolved external '_HB_FUN_TLITEM_STABILIZE' referenced from C:\FWH\SAMPLES\LABELS\SAMPLES\DEMO.OBJ Error: Unresolved external '_HB_FUN_TLITEM_SAYD...
by dagiayunus
Wed May 13, 2020 1:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print Labels with Fivewin (TO MR.RAO)
Replies: 11
Views: 1087

Re: TLabel class

by Antonio Linares
Wed Feb 08, 2017 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLabel class
Replies: 17
Views: 5139

Re: TLabel class

Antonio with Harbour I have these errors Progetto: harbour_ereport, Ambiente: Five_Pelles: [1]:Harbour.Exe "source\ereport.prg" /m /n0 /gc1 /es2 /ic:\work\fwh\include;c:\work\bcc582\include;c:\work\harbour\include /ic:\work\Harbour\Include /jitaliano.HIT /iinclude;c:\work\fwh\include;c:\wo...
by Silvio.Falconi
Tue Feb 07, 2017 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLabel class
Replies: 17
Views: 5139

Re: TLabel class

Add this line into ereport.mak:

echo $(HBDIR)\lib\hbpcre.lib + >> b32.bc

and simply run go.bat
by Antonio Linares
Tue Feb 07, 2017 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLabel class
Replies: 17
Views: 5139

Re: TLabel class

I downloaf it from https://bitbucket.org/fivetech/easyreport/downloads
Isaw there is a xhp file for xmate
and with xmate I tried to compile it
Seem need other files and I cannot compile it
wich are the files I need to compile it with the last fwh ?
thanks
by Silvio.Falconi
Mon Feb 06, 2017 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLabel class
Replies: 17
Views: 5139

Re: TLabel class

Silvio,

What errors do you get ?
by Antonio Linares
Thu Feb 02, 2017 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLabel class
Replies: 17
Views: 5139

Re: TLabel class

Otto, Itried to recompile the ER but Inot Know How make it I have some error it Seem changed from Cristobal Navarro or others it is not the original ER of timm I have also a oldest 16 bit releaser with license but I cannot use it on 64bit I must recompile ER on win7 Can you help me to recompile it ?...
by Silvio.Falconi
Thu Feb 02, 2017 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLabel class
Replies: 17
Views: 5139

Re: TLabel class

Dear Otto, Can I create and print Labels with EasyReport ? Have you a sample to try ? thanks -- Falconi Silvio Yes you are right. It is easy with EasyReport. Best regards, Otto EASYREPORT oVRD NAME ".\xVrd\etikette.vrd"  select etikette  go top  while ! EoF()          PRINTAREA 1 ...
by Otto
Wed Feb 01, 2017 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLabel class
Replies: 17
Views: 5139

Re: TLabel class

  nColLabel:= ::oSQLLabels:num_columnas  nRowLabel:= ::oSQLLabels:num_reglones  nAltoLabel:= ::oSQLLabels:tam_alto  nAnchoLabel:= ::oSQLLabels:tam_ancho  nMargenIzq:= ::oSQLLabels:mar_izquierdo  nMargenSup:= ::oSQLLabels:mar_superior  nSepVertical  := ::oSQLLabels:sep_vertical  nSepHorizontal:= ::o...
by gabo
Tue Jan 31, 2017 1:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLabel class
Replies: 17
Views: 5139

Re: TLabel class

Any solution Pls ?
by Silvio.Falconi
Thu Jan 26, 2017 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLabel class
Replies: 17
Views: 5139

Re: TLabel class

... INLINE ( ::nRow >= ::nBottomRow ) and modify the method METHOD EndLine(nHeight, nItem,lAuto) METHOD EndLine(nHeight, nItem,lAuto) CLASS TLabel     STATIC lRunning := .F.      DEFAULT nHeight := ::nStdLineHeight      DEFAULT lAuto := .F.  ...
by Silvio.Falconi
Wed Jan 25, 2017 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLabel class
Replies: 17
Views: 5139

Re: TLabel class

Add new method METHOD DrawingBox(lBoxDotted,nPenGrid) CLASS TLabel to print Box or dotted box sample : ACTIVATE LABEL oLabel ; ON STARTLABEL (oLabel:DrawingBox(.t.), oLabel:PrintBarcode( STR(TEST->SALARY),1100,200,9)) METHOD DrawingBox(lBoxDotted,nPenGrid) ...
by Silvio.Falconi
Tue Jan 24, 2017 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLabel class
Replies: 17
Views: 5139

Re: TLabel class

Add New Method on Label Class METHOD PrintBarcode(oRpt,nVal,nRiga,nCol,nType) METHOD  PrintBarcode(cCode,nLine,nLeft,nType,nWidth,nHeigth,lBanner,lHorz,cFont,nColor)  CLASS TLabellocal nRow    := ::nRow     +nLinelocal nCol    := ::Column() +nL...
by Silvio.Falconi
Tue Jan 24, 2017 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLabel class
Replies: 17
Views: 5139

Re: TLabel class

very good :-)

Please post a complete example to help other users, thanks
by Antonio Linares
Tue Jan 24, 2017 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLabel class
Replies: 17
Views: 5139

Re: TLabel class

Barlib Resolved !!!

Image

tried with Ean13 and code3_9
by Silvio.Falconi
Tue Jan 24, 2017 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLabel class
Replies: 17
Views: 5139
Next

Return to advanced search