Search found 49 matches: pipe

Return to advanced search

Re: SAPI : change Voice

... returning void hbmk2[SapiVoice]: Error: Running C/C++ compiler. 1 gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -W -Wall -pipe -IC:/hmg.3.4.4/harbour/include -IC:/hm g.3.4.4/0/SAPI -IC:/hmg.3.4.4/include R:/Temp/hbmk_9tofgt.dir/Main.c R:/Temp/hbmk_9tofgt.dir/HB_FUNC.c R:/Temp/hbmk_5vro ...
by Jimmy
Thu Jan 25, 2024 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3779

file ID in the Windows file system

... Handle:** A file handle is a reference or an identifier used by the operating system to access a file or other input/output resource, such as a pipe or network connection. File handles are used in system programming to manage file operations. When a program opens a file, the operating system ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 640

Re: CLASS TGrid() for FiveWin

... it is just a "Dummy" --- Special I have use Combobox with Ownerdraw using Codebock Slot bOwnerDraw It have 4 Parameter between || (pipe Sign) which are Self          itselfnIdCtl        Control IDoStruc        Ownerdraw StructurenPointer      Pointer to Structure Ownerdraw Structure ...
by Jimmy
Sun Mar 12, 2023 6:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3521

Re: does Fivewin have a Gradient ComboBox ?

... = "O","Object",oSelf) , nIdCtl , VAR2CHAR( aStruc ), nPointerRETURN 0 Parameter a,b,c,d between "Pipe" (|) come from       uVal  := Eval( ::bOwnerDraw, Self, nIdCtl, TDrawItemStruct():New( nPStruct ), nPStruct ) Result ...
by Jimmy
Wed Feb 15, 2023 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: does Fivewin have a Gradient ComboBox ?
Replies: 7
Views: 508

Re: EXPORTAR DATOS DESDE FW A PRESTASHOP

... ;] [<Scope> ; ] [WHILE <lWhileCondition> ;] [FOR <lForCondition> ;] [VIA <rddName>] [SDF | DELIMITED [WITH BLANK | TAB | PIPE | <xDelimiter> ] ] [CODEPAGE <cCodePage>] ; DELIMITED WITH <xDelimiter> The WITH option specifies the delimiting character to ...
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: 2811

special Codeblock Syntax under Fivewin

... FUNCTION DoTest(a,b)? a, VALTYPE(a)? b, VALTYPE(b)RETURN 0  as you can see i include Parameter between "|" (Pipe) Sign of Codeblock and pass them at EVAL()
by Jimmy
Mon Nov 07, 2022 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: special Codeblock Syntax under Fivewin
Replies: 10
Views: 517

Re: ENV de xmate para fwh con mingw

... [C] C_INSTALL=D:\compiler\mingw C_COMP_COMMAND=%C_BIN_INSTALL%\gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -W -Wall -pipe %CRLF%-I%HB_INC_INSTALL% %CRLF%-Id:\fwh\include %CRLF%-Id:\fwh\includex %CRLF%-I%HOME%\include %CRLF%-Id:\fwh\extras\libhbmysql\include %CRLF%%C% ...
by jvtecheto
Sat Mar 13, 2021 2:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ENV de xmate para fwh con mingw
Replies: 1
Views: 402

ENV de xmate para fwh con mingw

... [C] C_INSTALL=D:\compiler\mingw C_COMP_COMMAND=%C_BIN_INSTALL%\gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -W -Wall -pipe %CRLF%-I%HB_INC_INSTALL% %CRLF%-Id:\fwh\include %CRLF%-Id:\fwh\includex %CRLF%-I%HOME%\include %CRLF%-Id:\fwh\extras\libhbmysql\include %CRLF%%C% ...
by carlos vargas
Sat Mar 13, 2021 3:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ENV de xmate para fwh con mingw
Replies: 1
Views: 402

Re: Importar a DBF desde CSV

Estimado:

Pruebe así, además revise la documentación de APPEND FROM:

cFileCSV="Copa-América.csv"
APPEND FROM &RUTTMP.&cFileCSV DELIMITED WITH PIPE // Chr(9)

Saludos

Fernando Espinoza A.
by nanoespinoza
Fri Oct 18, 2019 4:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Importar a DBF desde CSV
Replies: 5
Views: 950

Importing pipe delimited text file into Excel

Hi guys, I'm trying to open multiple pipe delimited text file into the same excel file albeit within different sheets. How to convert VBA macro code generated below to FWH/[x]Harbour's code? With ActiveSheet.QueryTables.Add(Connection:= ...
by hua
Fri Mar 08, 2019 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Importing pipe delimited text file into Excel
Replies: 0
Views: 293

Re: Import/Export from/to CSV files (; separator)

... ;] [<Scope> ; ] [WHILE <lWhileCondition> ;] [FOR <lForCondition> ;] [VIA <rddName> ;] [SDF | DELIMITED [WITH BLANK | TAB | PIPE | <xDelimiter> ;] [CODEPAGE <cCodePage> ;] [CONNECTION <nConnection>] ]
by Massimo Linossi
Tue Oct 09, 2018 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import/Export from/to CSV files (; separator)
Replies: 16
Views: 2192

Import/Export from/to CSV files (; separator)

... and "copy to" for export files from/to disk, but this commands doesn't have syntax for work with files CSV easily and natively (only pipe | separator is expected, but not ; ). Surely there is a function/command that handles this type of very common files more efficiently. Which?
by max
Tue Oct 09, 2018 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import/Export from/to CSV files (; separator)
Replies: 16
Views: 2192

Re: Compilar código Harbour con gcc en 64 BITS

... x86-64 instruction set hbmk2: Error: Ejecutando compilador C/C++. 1 gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -W -Wall -pipe -Ig:/hb32/include C:/Users/santi/AppData/Local/Temp/hbmk_tkpklk.dir/prueba2.c C:/Users/santi/AppData/Local/Temp/hbmk_corp9t.c
by Verhoven
Tue May 29, 2018 11:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar código Harbour con gcc en 64 BITS
Replies: 8
Views: 2020

A Colorpicker and RGB-tools

... oImage object, and changes when browsing I need to make a small jpg file or save the colorcode with the color of the product. So I need a kind of Pipe that I can move over the jpg and when I click, the value should go into a field inside the browse. I hope also that the field will color the background ...
by ukoenig
Thu Nov 09, 2017 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Colorpicker and RGB-tools
Replies: 53
Views: 8227

Re: Copy File SDF eliminar comillas

... are enclosed with a delimiting character. The default delimiter for Character values is a double quotation mark. DELIMITED WITH BLANK | TAB | PIPE When the delimiter is specified as BLANK, field values in the new created ASCII text file are separated by one space and character fields are not ...
by armando.lagunas
Mon Jul 17, 2017 2:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Copy File SDF eliminar comillas
Replies: 2
Views: 578
Next

Return to advanced search