Search found 100 matches: cvalue

Return to advanced search

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: 147

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: 276

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: 536

SetClipboardData to UTF-8

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

cValue := GetClpData( CF_TEXT )
 

cValue is:
Code: Select all  Expand view
Ä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: 1037

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: 725

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: 309

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: 2076

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: 1240

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: 1439

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: 742

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: 5704

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: 5704

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

... HB_AParams()->aValues HB_ArgC()->nArgCount HB_ArgCheck(<cSwitch>)->lExists HB_ArgString(<cSwitch>)->cValue|Nil HB_ArgV(<nPos>)->cArgValue HB_ArrayId(<aArray>|<oObject>)->pID HB_ArrayToParams(<aValue>)->aValue HB_ArrayToStructure(<aMembers>,<aTypes>,[<nAlign>])->cBinaryStructure ...
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: 5704

Need explanation: FWH XML example

...   The sample shows:          MsgInfo( oTagActual:cName, oTagActual:cData )         HEval( oTagActual:aAttributes, { | cKey, cValue | MsgInfo( cKey, cValue ) } )  Fine ... so oTagActual:cName returns the name ( ie. in this case nonoem-base-model ) which is ...
by TimStone
Sun Jul 16, 2017 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need explanation: FWH XML example
Replies: 3
Views: 1087

Re: Problema con campos con apostrofes

... ODBC, you can not use this function. MYSQL_ESCAPE_STRING() works well. Recent versions of FWH provides this function, MYSQL_ESCAPE_STRING( <cValue> ) I see error in your sql statement. Please try this: cCmdSql := "UPDATE estilos " +;           "SET ...
by nageswaragunupudi
Sun Jan 22, 2017 11:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con campos con apostrofes (SOLUCIONADO)
Replies: 13
Views: 2396
Next

Return to advanced search