... nbsp; SysRefresh() MsgInfo(oHttp:ResponseBody)Return
Application
===========
Path and name: C:\FWH15\samples\PETROS.exe (32 bits)
Size: 2,938,880 bytes
Compiler version: Harbour 3.2.0dev (r1603082110)
FiveWin Version: FWH 15.03
Windows version ...
Search found 40 matches: fwh15
Searched query: fwh15
- Tue Nov 19, 2019 4:57 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Lectura de API desde FW
- Replies: 12
- Views: 2815
- Tue Nov 19, 2019 4:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: JSON Post and Get sample
- Replies: 10
- Views: 4494
Re: JSON Post and Get sample
... 41; MsgInfo(oHttp:ResponseBody)Return
Mensaje de Incidencia
Application
===========
Path and name: C:\FWH15\samples\PETROS.exe (32 bits)
Size: 2,938,880 bytes
Compiler version: Harbour 3.2.0dev (r1603082110)
FiveWin Version: FWH 15.03
Windows version ...
Mensaje de Incidencia
Application
===========
Path and name: C:\FWH15\samples\PETROS.exe (32 bits)
Size: 2,938,880 bytes
Compiler version: Harbour 3.2.0dev (r1603082110)
FiveWin Version: FWH 15.03
Windows version ...
- Thu Oct 24, 2019 1:12 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: conflicto con database
- Replies: 4
- Views: 1207
Re: conflicto con database
... algo
ACTIVATE DIALOG ODLG
1-Quite esta parte Quitando esto con la database de fwh17 navega sobre el wbrowse
2-AGrego algo
Con la databsae fwh15 con solo pasar odbf me mandaba el registro completo de dónde me había posicionado. Lo que hice fue pasar (odbf:calias)->nclia que viene a ser el ...
ACTIVATE DIALOG ODLG
1-Quite esta parte Quitando esto con la database de fwh17 navega sobre el wbrowse
2-AGrego algo
Con la databsae fwh15 con solo pasar odbf me mandaba el registro completo de dónde me había posicionado. Lo que hice fue pasar (odbf:calias)->nclia que viene a ser el ...
- Mon Jul 01, 2019 9:39 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error report (errsysw_.prg)
- Replies: 29
- Views: 4210
Error report (errsysw_.prg)
If I use fwh12.08 for the application and I include errsysw_.prg, I get an error report, but if I use fwh15.07 there is no report, the application just stops running?
---------------------------
Information
---------------------------
Version S.O.: Windows NT Professional 6.02.9200
Compilador..: XCC ...
---------------------------
Information
---------------------------
Version S.O.: Windows NT Professional 6.02.9200
Compilador..: XCC ...
- Thu Apr 25, 2019 12:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xHarbour Builder and Fivewin
- Replies: 4
- Views: 1211
Re: xHarbour Builder and Fivewin
... FWHX 12.08
SQLRDD
everything works great...
I would now like to move to FiveWin 15.07 but there is a problem with compiling...
Is the versions FWH15.07 and xHarbour 1.2.1 are compatible? I tried with the latest demo version of xHarboura but the problems are only increasing?
Please help,
Best ...
SQLRDD
everything works great...
I would now like to move to FiveWin 15.07 but there is a problem with compiling...
Is the versions FWH15.07 and xHarbour 1.2.1 are compatible? I tried with the latest demo version of xHarboura but the problems are only increasing?
Please help,
Best ...
- Wed Apr 24, 2019 4:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xHarbour Builder and Fivewin
- Replies: 4
- Views: 1211
xHarbour Builder and Fivewin
... FWHX 12.08
SQLRDD
everything works great...
I would now like to move to FiveWin 15.07 but there is a problem with compiling...
Is the versions FWH15.07 and xHarbour 1.2.1 are compatible? I tried with the latest demo version of xHarboura but the problems are only increasing?
Please look m
Best ...
SQLRDD
everything works great...
I would now like to move to FiveWin 15.07 but there is a problem with compiling...
Is the versions FWH15.07 and xHarbour 1.2.1 are compatible? I tried with the latest demo version of xHarboura but the problems are only increasing?
Please look m
Best ...
- Mon Apr 22, 2019 3:13 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Silently create a pdf copy of report being previewed
- Replies: 2
- Views: 505
Silently create a pdf copy of report being previewed
... create a pdf copy of the reports being previewed since image2pdf is no longer available?
I had made an attempt before using the following code (FWH15.01). But later I removed it after some customer complained that the system hang after using the amended version of the exe
oPrn:lMeta := .f. oPrn ...
I had made an attempt before using the following code (FWH15.01). But later I removed it after some customer complained that the system hang after using the amended version of the exe
oPrn:lMeta := .f. oPrn ...
- Sat Mar 23, 2019 12:13 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Color printing
- Replies: 11
- Views: 2361
Re: Color printing
Using printer object directly:
FWH15.10 introduced enhanced methods for printing text and images.
METHOD SayText( nRow, nCol, cText, nWidth, nHeight, oFont, cAlign, nClrText, nClrBack )METHOD PrintImage( nRow, nCol, uImage, nWidth, nHeight, lStretch, nAlpha, lTransp, lGray )  ...
FWH15.10 introduced enhanced methods for printing text and images.
METHOD SayText( nRow, nCol, cText, nWidth, nHeight, oFont, cAlign, nClrText, nClrBack )METHOD PrintImage( nRow, nCol, uImage, nWidth, nHeight, lStretch, nAlpha, lTransp, lGray )  ...
- Mon Jul 02, 2018 11:10 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Preview and save to pdf at the same time
- Replies: 1
- Views: 858
Preview and save to pdf at the same time
How to preview a report using tprinter and at the same time have a copy of it silently saved as a pdf in the background?
My experiment so far tends to have the exe just silently terminates. I was using FWH15.01 and FWSavePreviewToPdf()
TIA
My experiment so far tends to have the exe just silently terminates. I was using FWH15.01 and FWSavePreviewToPdf()
TIA
- Mon Feb 26, 2018 2:23 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: RichEdit: How to not show URL?
- Replies: 12
- Views: 2643
Re: RichEdit: How to not show URL?
cnavarro wrote:Do you have solved this topic?
Hi Cristobal,
Thank you for the follow up.
No I haven't had the issue resolved because I'm using an older version of FWH which doesn't have TRichEdit5 support.
Some of my modules are still using FWH11.08 while others are using FWH15.01
- Mon Jan 29, 2018 9:52 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Can't select text in get with mouse if it start with bracket
- Replies: 2
- Views: 771
Can't select text in get with mouse if it start with bracket
... I just noticed this behaviour. If a get's content starts with a "(", can't select the content using mouse.
Immediately after you release the mouse button the selection is gone.
I tested with BCC7+FWH15.01using SAMPLES\testget2.prg
https://s13.postimg.org/pk26ecjqv/get.gif
TIA
Immediately after you release the mouse button the selection is gone.
I tested with BCC7+FWH15.01using SAMPLES\testget2.prg
https://s13.postimg.org/pk26ecjqv/get.gif
TIA
- Wed Jul 26, 2017 6:40 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Autoget desde Recursos
- Replies: 18
- Views: 4393
Re: Autoget desde Recursos
... nbsp; Endif NextRETURN aNewList
Al abrir la primera lista y pasar el mouse por ella, se muestran los controles debajo de la misma
https://app.box.com/s/kvm64tfe9sxmbmy3zi7216zm93d4smio
Bueno debo aclarar que estoy utiizando FWH15.08
Salidos cordiales
Marcelo Vía
Al abrir la primera lista y pasar el mouse por ella, se muestran los controles debajo de la misma
https://app.box.com/s/kvm64tfe9sxmbmy3zi7216zm93d4smio
Bueno debo aclarar que estoy utiizando FWH15.08
Salidos cordiales
Marcelo Vía
- Wed Jan 25, 2017 8:37 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN January/Enero 2017 (FWH 17.01)
- Replies: 1
- Views: 2491
New FTDN January/Enero 2017 (FWH 17.01)
... oCol:Value ) }
fwh\samples\xbceltip.prg
- Fix: Painting of column header while swapping columns is incorrect
due to a bug introduced in FWH15.10. Fixed.
http://forums.fivetechsupport.com/viewtopic.php?f=6&t=33448
- Enhancement: MakeTotals() and ReCalcTotals()
When a column is modified ...
fwh\samples\xbceltip.prg
- Fix: Painting of column header while swapping columns is incorrect
due to a bug introduced in FWH15.10. Fixed.
http://forums.fivetechsupport.com/viewtopic.php?f=6&t=33448
- Enhancement: MakeTotals() and ReCalcTotals()
When a column is modified ...
- Wed Jun 01, 2016 2:22 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: UTF8 & MySql are 100% compatible with FWH?
- Replies: 35
- Views: 11343
Re: UTF8 & MySql are 100% compatible with FWH?
FWH15.09 supports Unicode. There were improvements in subsequent versions, but FWH 1509 should work in this case. Here it is working for me with FWH1509 and Harbour.
http://imagizer.imageshack.us/v2/xq90/924/0iGq0i.png
We need to see why it did not work there for you.
Note:
HB ...
http://imagizer.imageshack.us/v2/xq90/924/0iGq0i.png
We need to see why it did not work there for you.
Note:
HB ...
- Thu Mar 03, 2016 8:49 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: OT: Ayuda con xEdit V3.0.0 Build 2003
- Replies: 8
- Views: 1808
OT: Ayuda con xEdit V3.0.0 Build 2003
Saludos amigos foristas,mi ambiente de trabajo es xHarbour / Fwh15.01 /Bcc582. Alguién que este trabajando con Xedit V3.0.0., cuando mando a compilar no crea el ejecutable, haciendo seguimiento en el explorer mientras está enlazando crea dos archivos uno RCX10.tmp y myapp.exe.$$$, pero al terminar de ...