Search found 927 matches: showing

Return to advanced search

Re: Question about wfReadUrl()

Here it is returning immediately. Can you post a sample showing that long timeout, please?
by Enrico Maria Giordano
Sat Apr 06, 2024 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2785

Re: Question about wfReadUrl()

Enrico, Thank you so much for trying to help me. My website has 3 different url's, all showing the same website. Because some antivirus software is blocking some of my url's, I want to check which url is working fine. Usuaslly my url's are working ok with the prefix ...
by driessen
Fri Apr 05, 2024 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2785

FWHMYSQL Insert failing

... having a huge problem with Insert/MySql. I have a Decimal field where I'm tryng to save the value 1(one), but it's saved as 0(zero). Bellow i'm showing a little sample where the problem is happening. function Main()LOCAL oCn, oAnt,nValInss,nValIn13,aVal,cvd_500   FW_SetUnicode( .t. ...
by vilian
Fri Apr 05, 2024 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 405

Re: also error with btnbmp SHOWPOPUP

I give here a sample showing 4 ways of displaying PopUpMenu with BtnBmp. #include "fivewin.ch"function Main()   local oDlg, aBtn[ 4 ]   DEFINE DIALOG oDlg SIZE 600,300 PIXEL TRUEPIXEL   @ 40, 40 BTNBMP aBtn[ ...
by nageswaragunupudi
Sun Mar 31, 2024 4:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1709

Re: Window transition event

... background). You may need to inherit a Class TMyWindow from TWindow and implement support for WM_ACTIVATE There are some examples in these forums showing how to inherit and modify Method HandleEvent() https://fivetechsupport.com/forums/viewtopic.php?p=258349&sid=4b8316cfb706cfb5bfa9a662a4a7fb5e#p258349
by Antonio Linares
Fri Mar 15, 2024 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window transition event
Replies: 2
Views: 503

GetHostByName( GetHostName() )

... ; cIp := GetHostByName( GetHostName() ) ; WSACleanup(), to get the local IP address. However my system has an EtherNet, Hamachi, and 2 VMware showing as adapters. The address returned by the function GetHostByName returns a different one that the one that has the same subnet as the network ...
by byron.hopp
Wed Mar 06, 2024 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 162

Re: FWH 24.02 y Harbour con BCC7.7 y Select()

Carlos, we need a small and self-contained sample showing the problem.
by Enrico Maria Giordano
Tue Mar 05, 2024 9:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 3624

Re: Controls behave different in Window as in Dialog

Dear Marc,

Windows uses different code procedures to manage windows and dialogs, thus the differences.
We try to make them behave the same but there may be differences as the ones that you have spotted.

How are you showing the cam view ? Please post the code so we can review it, thanks
by Antonio Linares
Sat Feb 24, 2024 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Controls behave different in Window as in Dialog
Replies: 2
Views: 155

Re: Problem with FiveWin and PDF995 on Windows 11.

... for generation of PDFs Very easy: If you are using TPRINTER PRINT oPrn FILE "test.pdf" This will create "test.pdf" instead of showing preview or print to printer. PRINT oPrn PREVIEW FILE "test.pdf: This will create "test.pdf" and then open the pdf file for viewing. ...
by nageswaragunupudi
Tue Feb 13, 2024 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1220

Re: Error: FWH2206 Parte1

I'm using the latest FWH. And yes, it works fine. But I asked for a sample showing the problem.
by Enrico Maria Giordano
Mon Feb 12, 2024 6:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 989

Re: Error: FWH2206 Parte1

Can I see a little sample PRG showing the problem, please? Hola Enrico, Este es el programa: DEFINE FONT oFont NAME "TIME NEW ROMAN" SIZE 0,-14 BOLD ITALICDEFINE BRUSH oBrush RESOURCE "Grad01"DEFINE DIALOG oDlg RESOURCE ...
by csincuir
Mon Feb 12, 2024 4:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 989

Re: Error: FWH2206 Parte1

Can I see a little sample PRG showing the problem, please?
by Enrico Maria Giordano
Mon Feb 12, 2024 2:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 989

Re: SAPI : change Voice

Dear Antonio,
Sometimes I would also be interested in a debugger.
Can you perhaps create a screenshot video showing how Harbour runs in debug mode, what you see, and how to install it?


Best regards,
Otto
by Otto
Fri Jan 26, 2024 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3572

Re: phpBB to LLM

I also generate a DBF based on Rao and Uwe code.

I only extract the source samples from all the posts. Offline I then search the dbf for keywords of any kind. It helped me many many times in finding solutions because It is showing sample code.
by Marc Venken
Thu Dec 21, 2023 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4696

xBrowser

... have already experienced this and if you were able to resolve it: a) when using a larger font, for example: "Arial" -20, xBrowser starts showing the line, columns with different colors; b) when setting the size of the columns, it does not display the browser; I clarify that the browser ...
by oliveiros junior
Wed Dec 20, 2023 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser
Replies: 8
Views: 1238
Next

Return to advanced search

cron