Search found 69 matches: xharbor

Return to advanced search

Re: IE

Installed Microsoft.WebView 2.Fixed Version Run time.101.0.1210.53.x86
Downloaded an example. Example works well.
Reassembled webview.prg (BCC7, FWH2012, 32)
When starting, an empty window appears for 3 seconds. Then the program closes without an error. (I tried both under Harbour and under xHarbor)
by Natter
Thu May 26, 2022 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE
Replies: 39
Views: 1680

Re: gets.. eval... lostfocus..

... pero no da. Karina: suponte que tenes un array con estos valores 1, 4, 6, 7 y vos queres saber si un numero "x" existe en ese array, en xharbor yo hacia esto: if ( x in {1, 4, 6, 7 })    msginfo("existe")endif  pero ahora veo que en ...
by goosfancito
Tue Dec 07, 2021 8:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: gets.. eval... lostfocus..
Replies: 4
Views: 483

Compiling tDolphin

I'm trying to compile tDolphin for xHARBOR using SETENVX.BAT but it has error 2 in win-make. Has anyone ever experienced this?

Thanks
by ctoas
Tue Jan 12, 2021 12:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling tDolphin
Replies: 2
Views: 304

Re: How to Create Easy Report Designer Files ?

Dear Antonio, can you please help me to find these functions. compiling with xHarbor I have problems finding following functions: FUNCTION SHOWGRID ? "Dummy SHOWGRID" RETURN nil FUNCTION SETMASKED ? "Dummy SETMASKED" RETURN nil FUNCTION HB_COMPILEFROMBUF ...
by Otto
Fri Jan 04, 2019 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Create Easy Report Designer Files ?
Replies: 35
Views: 7018

Re: How to Create Easy Report Designer Files ?

Dear Antonio, compiling with xHarbor I have problems finding following functions: FUNCTION SHOWGRID ? "Dummy SHOWGRID" RETURN nil FUNCTION SETMASKED ? "Dummy SETMASKED" RETURN nil FUNCTION HB_COMPILEFROMBUF ? "Dummy ...
by Otto
Mon Dec 31, 2018 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Create Easy Report Designer Files ?
Replies: 35
Views: 7018

Re: Restful API

... two different applications via the RestFul Api ... I would be most grateful if anyone could point me to any documentation and possibly any Harbour\xHarbor code or classes that anyone has created that I could leverage to see if it is possible to communicate between two applications. Let me point ...
by Carlos Mora
Fri Nov 16, 2018 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Restful API
Replies: 12
Views: 2947

Restful API

... two different applications via the RestFul Api ... I would be most grateful if anyone could point me to any documentation and possibly any Harbour\xHarbor code or classes that anyone has created that I could leverage to see if it is possible to communicate between two applications. Thanks Rick ...
by Rick Lipkin
Mon Nov 12, 2018 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Restful API
Replies: 12
Views: 2947

Re: Bcc73

To All In order for HB_Compiler() to work properly .. you have to use the matching xHarbor build for Bcc73. You can go to xHarbour.org http://xharbour.org/index.asp?page=download/windows/binaries_win Look for 10194 Bcc7.30 or you can send Mel Smith a note to allow ...
by Rick Lipkin
Tue May 23, 2017 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc73
Replies: 18
Views: 5341

Re: FWHMARIADB Samples

... ? If you are using FWH 17.04, please contact me at nageswaragunupudi at gmail dot com and let me know the compiler you are using i.e, harbour /xharbor / bcc7
by nageswaragunupudi
Sat May 06, 2017 2:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20546

Re: Error compiling with bcc7 and fwh 15.12

Silvo .. here is my xMate .env for bcc7\xHarbor for fwh 1504 : [Environment]Description 1=Updated for FWH 1504Description 2=Description 3=PRG Compiler ver=xHarbourC compiler ver=Bcc70Subsystem=FWH1504Author=Richard LipkinLast update=07/28/2015[Advanced]Command ...
by Rick Lipkin
Thu Jan 14, 2016 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling with bcc7 and fwh 15.12
Replies: 7
Views: 1894

Re: ADO RDD xHarbour

Elvira, Place this at top adordd.prg: This has not been tested by me because I only use xHarbor. [code][#ifndef __XHARBOUR__ #xcommand TRY => BEGIN SEQUENCE WITH {| oErr | Break( oErr ) } #xcommand CATCH [<!oErr!>] => RECOVER [USING <oErr>] <-oErr-> ...
by AHF
Mon Apr 13, 2015 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446349

Re: Binary file to field via SQL

... to a Sql Table ? If so, the field type ( sql server ) must be VarBinary (max ) or equivalent. Here is the code that has worked for me ( may be xHarbor specific using VTArrayWrapper() ) .. it uses the AppendChunk() method to import any binary file, .pdf, .docx, xls, etc.. I am sure Rao could ...
by Rick Lipkin
Thu Oct 09, 2014 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Binary file to field via SQL - SOLVED!
Replies: 7
Views: 1772

Problem compiling testtool.prg

Hello. I have a problem trying to compile the testtool.prg I'm receiving some errors from the xharbor.com compiler inside the c source. Someone knows how can I make ? Thanks a lot. Massimo // Testing Windows ToolHelp.dll #include "FiveWin.ch" //----------------------------------------------------------------------------// ...
by Massimo Linossi
Fri Sep 19, 2014 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem compiling testtool.prg
Replies: 0
Views: 503

como compilar con xHarbour para modo consola (Solucionado)

... ayudarme, he estado buscando por todas partes pero no encuentro ninguna forma de hacerlo Estoy intentando compilar un ejemplo como el que sigue en XHARBOR, (en harbour si lo he conseguido) para que se ejecute en modo consola, pero no lo consigo. Utilizo el HARBORX.BAT que trae Si compilo con el ...
by miarcod
Wed Nov 27, 2013 12:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: como compilar con xHarbour para modo consola (Solucionado)
Replies: 6
Views: 1071

Re: buttonbmp - problemas con cambio de versión FWH

... compilé con FWH1307 e incluí el buttonb.prg de la 10.04 y la falla es la misma. De esto deduzco que el problema debería estar en la versión del xHarbor que utiliza el FWH13.07. Si no encuentro solución, deberé cambiar todos los botones de la aplicación y es una lástima, además de por el trabajo ...
by rolando
Mon Nov 25, 2013 1:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: buttonbmp - problemas con cambio de versión FWH
Replies: 7
Views: 1057
Next

Return to advanced search