Search found 59 matches: delimiters

Return to advanced search

Re: EXPORTAR DATOS DESDE FW A PRESTASHOP

... option is used, the array must be enclosed in parentheses. It defines the delimiting characters for field values of type "C" and the delimiters between field values. COPY TO newfile DELIMITED WTH ( '"', "," )
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: Subir una base.dbf a una carpeta en la nube

...     oFPicker.click();      }Return  Y me sale éste error: Error: Incomplete statement or unbalanced delimiters operation: line:9 called from: HB_COMPILEFROMBUF, line: 0 called from: ..\source\exec.prg, EXECUTE, line: 68 Gracias por la ayuda
by acuellar
Tue Aug 24, 2021 1:02 pm
 
Forum: mod_harbour
Topic: Subir una base.dbf a una carpeta en la nube
Replies: 14
Views: 2089

Re: funct GetDesktopArea

... contestar... pero al incluir este código en mi .PRG y compilar, me genera los siguientes errores: Error E0020 Incomplete statement or unbalanced delimiters Error E0030 Syntax error: "syntax error at 'RCT'" Error E0030 Syntax error: "syntax error at 'HB_STORVNL'" Error E0030 ...
by Loren
Fri May 29, 2020 6:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: funct GetDesktopArea
Replies: 3
Views: 756

Re: Documentación sintaxis

... declared for use inside the extended code block. Code block parameters are only visible within the code block and must be placed between the || delimiters. <programcode> <programcode> is any kind of program code which is also allowed within the body of a FUNCTION, except for the ...
by nageswaragunupudi
Wed Oct 30, 2019 5:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Documentación sintaxis
Replies: 6
Views: 1439

Re: harbour_for_mod_harbour error compiler

... number  test.prg(4) Error E0030 Syntax error "syntax error at 'CSTRING'" test.prg(10) Error E0020 Incomplete statement or unbalanced delimiters test.prg(12) Error E0020 Incomplete statement or unbalanced delimiters test.prg(13) Error E0020 Incomplete statement or unbalanced delimiters ...
by giuliano
Wed Aug 21, 2019 3:09 pm
 
Forum: mod_harbour
Topic: harbour_for_mod_harbour error compiler
Replies: 14
Views: 1683

Re: String to array using 2 different delimiters

Marc, these extra data ( fieldtype and size ) are included creating a CSV from any DBF with section 1( DBF to CSV ) Reading this created CSV a DBF can be created with section 2 without any extra work. In section 2 ( CSV to DBF ) it will be possible to add missing types and sizes of the CSV created w...
by ukoenig
Fri Aug 09, 2019 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: String to array using 2 different delimiters
Replies: 4
Views: 618

Re: String to array using 2 different delimiters

FIRST-C-20-0;LAST-C-20-0;STREET-C-30-0;CITY-C-30-0;HIREDATE-D-8-0


Now this extra data for the headers is put inside the csv file with a editor ?
by Marc Venken
Fri Aug 09, 2019 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: String to array using 2 different delimiters
Replies: 4
Views: 618

Re: String to array using 2 different delimiters

Mr. Rao, thank You very much for Your help this solution is needed for the second new part of the CSV-tool to convert CSV to DBF using CSV headlines optional with or without fieldsize / type - infos. http://www.pflegeplus.com/IMAGES/Csv6.jpg after building the CSV-headline from insid...
by ukoenig
Fri Aug 09, 2019 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: String to array using 2 different delimiters
Replies: 4
Views: 618

Re: String to array using 2 different delimiters

  cText    := "FIRST-C-20-0;LAST-C-20-0;STREET-C-30-0;CITY-C-30-0;HIREDATE-D-8-0"   aData    := HB_ATokens( cText, ";" )   AEval( aData, { |c,i| aData[ i ] := HB_ATokens( c, "-" ) } ) This is optional. Converts character values...
by nageswaragunupudi
Fri Aug 09, 2019 1:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: String to array using 2 different delimiters
Replies: 4
Views: 618

String to array using 2 different delimiters

Hello, what is the best solution to build a structured array from a textline with 2 delimiters ? maybe a char replace of < - > with blancs next splitting the line for < ; > and splitting blancs :?: Delimiter Fields < ; > Delimiter Fieldinfos < ...
by ukoenig
Fri Aug 09, 2019 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: String to array using 2 different delimiters
Replies: 4
Views: 618

Re: Copy File SDF eliminar comillas

... is specified as BLANK, field values in the new created ASCII text file are separated by one space and character fields are not enclosed in delimiters. Alternatively, the delimiting character between field values can be specified as TAB (Chr(9)) or PIPE (Chr(124)). DELIMITED WITH <xDelimiter> ...
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: Interfacing with Dicom sistems

... a source of HL7 messages where the preferred deliniators were not used In HL7 messaging, the separator characters are also known as the message delimiters or special encoding characters. The following are the HL7 recommended values: (x0D) Segment separator | Field separator, aka pipe ^ Component ...
by xProgrammer
Tue May 02, 2017 9:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11770

Re: create a harbour dll containing functions to be executed

... ERROR: mydll.prg(22) Error E0030 Syntax error "syntax error at 'WINAPI'" mydll.prg(24) Error E0020 Incomplete statement or unbalanced delimiters mydll.prg(28) Error E0030 Syntax error "syntax error at '('" mydll.prg(30) Error E0020 Incomplete statement or unbalanced delimiters ...
by Romeo
Wed Sep 07, 2016 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4254

New FTDN November/Noviembre 2015 (FWH 15.11)

... different language installations of Excel. While this function is handling ListSepartors properly in non-English installations, ignoring change of delimiters in English installations. This is resulting in run-time error in some cases. Fixed. TCBROWSE: - Enabled Unicode support. GET with XBrowse ...
by Antonio Linares
Sat Dec 26, 2015 9:26 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2015 (FWH 15.11)
Replies: 5
Views: 2735

Re: OT: ShellExecute equivalente en Harbour

Joao: Me da errores al compilar: d:\oficina\fuentes\CABEZA.PRG(2142) Error E0020 Incomplete statement or unbalaced delimiters d:\oficina\fuentes\CABEZA.PRG(2144) Error E0020 Incomplete statement or unbalaced delimiters d:\oficina\fuentes\CABEZA.PRG(2148) Error E0010 ENDIF does not ...
by TOTOVIOTTI
Thu Aug 20, 2015 6:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT: ShellExecute equivalente en Harbour
Replies: 5
Views: 706
Next

Return to advanced search