... usaré mi SIF.
CAPÍTULO VIII
Elementos adicionales
Artículo 20
"Representación gráfica a incluir en la factura"
Incluirá código QR
Incluirá literal "VERI*FACTU"
Artículo 21
"Código QR"
"Para la generación del código «QR» se empleará el nivel M (medio) de corrección de errores."
Entiendo que ...
Search found 99 matches: literal
Searched query: literal
- Fri Nov 01, 2024 12:59 pm
- Forum: Off Topic / Otros temas
- Topic: VERIFACTU, criterios, dudas 10/11/2024
- Replies: 17
- Views: 7050
- Mon Sep 23, 2024 7:17 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: TSBROWSE - TSBUTTON 64 bits
- Replies: 2
- Views: 783
Re: TSBROWSE - TSBUTTON 64 bits
... mdAdd( LONG lClassHandle, PCLIPSYMBOL pMethodName, PCLIPFUNC pMethod );
~~~~~~ ^
c:\fwh64\include\ClipApi.h:535:96: error: invalid suffix on literal; C++11 requires a space between literal and
identifier [-Wreserved-user-defined-literal]
#define INSTVAR(Name,pCode) _mdAdd(ulHandle,_get_sym ...
~~~~~~ ^
c:\fwh64\include\ClipApi.h:535:96: error: invalid suffix on literal; C++11 requires a space between literal and
identifier [-Wreserved-user-defined-literal]
#define INSTVAR(Name,pCode) _mdAdd(ulHandle,_get_sym ...
- Thu Sep 05, 2024 9:20 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Searching for a string in the text
- Replies: 6
- Views: 1072
Re: Searching for a string in the text
... down this regex for you:
1. `\s+`: This matches one or more whitespace characters (including spaces, tabs, and newlines).
2. `\.`: This matches a literal dot (period). The backslash is used to escape the dot, as a dot normally has a special meaning in regex.
3. `\w`: This matches any word character ...
1. `\s+`: This matches one or more whitespace characters (including spaces, tabs, and newlines).
2. `\.`: This matches a literal dot (period). The backslash is used to escape the dot, as a dot normally has a special meaning in regex.
3. `\w`: This matches any word character ...
- Tue Jan 10, 2023 6:42 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to create a PRIVATE variable owned by the caller?
- Replies: 21
- Views: 2372
Re: How to create a PRIVATE variable owned by the caller?
... An
<initializer> for a private variable consists of the inline assignment
operator (:=) followed by any valid CA-Clipper expression including a
literal array. If no explicit <initializer> is specified, the variable
is initialized to NIL. In the case of an array, each element is
initialized to ...
<initializer> for a private variable consists of the inline assignment
operator (:=) followed by any valid CA-Clipper expression including a
literal array. If no explicit <initializer> is specified, the variable
is initialized to NIL. In the case of an array, each element is
initialized to ...
- Mon Dec 26, 2022 9:02 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: EXPORTAR DATOS FW A PRESTASHOP [SOLUCIONADO PROBLEMA IMAGEN]
- Replies: 32
- Views: 7315
Re: EXPORTAR DATOS DESDE FW A PRESTASHOP
... WITH <xDelimiter>
The WITH option specifies the delimiting character to enclose values of Character fields in. <xDelimiter> can be specified as a literal character or a character expression enclosed in parentheses. <xDelimiter> can also be specified as an array with two elements ...
The WITH option specifies the delimiting character to enclose values of Character fields in. <xDelimiter> can be specified as a literal character or a character expression enclosed in parentheses. <xDelimiter> can also be specified as an array with two elements ...
- Tue Oct 04, 2022 11:17 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: España: Normativa sancionadora sistemas informáticos
- Replies: 288
- Views: 149265
Re: España: Normativa sancionadora sistemas informáticos
... los usuarios con una ventana emergente tanto a la entrada como a la salida del programa SIN posibilidad de evitarla y a partir de 2024 incluiré un literal en facturas emitidas "FACTURA NO VÁLIDA" o incluso barajando la posibilidad de "deshabilitar" el botón de "crear nueva factura".
¿Qué pensáis al ...
¿Qué pensáis al ...
- Tue Oct 04, 2022 11:06 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: España: Normativa sancionadora sistemas informáticos
- Replies: 288
- Views: 149265
Re: España: Normativa sancionadora sistemas informáticos
... los usuarios con una ventana emergente tanto a la entrada como a la salida del programa SIN posibilidad de evitarla y a partir de 2024 incluiré un literal en facturas emitidas "FACTURA NO VÁLIDA" o incluso barajando la posibilidad de "deshabilitar" el botón de "crear nueva factura".
¿Qué pensáis al ...
¿Qué pensáis al ...
- Fri Sep 23, 2022 9:54 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: España: Normativa sancionadora sistemas informáticos
- Replies: 288
- Views: 149265
Re: España: Normativa sancionadora sistemas informáticos
... servicios, albaranes, etc. y también he decidido que no me compensa actualizarla a la nueva normativa. Para 2024 advertiré a los clientes de la eliminación del apartado de facturación o poner un literal como "FACTURA NO VÁLIDA" por si alguien decide seguir usándola y hacer las facturas por otro lado.
- Thu Feb 24, 2022 5:45 pm
- Forum: Bugs report & fixes / Informe de errores y arreglos
- Topic: Bug in Harbour ATAIL() [False report]
- Replies: 11
- Views: 5357
Re: Bug in Harbour ATAIL()
... as shorthand for
<aArray>[LEN(<aArray>)] when you need to obtain the last element of an
array.
Examples
þ The following example creates a literal array and returns that
last element of the array:
aArray := {"a", "b", "c", "d"}
? ATAIL(aArray) // Result: d
Files: Library is CLIPPER.LIB ...
<aArray>[LEN(<aArray>)] when you need to obtain the last element of an
array.
Examples
þ The following example creates a literal array and returns that
last element of the array:
aArray := {"a", "b", "c", "d"}
? ATAIL(aArray) // Result: d
Files: Library is CLIPPER.LIB ...
- Wed Jan 26, 2022 9:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Soap Web Service
- Replies: 7
- Views: 1181
Re: Soap Web Service
... Process_Sql">
<soap:operation soapAction="http://tempuri.org/tomichws/Service1/Process_Sql" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ReturnDataset2">
<soap ...
<soap:operation soapAction="http://tempuri.org/tomichws/Service1/Process_Sql" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ReturnDataset2">
<soap ...
- Fri May 28, 2021 8:44 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Pido su consejo, más dudas
- Replies: 19
- Views: 3059
Re: Pido su consejo
... de la prueba.
-Identificador del sujeto al que se aplica la prueba.
-Identificador del campo (el que se vaya a capturar, por ejemplo el literal 'TAR')
-Valor del campo capturado.
-etc.
Podría haber una cuarta:
-Identificador del sujeto
-Patología 1
-Patología 2
-etc
Y lo puedes complicar ...
-Identificador del sujeto al que se aplica la prueba.
-Identificador del campo (el que se vaya a capturar, por ejemplo el literal 'TAR')
-Valor del campo capturado.
-etc.
Podría haber una cuarta:
-Identificador del sujeto
-Patología 1
-Patología 2
-etc
Y lo puedes complicar ...
- Tue Apr 13, 2021 10:06 am
- Forum: mod_harbour
- Topic: backslash
- Replies: 1
- Views: 521
backslash
... escape the following character. For instance, \n is a newline character (rather than a backslash followed by the letter n).
In order to output a literal backslash, you need to escape it. That means \\ will output a single backslash (and \\\\ will output two, and so on). The reason "aa ///\" doesn't ...
In order to output a literal backslash, you need to escape it. That means \\ will output a single backslash (and \\\\ will output two, and so on). The reason "aa ///\" doesn't ...
- Thu Nov 26, 2020 5:16 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: xbrowse alinear columnas.
- Replies: 9
- Views: 2300
Re: xbrowse alinear columnas.
Vamos a ver si me acuerdo, que ya hace tiempo.
Creo que el error que esta teniendo es que :
aData := Array( vData )
vData es un "literal" no es un numero, fijate que yo asigno vprofundo, que es un numero, es decir lo largo del array, tu deberías asignar el numero de registros, y casi te diria que ...
Creo que el error que esta teniendo es que :
aData := Array( vData )
vData es un "literal" no es un numero, fijate que yo asigno vprofundo, que es un numero, es decir lo largo del array, tu deberías asignar el numero de registros, y casi te diria que ...
- Mon Aug 31, 2020 4:03 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: csql := oCon:UPDATE( "clientes" , SOLUCIONADO
- Replies: 2
- Views: 306
Re: csql := oCon:UPDATE( "clientes" , "nomcli", nom , ...
... or list of fieldnames.
Third parameter is an array of values.
Fourth parameter can be
1) an multi-dim array of fieldnames and values.
2) Literal where condition.
In the above example, the fourth parameter can also be:
"`numercli` = '" + cCod + "'"
but specifying as an array may be more ...
Third parameter is an array of values.
Fourth parameter can be
1) an multi-dim array of fieldnames and values.
2) Literal where condition.
In the above example, the fourth parameter can also be:
"`numercli` = '" + cCod + "'"
but specifying as an array may be more ...
- Wed Mar 04, 2020 2:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowse row colours
- Replies: 4
- Views: 1049
Re: xbrowse row colours
Dear Iris, another way is to define the codeblock like this:
Extended literal code block.
Syntax
<| [<params,...>] | <programcode> >
oBrw:bClrStd := <|| local aColors := { , } If (cust->resstatus = "###Cancelled" .and. cust->guarancode = " ")  ...
Extended literal code block.
Syntax
<| [<params,...>] | <programcode> >
oBrw:bClrStd := <|| local aColors := { , } If (cust->resstatus = "###Cancelled" .and. cust->guarancode = " ")  ...