Search found 103 matches: cvalue

Return to advanced search

Re: pass parameters from bat to pgm

... of batch scripting and PostgreSQL commands. Here's a step-by-step approach: 1. First, in your .bat file (mio.bat), set the value: ```batch set cValue=1 ``` 2. Then, you need to pass this value to your PostgreSQL script. You can do this by using environment variables. Modify your .bat file to ...
by Antonio Linares
Tue Sep 03, 2024 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: pass parameters from bat to pgm
Replies: 1
Views: 505

pass parameters from bat to pgm

hi,
how can I to read in my .pgm a value that I have in my .bat file?

Example:
inside file mio.bat
set cValue="1"

inside file mio.pgm
instruction that read cValue of mio.bat

thanks
by damianodec
Tue Sep 03, 2024 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: pass parameters from bat to pgm
Replies: 1
Views: 505

Re: Probando TGSAY.prg y su potencia.

cValue := EVAL( bText ) // que esta errado aqui? Line 253. METHOD Redefine( nId, oWnd, bText, cPict, oFont, oCursor, bLClicked       , ;         cHAlign, cVAlign, nClrText, nClrPane, ...
by karinha
Tue May 07, 2024 7:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Probando TGSAY.prg y su potencia.
Replies: 17
Views: 1944

Re: AP_SetStatusCode

Dear Otto,

> AP_AddHeader("Another-Header", "HeaderValue")

Do you mean in headers or out headers ? I guess out headers, if so:

AP_HeadersOutSet( cKey, cValue )
by Antonio Linares
Mon Feb 26, 2024 11:50 am
 
Forum: mod_harbour
Topic: AP_SetStatusCode
Replies: 2
Views: 896

Add a line on report from xbrowse (NO HTML)

... bCampo2( afields, nGroup,oDbf ),;    //campo           {|| aGroup[nGroup]+" :"+oRep:aGroups[1]:cValue},;                       //header           {|| "Totale "+aGroup[nGroup]+": "+oRep:aGroups[1]:cValue+" ...
by Silvio.Falconi
Tue Dec 12, 2023 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a line on report from xbrowse (NO HTML)
Replies: 2
Views: 418

add a line in the print report

... bCampo2( afields, nGroup,oDbf ),;    //campo           {|| aGroup[nGroup]+" :"+oRep:aGroups[1]:cValue},;                       //header           {|| "Totale "+aGroup[nGroup]+": "+oRep:aGroups[1]:cValue+" ...
by Silvio.Falconi
Tue Dec 12, 2023 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 1072

SetClipboardData to UTF-8

wondering how to set the clipboard data to UTF-8.
Using now:
Code: Select all  Expand view  RUN
HB_CDPSELECT( "UTF8" )
FW_SetUnicode( .T. )
SetClipboardData( CF_TEXT, "Ärzte" )

cValue := GetClpData( CF_TEXT )
 

cValue is:
Code: Select all  Expand view  RUN
Ärzte
:(
Does someone know it, then please give me a hint.
by frose
Thu Jun 29, 2023 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetClipboardData to UTF-8
Replies: 14
Views: 1956

Re: xBrowse footer picture

I found the cause of more than 2 decimals in the footer sum.. My column value was computed by multiplying a numeric value by a val( alltrim( cValue ) ) . The xBrowse column was showing correct values with 2 decimals according to the column picture clause. But the footer picture clause "@E ...
by Detlef
Mon Apr 03, 2023 2:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse footer picture
Replies: 11
Views: 1230

Exportacíon Excel desde Reporte

... COLUMN TITLE "Hora Saida" ; DATA oTELE0060:a_Horas_60; SIZE 8; CENTER GROUP ON oTELE0060:A_ENTRE_60; FOOTER SUBSTR(oReport:aGroups[1]:cValue,1,8) + '=>' + Alltrim(str(oReport:aGroups[1]:nCounter)); FONT 2 oReport:lGrid := .T. oReport:cGrandTotal := "Total Geral ==>" ...
by danielgustavo
Thu Jun 24, 2021 2:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Exportacíon Excel desde Reporte
Replies: 0
Views: 375

Re: TDatabase Class

... uBottom) in TDatabase. Use the same value for both uTop and uBottom to limit the filter to a single value. You will need to index on upper(cValue) for the index and use alltrim(upper(cValue)) for both the top and bottom scopes. You could also subclass TDatabase to create a new method OrdSetFocus() ...
by James Bott
Wed May 19, 2021 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Class
Replies: 18
Views: 2919

nCounter Report not run ok RESOLVED

Dear Antonio, if I made GROUP ON CU->STATE ; FOOTER " » Total FOR STATE » "+::oReport:aGroups[1]:cValue +"("+ltrim(str(::oReport:aGroups[1]:nCounter))+")" ; FONT 1 oReport:nCounter is right for each group and the total counter is right If I not ...
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: 1767

Re: Documentación sintaxis

... GetNew() ) ? Eval( bBlock, bBLock ) RETURN FUNCTION ConversionBlock() LOCAL bBlock bBlock := <| xValue | LOCAL cType := Valtype( xValue ) LOCAL cValue, xElem SWITCH cType CASE "A" cValue := "{" FOR EACH xElem IN xValue cValue += Eval( bBlock, xElem ) + "," NEXT ...
by nageswaragunupudi
Wed Oct 30, 2019 5:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Documentación sintaxis
Replies: 6
Views: 1581

EASYREPORT and RTF

... that RTF is not supported. To all class experts Where should I try to extend the class. Is this the right way. METHOD PrintItem( nArea, nItemID, cValue, nAddToTop, lMemo, nEntry ) CLASS VRD Should I try with IF oItem:cType = "TEXT" .AND. oItem:nShow = 1 cText := ::EvalExpression( oItem:cText ...
by Otto
Wed May 23, 2018 10:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EASYREPORT and RTF
Replies: 4
Views: 798

Re: funciones de FWH y Harbour en un archivo .txt

... WOY(<dDate>,<lIso>)->nWeek WSetMouse([<lOnOff>],[<nRow>],[<nCol>])->lIsMouseVisible XtoC(<xValue>)->cValue Year(<dDate>)->nYear Carlos, gracias. Impresionante!! Saludos Ruben Dario Fernandez Gracias y saludos cordiales. Rubén Dario Fernández ...
by rubenfernandez01
Sun Oct 22, 2017 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 6466

Re: funciones de FWH y Harbour en un archivo .txt

... WOY(<dDate>,<lIso>)->nWeek WSetMouse([<lOnOff>],[<nRow>],[<nCol>])->lIsMouseVisible XtoC(<xValue>)->cValue Year(<dDate>)->nYear
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 6466
Next

Return to advanced search