Search found 2160 matches: however

Return to advanced search

Re: xbrowse problem with :bLClicked

... avoid using a keyboard shortcut, you could also use a timer or a hb_idle() function to create a delay before executing the Edit_Comuni() function. However, using SetKey() with a dummy shortcut is a common idiom in Harbour programming to create a short delay. Sorry but with these lines : bKeyChar ...
by Silvio.Falconi
Mon Apr 22, 2024 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 84

Re: xbrowse problem with :bLClicked

... avoid using a keyboard shortcut, you could also use a timer or a hb_idle() function to create a delay before executing the Edit_Comuni() function. However, using SetKey() with a dummy shortcut is a common idiom in Harbour programming to create a short delay.
by Antonio Linares
Mon Apr 22, 2024 5:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 84

Re: xbrowse problem with :bLClicked

... Here's where the issue lies. When you press the spacebar, it checks if the current row is selected and updates the buttonbar accordingly. However, it doesn't take into account the overall selection state of the xbrowse. If you have multiple records selected and you deselect one using the ...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 84

xbrowse problem with :bLClicked

... oBrw:aCols[ i ]             oCol:bLDClickData  := {|| Edit_Comuni(oBrw,2,oDlg,oDbf,aBtnBrow[4]) }          NEXT However, it happens that if I have selected two or more records and deselect only one, the procedure returns the buttonbar buttons to their initial ...
by Silvio.Falconi
Sun Apr 21, 2024 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 84

Brush

Good afternoon everybody, I would like to know if it is possible to define the size of the Brush on a dialog? I saw examples here with DrawImage. However, I need to place other images over the background image. I did a test by placing a background with DrawImage and other images on top, but the ...
by oliveiros junior
Thu Apr 18, 2024 6:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush
Replies: 9
Views: 151

Re: WhatsApp tests

... it is not installed, the procedure should check if it is installed and if it is not, go and download the application from the Microsoft store However it doesn't work for me, I tried to send it to a friend and nothing arrived opens the whatsapp application but then doesn't send anything if ...
by Silvio.Falconi
Thu Apr 18, 2024 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 340

FWHMySql - Failing to restore large files

Hi Guys, A customer changed his server, as we recommended, before he made a backup of his database. However, we aren't being able to restore it. Allways we try to restore, there is happening the error bellow: Application Internal Error - C:\TEC2000\SGV90\SGV.EXETerminated ...
by vilian
Wed Apr 10, 2024 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMySql - Failing to restore large files
Replies: 3
Views: 112

ADS with 64bit FWH Apps

... this issue running ADS ? This is not a FWH issue. My clients using the ADS software, prior to 12.0, simply run the 32 bit build of my application. However, it would be nice to resolve this issue. Thanks for any insight you might have. Tim
by TimStone
Thu Apr 04, 2024 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2289

Re: FWErrorsys()

I wrote the FW Error Sys() function in which I specified my code block

Error Block( { | e | MyFunc(), Error Dialog( e ) } )
However, when compiling, I get an error - the Error Dialog() function was not found
by Natter
Wed Apr 03, 2024 8:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1822

Re: Error handling

Thanks. However, it is difficult to understand without an example.
by Natter
Tue Apr 02, 2024 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error handling
Replies: 3
Views: 703

Re: FWH 24.02 new Class TWebView2

... understand that since version FWH2402, when using webview 2, I do not need to use webview.dll. I have compiled an example chart.png from FWH2402. However, when I start, I get a call error message webview.dll Why ? Hola Natter. Para no usar la webview.dll cambia en el codigo esta linea: local oWebView ...
by csincuir
Sat Mar 16, 2024 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2461

Re: FWH 24.02 new Class TWebView2

I understand that since version FWH2402, when using webview 2, I do not need to use webview.dll.
I have compiled an example chart.png from FWH2402. However, when I start, I get a call error message webview.dll Why ?
by Natter
Sat Mar 16, 2024 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2461

XP and FWH2402+bcc7.70

Hi,

I am compiling my programs with FWH2402+bcc7.70 on Windows 10 and everything is working fine.
I have an old laptop with XP. I wanted to put FWH2402+bcc7.70 on it as well. However, it did not work out.
Maybe FWH2402+bcc7.70 can't work under XP at all?
by Natter
Sun Mar 10, 2024 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XP and FWH2402+bcc7.70
Replies: 11
Views: 2289

GetHostByName( GetHostName() )

I use WSAStartup() ; 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 ...
by byron.hopp
Wed Mar 06, 2024 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 159

Re: Does anyone have an Envelope Printing module ?

Dear Joao, We use Word and Outlook extensively with our software. However, we are preparing because we believe that the automation we have done so far (ActiveX) will not be supported by Word and Office in the future. It is already difficult to buy appropriate ...
by karinha
Sat Mar 02, 2024 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 564
Next

Return to advanced search