Search found 2162 matches: however

Return to advanced search

Re: Filter on Xbrowse

... directly as a FIVEWIN-EXE. Here you have a source. This is just a quick test with a dummy JSON. Normally the JSON would come from the server. However, I would prefer to do the example with mod harbour because I make all the new programs with mod harbour and I am familiar with it. But maybe, ...
by Otto
Sat May 04, 2024 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 707

Re: combobox color

Dear Mr. Rao, This is a very good solution. However, it seems inappropriate that we should be restricted from discussing solutions involving WebView and Mod Harbour, as Mr. Silvio suggests. We urgently need effective solutions for the web, and ...
by Otto
Mon Apr 29, 2024 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 598

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: 125

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: 125

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: 125

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: 125

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: 10
Views: 498

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: 411

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: 134

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: 2351

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: 1849

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: 711

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: 2515

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: 2515

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: 12
Views: 2648
Next

Return to advanced search