Search found 99 matches: literal

Return to advanced search

Re: VERIFACTU, criterios (Orden Ministerial HAC/1177/2024)

... 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 ...
by FiveWiDi
Fri Nov 01, 2024 12:59 pm
 
Forum: Off Topic / Otros temas
Topic: VERIFACTU, criterios, dudas 10/11/2024
Replies: 11
Views: 475

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(Name),pCode); ...
by Cgallegoa
Mon Sep 23, 2024 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TSBROWSE - TSBUTTON 64 bits
Replies: 2
Views: 179

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 ...
by Antonio Linares
Thu Sep 05, 2024 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Searching for a string in the text
Replies: 6
Views: 677

Re: How to create a PRIVATE variable owned by the caller?

... <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 ...
by hmpaquito
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: 1543

Re: EXPORTAR DATOS DESDE FW A PRESTASHOP

... 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: { <cCharacterDelimiter>, ...
by Antonio Linares
Mon Dec 26, 2022 9:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXPORTAR DATOS FW A PRESTASHOP [SOLUCIONADO PROBLEMA IMAGEN]
Replies: 32
Views: 4741

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 ...
by VictorCasajuana
Tue Oct 04, 2022 11:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 331
Views: 53373

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 ...
by Loren
Tue Oct 04, 2022 11:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 331
Views: 53373

Re: España: Normativa sancionadora sistemas informáticos

... 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.
by Manuel Aranda
Fri Sep 23, 2022 9:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 331
Views: 53373

Re: Bug in Harbour ATAIL()

... 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) // ...
by Enrico Maria Giordano
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: 3781

Re: Soap Web Service

... style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> ...
by byron.hopp
Wed Jan 26, 2022 9:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 1077

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 ...
by FiveWiDi
Fri May 28, 2021 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pido su consejo, más dudas
Replies: 19
Views: 2799

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 ///\" ...
by Otto
Tue Apr 13, 2021 10:06 am
 
Forum: mod_harbour
Topic: backslash
Replies: 1
Views: 420

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 ...
by Garbi
Thu Nov 26, 2020 5:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse alinear columnas.
Replies: 9
Views: 2150

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 ...
by nageswaragunupudi
Mon Aug 31, 2020 4:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: csql := oCon:UPDATE( "clientes" , SOLUCIONADO
Replies: 2
Views: 286

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 ...
by cnavarro
Wed Mar 04, 2020 2:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse row colours
Replies: 4
Views: 1022
Next

Return to advanced search