Search found 46 matches: tran

Return to advanced search

Msgbar Error

... the progress at right the text on the msgitem Do While !::oDbf:Eof() .... ::oBarProgress:SetPos( ::oBarProgress:nPos + 1 ) ::oTabItem1:SetText( tran(::oBarProgress:nPos,'999999')+" di "+; tran(::oDbf:KeyCount(),'999999')) ::oWinTabellone:oMsgBar:Refresh() ::oDbf:Skip(-1) Enddo It seem ...
by Silvio.Falconi
Fri May 27, 2022 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Msgbar Error
Replies: 2
Views: 249

Create stardard Browse

... why then trying with another archive different from customer.dbf the test makes me mistake when I insert WHEN oDbf:OrdKeyCount() > 0 or PROMPT tran(oDbf:OrdKeyNo(),'@E 999,999')+" / "+tran( oDbf:OrdKeycount(),'@E 999,999') ; make me this error   Error description: Error BASE/1004 ...
by Silvio.Falconi
Fri Dec 10, 2021 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create stardard Browse
Replies: 2
Views: 319

Re: nCounter Report not run ok

artu01 wrote:
Try this way


Dear artu01,
we allready resolved

For Groups
oReport:aGroups[ nGroup ]:nCounter

for bfor and others
local nCounter:= 0

...
oReport:bStartRecord := { || nCounter++ }

...
ACTIVATE REPORT oReport ;
....
oReport:Say(1, 'Total customers: '+Tran(nCounter, '@E 999,999'), 1)
by Silvio.Falconi
Sat Oct 10, 2020 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nCounter Report not run ok RESOLVED
Replies: 18
Views: 1226

nCounter Report not run ok RESOLVED

... .AND. CU->HIREDATE <= dFinal ; ON END ( oReport:StartLine(), oReport:EndLine(), oReport:StartLine(), ; oReport:Say(1, 'Total customers: '+Tran(oReport:nCounter, '@E 999,999'), 1),; oReport:EndLine() ) give me bad nCounter SO IFI wish print only the hiredate from 01/01/1990 to 01/011991 ...
by Silvio.Falconi
Thu Oct 08, 2020 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nCounter Report not run ok RESOLVED
Replies: 18
Views: 1226

xBrowse refresh problem

... oCol:bStrData := { || SUBSTR(VENDA->CLIENTE,1,35) } oCol:cHeader := "NOME CLIENTE" oCol := oBrwPed:AddCol() oCol:bStrData := { || Tran(VENDA->VALOR,"@E 9,999,999.99") } oCol:cHeader := "BRUTO" oCol:nDataStrAlign := AL_RIGHT oCol := oBrwPed:AddCol() oCol:bStrData ...
by Wanderson
Sun Mar 04, 2018 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse refresh problem
Replies: 2
Views: 687

Re: multiple defintions, forst defined here

... := 0 LOCAL HCURRWND := 0 LOCAL HIGH := 190 LOCAL WIDE := 550 LOCAL FREESPACE := DISKSPACE(0) LOCAL FILENAME := "\SCO\DAT\BAK\" + STRTRAN(DTOC(DATE()),"/","-") + ".ZIP" LOCAL HSCOICON := 0 PUBLIC HMAINWND // MAIN WINDOW PUBLIC HIDDEN := .F. // MAIN WINDOW ...
by lmheimendinger
Mon Dec 05, 2016 3:52 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 19747

Re: Report counter error

... ; ON POSTEND ( oInforme:oReport:StartLine(), oInforme:oReport:EndLine(), oInforme:oReport:StartLine(), ; oInforme:oReport:Say(1, 'Totale record: '+Tran(oInforme:oReport:nCounter, '@E 999,999'), 1),; <-------------------------------------- oInforme:oReport:EndLine() ) PRINT ALL RECORD COUNT AND ...
by Silvio.Falconi
Mon Oct 19, 2015 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report counter error
Replies: 2
Views: 449

Re: GRAPH-painter Rel. 1.1 ( Download )

... ::nClrV ) // nClrX IF ::lViewVal ::Say(aPt3[2]-(nSizeY/2)+nSepY+nPosV,aPt3[1]-(nSizeX/2)+nSepX,cText,::aFont[8],nColr) cVals := Tran( aValrs[nCount],::cPicture ) IF Len(::aYVals)>0 ::Say(aPt3[2]+(nSizeY/2)+nYSep-10,aPt3[1]-(nSizeX/2)-nXSep,::aYVals[nCount],::aFont[8],nColr) ...
by ukoenig
Fri Jul 11, 2014 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GRAPH-painter Rel. 1.2 ( Update )
Replies: 4
Views: 1907

Re: CDX Temporary

... 2: => ARTI RddName: DBFCDX ___________________________________________________ RecNo RecCount BOF EOF 1478 1477 .T. .T. Indices en Uso: TagName TRAN(CODIGOA,'######') CODARTI DESCRIP DESCRIP TRAN(FAMILIA,'########') CODFAMI TRAN(CBARRA_U,'##################')CODBARU TRAN(CBARRA_C,'##################')CODBARC ...
by Loren
Wed Nov 27, 2013 11:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CDX Temporary
Replies: 6
Views: 1081

run a function on end...

... ( Proveedores() ) and then the second (Pstart()) but it call only the second Pstart() oItem[3]:AddItem("Totale fornitori in archivio:"+ tran(nfornitori,'@E 999,999') ,, { ||(Proveedores() , Pstart() ) } )
by Silvio.Falconi
Wed Sep 18, 2013 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: run a function on end...
Replies: 2
Views: 668

Problem with report class

... ; ON END ( oInforme:oReport:StartLine(), oInforme:oReport:EndLine(), oInforme:oReport:StartLine(), ; oInforme:oReport:Say(1, 'Totale clienti: '+Tran(oInforme:oReport:nCounter, '@E 999,999'), 1),; oInforme:oReport:EndLine() ) Report class print the Report right as you can see here ( there is ...
by Eoeo
Mon Oct 01, 2012 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with report class
Replies: 1
Views: 439

error on report class

... the code : ACTIVATE REPORT oInforme:oReport FOR ALLTRIM(UPPER(RU->RULOC))==ALLTRIM(cCom) ; ON POSTEND oInforme:oReport:Say(1, 'Totale record: '+Tran(oInforme:oReport:nCounter, '@ 999,999'), 1) this line is the filter I set on report I wanted print only the customers of specific city FOR ALLTRIM(UPPER(RU->RULOC))==ALLTRIM(cCom)
by Silvio
Sun May 01, 2011 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on report class
Replies: 0
Views: 257

Problem with Report class: Resolved!!!

... ; ON END ( oInforme:oReport:StartLine(), oInforme:oReport:EndLine(), oInforme:oReport:StartLine(), ; oInforme:oReport:Say(1, 'Totale record: '+Tran(oInforme:oReport:nCounter, '@E 999,999'), 1),; oInforme:oReport:EndLine() ) Any I dea ?
by Silvio
Thu Mar 17, 2011 10:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Report class: Resolved!!!
Replies: 1
Views: 403

Re: xBrowse header

... ; fields ARQCHEQ->VALOR ; pictures ,"@e 99,999,999.99") .... Your header does not align right because you are adding an alpha column Tran(ARQCHEQ->VALOR,"@e 99,999,999.99") writing the code diffrently allows not to care about this, Hth Richard
by Richard Chidiak
Wed Jul 14, 2010 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse header
Replies: 3
Views: 699

xBrowse header

Hi friends,

oCol := oBrw:AddCol()
oCol:bStrData := { || Tran(ARQCHEQ->VALOR,"@e 99,999,999.99") }
oCol:cHeader := "VALOR"
oCol:nDataStrAlign := AL_RIGHT

How i can do "VALOR" header aligned right?

Regards,
Wanderson.
by Wanderson
Wed Jul 14, 2010 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse header
Replies: 3
Views: 699
Next

Return to advanced search