Search found 43 matches: enclosed

Return to advanced search

Different TEXT INTO results under different compilers

Hi guys, I have a rtf string in my code enclosed within TEXT INTO .. ENDTEXT. It is displayed correctly when I compiled under xHarbour When I recompiled using Harbour+FWH1912 (my latest FWH), the rtf text doesn't appear. When I compared the ppo ...
by hua
Thu Jan 12, 2023 3:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different TEXT INTO results under different compilers
Replies: 3
Views: 304

Re: EXPORTAR DATOS DESDE FW A PRESTASHOP

... 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>, <cFieldDelimiter> ...
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: 2702

Re: Clase Nativa MySql

Then, your present TRY/CATCH constructs should continue to work, when enclosed between oCn:lThrowError := .t. and .f. like this.
Code: Select all  Expand view
oCn:lThrowError := .t.
YOUR PRESENT TRY/CATCH CODE
oCn:lThrowError := .f.
by nageswaragunupudi
Thu Mar 17, 2022 5:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1848

run a batch file from fwh

I need to start a batch file that has only one command line from an exe fwh
in the command line enclosed in the bat file it wants three parameters %1 %2 %3
instead of these three parameters the information contained within a dbf must be linked

example
First, Last, Address

any help pls
by Silvio.Falconi
Fri Oct 15, 2021 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: run a batch file from fwh
Replies: 8
Views: 595

Re: Finding the elements of an array in another array

... 3 ] .and. aPoint[ 3 ] <= aMax[ 3 ] )  Now, this logic can be extended to check if a small cube/cuboid is fully enclosed by another larger cube/cuboid. Logic: Check if both the min and max points of the small cube are in between the min and max points of the larger ...
by nageswaragunupudi
Tue Aug 24, 2021 4:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding the elements of an array in another array
Replies: 9
Views: 829

Re: TDatabase Class

... all fields oDbf:CdxCreaate( cFieldList, [lMemory] ) Eg: oDbf:CdxCreate( "ID,CODE,NAME" ) Character field expressions are automatically enclosed in UPPER() Setting order to index tag: oDbf:SetOrder( cnIndexOrder, [cFile] )  5) Reference oDbf in xBrowse() ? XBROWSER oDbf ...
by nageswaragunupudi
Thu May 20, 2021 4:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Class
Replies: 18
Views: 2076

Re: Exporta Tabla (Mysql)

con esto lo resolvi

SELECT ma_arti,ma_desc FROM exi_suc INTO OUTFILE 'c:/archivos/lista.csv' FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n';

gracias Armando

saludos
by jbrita
Fri Mar 19, 2021 11:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Exporta Tabla (Mysql)
Replies: 2
Views: 433

Re: IF

... length of the shorter string. To change the setting use ON or .T. (true) as parameter. The parameter can also be specified as a logical expression enclosed in parentheses.
by MarcoBoschi
Sat Mar 14, 2020 4:01 pm
 
Forum: mod_harbour
Topic: IF
Replies: 4
Views: 1060

Re: Copy File SDF eliminar comillas

... The DELIMETED option specifies the target file as a delimited ASCII file where field values are separated with a comma and Character values are enclosed with a delimiting character. The default delimiter for Character values is a double quotation mark. DELIMITED WITH BLANK | TAB | PIPE When ...
by armando.lagunas
Mon Jul 17, 2017 2:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Copy File SDF eliminar comillas
Replies: 2
Views: 577

Re: eMailDesktop - uses filesystem as database

... copy of grep named 'xxx' with current options set as default A regular expression is one or more occurrences of: One or more characters optionally enclosed in quotes. The following symbols are treated specially: ^ start of line $ end of line . any character \ quote next character * match zero or ...
by nageswaragunupudi
Tue Dec 06, 2016 12:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: eMailDesktop - uses filesystem as database
Replies: 5
Views: 2091

New FTDN April/Abril 2016 (FWH 16.04)

... Please review samples\testirot.prg. Many thanks to Luis Duque! * function FW_ValToSQL() now handles enclosed "" by escaping it. * NEW CLASS TRichEdit5 -------------------- @ nRow, nCol RICHEDIT5 oRTF ...... New: ( Same methods RichEdit ) ...
by Antonio Linares
Thu May 12, 2016 6:51 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2016 (FWH 16.04)
Replies: 8
Views: 7574

Re: ADO RDD xHarbour

... be created and adordd will maintain automatically those temporary files deleting it when not needed anymore. Fieldnames with reserved keywords are enclosed in "`"+fieldname+"`" it seems to woks with any keyword. Tested with MySql and ACCESS only but should wok with all others. ...
by AHF
Fri Oct 16, 2015 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446238

Re: Colocar Negrilla en mitad del texto

... óvalos en rojo. No es todo el texto únicamente el valor en letras de lo que debe el usuario. What I need is to put in bold only the text that is enclosed with red ovals . Not all the text only the value in words what must the user. Espero haberme hecho entender. I hope I made ​​my point . Mira ...
by leandro
Thu Jul 23, 2015 8:28 pm
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Colocar Negrilla en mitad del texto
Replies: 19
Views: 8398

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... in C], and any combination of the above using the following operators: +, -, & (BIT and), and | (BIT or) Additionally valid contants may be enclosed within (). WARNING: Those NOT familiar with the C switch flow control, should understand that unlike DO CASE, you MUST explicitly use the EXIT ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2271

Re: TxtToRTF()

... to "render" rtf and html in a rectangle (not a control). I greatly appreciate any suggestions. What do you mean by a rectangle? Just an enclosed area? Why can't it be a control? You could probably use a window, dialog, or TPanel object. James
by James Bott
Fri Mar 13, 2015 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TxtToRTF()
Replies: 18
Views: 3297
Next

Return to advanced search