Search found 441 matches: tmp

Return to advanced search

XML to text

... and xmltree, but couldn't get it to work. I have a XML-file with this stucture (readed with xmltree.prg) http://www.vms.be/tmp/Knipsel-xml1.JPG I want to create a file like: xlmxlm,ErdbVersionxlm,ErdbVersion,DbVersion:15xlm,ErdbVersion,DbDesc:ERDB Releasexlm,ErdbVersion,DbGUID:5665666555xlm,ErdbVersion,DbLangID:ENUxml,Blockxml,BlockDefxml,BlockDef,BlockName:AI_D1331_1_1_01xml,BlockDef,BlockName,Left:0xml,BlockDef,BlockName,Top:0xml,BlockDef,BlockName,Right:0.... ...
by Marc Vanzegbroeck
Sun Oct 28, 2018 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML to text
Replies: 1
Views: 588

Re: Agregar archivo .c a mak de compilacion

... >> comp.log $(BCDIR)\bin\bcc32 -c -tWM -I$(HBDIR)\include -oobj\$& obj\$&.c .c.obj: echo -c -tWM -D__HARBOUR__ -DHB_API_MACROS > tmp echo -I$(HBDIR)\include;$(FWDIR)\include >> tmp $(BCDIR)\bin\bcc32 -oobj\$& @tmp $&.c del tmp myapp.res : myapp.rc c:\bcc7 $(BCDIR)\bin\brc32.exe ...
by Compuin
Thu Oct 25, 2018 12:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Agregar archivo .c a mak de compilacion
Replies: 9
Views: 1706

Re: Agregar archivo .c a mak de compilacion

... >> comp.log $(BCDIR)\bin\bcc32 -c -tWM -I$(HBDIR)\include -oobj\$& obj\$&.c .c.obj: echo -c -tWM -D__HARBOUR__ -DHB_API_MACROS > tmp echo -I$(HBDIR)\include;$(FWDIR)\include >> tmp $(BCDIR)\bin\bcc32 -oobj\$& @tmp $&.c del tmp myapp.res : myapp.rc c:\bcc7 $(BCDIR)\bin\brc32.exe ...
by cnavarro
Thu Oct 25, 2018 12:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Agregar archivo .c a mak de compilacion
Replies: 9
Views: 1706

Uso de Macros en FW

Buen dia estimados Estoy necesitando ejecutar diferentes formulas usando una MACRO en una funcion llamada FPRUEBA() , al ejecutar la funcion FPRUEBA() me salen error indicando que la Variable oSYS_DAT no existe. Podrian indicarme cual es el error o como puedo ejecutar este calculo de la formula guar...
by lubin
Mon Oct 08, 2018 5:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Uso de Macros en FW
Replies: 2
Views: 522

Re: Folderex LEFT

... now with oly defining a font, like your example, it is rotated :D Now I'm wondering what is the best of the two :? http://www.vms.be/tmp/Knipsel-F1.JPG or http://www.vms.be/tmp/Knipsel-F2.JPG
by Marc Vanzegbroeck
Mon Oct 08, 2018 5:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folderex LEFT
Replies: 5
Views: 1202

Re: MariaDB RS to Temporary Table

I use

oServer:Execute( 'CREATE TABLE tmp_1234 AS select * FROM yourtable ')

Maurizio
www.nipeservice.com
by Maurizio
Thu Sep 06, 2018 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB RS to Temporary Table
Replies: 3
Views: 700

Coordinates problem between 7.10 and 16.04

... ganaarpunt(text) PIXEL ADJUST because there is an action to do while clicking. In the old release I get: http://www.vms.be/tmp/Knipsel710.JPG And in the new one http://www.vms.be/tmp/Knipsel1604.JPG I use the same coordinates for both (x_cor() and y_cor()) ...
by Marc Vanzegbroeck
Fri Aug 24, 2018 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Coordinates problem between 7.10 and 16.04
Replies: 0
Views: 252

Re: xBrowse error on version 18.05

... -I$(BCDIR)\include\windows\sdk -I$(BCDIR)\include\windows\crtl -oobj\$& obj\$&.c .C.OBJ: echo -c -tWM -D__HARBOUR__ -DHB_API_MACROS > tmp echo -I$(HBDIR)\include;$(FWDIR)\include >> tmp $(BCDIR)\bin\bcc32 -oobj\$& @tmp $&.c del tmp while resources are previously compiled ...
by ellano
Fri Aug 24, 2018 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on version 18.05
Replies: 17
Views: 5421

Re: Build-in Querybuilder

... FWCheckExpression (cfilter)ELSE    msgalert('Filter invalid')ENDIFreturn nil  This is the query: http://www.vms.be/tmp/Knipsel001.JPG Here the message: http://www.vms.be/tmp/Knipsel002.JPG
by Marc Vanzegbroeck
Sat Aug 18, 2018 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build-in Querybuilder
Replies: 7
Views: 988

Ayuda con crear un JSon, no funciona

... "Token token=398336e2a7bbeaac6d3858c1551a8536" )if cOpe=='VU' cText:=MemoRead("p:\tmp\ventauni.json")endifTRY oHttp:Send( cText ) ? cTextCATCH                   ...
by noe aburto
Wed Aug 15, 2018 4:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con crear un JSon, no funciona
Replies: 1
Views: 798

Ayuda con crear JSon

... "Token token=398336e2a7bbeaac6d3858c1551a8536" )if cOpe=='VU' cText:=MemoRead("p:\tmp\ventauni.json")endifTRY oHttp:Send( cText ) ? cTextCATCH                   ...
by noe aburto
Wed Aug 15, 2018 4:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo crear un API?
Replies: 17
Views: 4451

Multithread issue

... $(BCDIR)\bin\bcc32 -c -tWM -I$(HBDIR)\include -oobj\$& obj\$&.c > error.txt .C.OBJ: echo -c -tWM -D__HARBOUR__ -DHB_API_MACROS > tmp echo -I$(HBDIR)\include;$(FWDIR)\include >> tmp $(BCDIR)\bin\bcc32 -oobj\$& @tmp $&.c del tmp ottos.res : ottos.rc $(BCDIR)\bin\brc32.exe ...
by patdriscoll
Tue Jul 17, 2018 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithread issue
Replies: 2
Views: 863

Re: Antonio: Differences between BORLAND and VCC

... EXIST %1.rc IF EXIST %vcdir%\bin\rc %vcdir%\bin\rc -r -d__FLAT__ %1IF EXIST %1.rc IF NOT EXIST %1.res rc -r -d__FLAT__ %1echo %1.obj  > msvc.tmp: fivewin libsecho c:\Fwh1707\lib\FivehMX.lib c:\fwh1707\lib\FiveHc32.lib  >> msvc.tmp: xHarbourM libsecho %hdir%\lib\rtl.lib    >> msvc.tmpecho ...
by Rick Lipkin
Thu May 17, 2018 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 7423

Re: Temporay folder

GetEnv("TMP")
lo he encontrado
by alvaro533
Tue Mar 06, 2018 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Temporay folder
Replies: 1
Views: 408

Re: A question about function FW_Cdxcreate()

... in exclusive mode before calling this function. Param.2: [lMemory] Defaults to .F.. If .t., creates temporary index in memory with bag name "TMP" Param.1: [caTagList] DEFAULT: All fields excepting memo fields. All character fields are indexed with UPPER(<fldname>). Other fields ...
by nageswaragunupudi
Tue Feb 27, 2018 2:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A question about function FW_Cdxcreate()
Replies: 8
Views: 1884
PreviousNext

Return to advanced search