Search found 23 matches: setattribute

Return to advanced search

Re: PepPol European Invoicing standard

... 'xml' , , "version='1.0' encoding='ISO-8859-1'" ) ) oDocument := TxmlNode():New( HBXML_TYPE_TAG, "Document" ) oDocument:SetAttribute( "xmlns:xsi", "http://www.w3.org/2001/XMLSchema-instance" ) oDummyx:AddBelow( TxmlNode():New( HBXML_TYPE_TAG, 'SeqTp', ...
by FiveWiDi
Wed Feb 14, 2024 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 919

Re: O.T. Usando XML con xHarbour ( 2 parte )

... "InstdAmt Ccy='EUR'",, IMPORTE ) ó asi: oInstdAmt := TxmlNode():New( HBXML_TYPE_TAG, "InstdAmt",, IMPORTE ) oInstdAmt:SetAttribute( "Ccy", "EUR" ) Gracias Antonio!!! la primera da error pero las otras dos hacen exactamente lo que quiero. Un saludo
by landaga
Sun Jul 24, 2022 1:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. Usando XML con xHarbour ( 2 parte )
Replies: 21
Views: 11371

Re: O.T. Usando XML con xHarbour ( 2 parte )

Has probado así ?

oInstdAmt := TxmlNode():New( HBXML_TYPE_TAG, "InstdAmt Ccy='EUR'",, IMPORTE )

ó asi:

oInstdAmt := TxmlNode():New( HBXML_TYPE_TAG, "InstdAmt",, IMPORTE )
oInstdAmt:SetAttribute( "Ccy", "EUR" )
by Antonio Linares
Fri Jul 22, 2022 2:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. Usando XML con xHarbour ( 2 parte )
Replies: 21
Views: 11371

Re: O.T. Usando XML con xHarbour ( 2 parte )

... necesito tampoco lo consigo añadiendo atributos después de crear el Nodo oInstdAmt:=TxmlNode():New(HBXML_TYPE_TAG,"InstdAmt") oInstdAmt:SetAttribute("Ccy","EUR"+IMPORTE) me devuelve <InstdAmt Ccy="EUR1273.00"/> Un saludo y gracias
by landaga
Fri Jul 22, 2022 1:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. Usando XML con xHarbour ( 2 parte )
Replies: 21
Views: 11371

Re: Ayuda con XML - SOLUCIONADO

Solucionado!
Lo he incluido como SetAttribute y queda perfecto
by landaga
Sun Feb 28, 2021 4:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Re: Ayuda con XML - SOLUCIONADO
Replies: 1
Views: 290

Re: OFF TOPIC Commands out of sync

... servidor como en el cliente, así que la otra opción es la que yo te recomiendo que es abrir la consulta como READ OMLY... En HDO sería así: oStmt:setAttribute( STMT_ATTR_CURSOR_TYPE, CURSOR_TYPE_READ_ONLY ) Por otro lado aprovecho para que te intereses por mi librería HDO (Harbour Data Object) ...
by xmanuel
Thu Oct 04, 2018 8:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OFF TOPIC Commands out of sync
Replies: 6
Views: 1458

Re: RichEdit: How to not show URL?

... to use html commands as in trichedit with MsftEdit.dll but Cristobal not make the function yet you can set a line or word with the method SetAttribute( lBold, lItalic, lUnderline, lStrikeOut, lOnOff, lLink , nYOffSet, lSuper, lSub, lProtect, nTypeUnder ) CLASS TRichEdit5 or exactply with ...
by Silvio.Falconi
Wed Feb 14, 2018 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit: How to not show URL?
Replies: 12
Views: 2151

to Antonio : set attribute of richedit

... the same I ask now the possibility to subscript or superscript and change uppercase smallcase on trichedit class haupt tried to make a modify on setattribute method but it not run #define CFE_SUBSCRIPT      0x00010000     /* Superscript and subscript are */#define CFE_SUPERSCRIPT ...
by Silvio.Falconi
Mon Apr 25, 2016 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Antonio : set attribute of richedit
Replies: 0
Views: 261

Re: question for trichedit

Silvio, I think we should make a unique setAttribute function and include all
by cnavarro
Mon Apr 25, 2016 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: question for trichedit
Replies: 10
Views: 2455

question for trichedit

... is the possibility to insert also Hyperlink but I not found the methods on trichedit class I thinked to create these new methods seeing the METHOD SetAttribute on trichedit class    METHOD SetAttribute2( lUpp, lSup, lSub, lOnOff )   METHOD SetUpperCaps( lOnOff ) INLINE ::SetAttribute2( ...
by Silvio.Falconi
Sun Apr 24, 2016 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: question for trichedit
Replies: 10
Views: 2455

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... // there are methods to find nodes (but also attributes, values and data): xmlNode := xmlDoc:FindFirstRegex( cNode ) // to modify them: xmlNode:SetAttribute( "Name", "MyNode" ) // or to add them xmlNode:InsertAfter( TXmlNode:New(HBXML_TYPE_TAG, "ANewNode" ) ) // ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2267

Para Antonio: ERROR COMPILACION GTAPI

Hola Antonio, Estoy cambiando de la version 7.01 A LA VERSION 14.02 de fwh, y al intentar compilar me marca esto Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_hb_gt_Init' referenced from C:\FWH1402\XHARBOUR\LIB\RTL.LIB|gtapi Error: Unresolved external '_hb...
by Laurel
Mon Mar 17, 2014 9:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio: ERROR COMPILACION GTAPI
Replies: 2
Views: 1276

Re: SOAP con Autentificacion

... type="C" /> "dec, len, name, type" y no "name, type, len,dec" Igual sucede si se usa: <TXmlNode>:SetAttribute( cAttrib, cValue ) Por lo que sospecho que se trata de algún sort interno a la clase. ¿Hay alguna forma de indicar que no clasifiquen los ...
by Alfredo Arteaga
Sat Dec 12, 2009 6:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SOAP con Autentificacion
Replies: 15
Views: 5374

Multihilos en xHarbour

Muy buenas, estoy intentando compilar este ejemplo de xharbour.com pero me dan los siguientes errores. ¿ de que pueden ser? Este es el código: -------------------- #include "fivewin.ch" #include "hbclass.ch" PROCEDURE Main LOCAL pThread CLS USE Customer pThread := StartThread( &q...
by softruz
Mon Mar 30, 2009 8:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Multihilos en xHarbour
Replies: 2
Views: 847

Re: Tengo problemas al compilar...

FranciscoA, se agradece el escaso aporte. Hice el cambio de GTWin.lib por GTGui.lib y el resultado fue el siguiente: Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_hb_gt_Init' referenced from D:\HARBOUR\LIB\RTL.LIB|gtapi Error: Unresolved external '_hb_gt_E...
by Leon Valenzuela
Tue Jan 06, 2009 9:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tengo problemas al compilar...
Replies: 2
Views: 673
Next

Return to advanced search

cron