Search found 2885 matches: both

Return to advanced search

Re: hb_getEnv("PRGPATH")

Dear Antonio, dear Mr. Lerchster, thank you both very much!!! I learned a lot with your help. Kind regards, Ruth
by Ruth
Tue May 07, 2024 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_getEnv("PRGPATH")
Replies: 8
Views: 160

Re: how to change the size of an xbrowse in runtime

I'm trying to raise the xbrowse but I don't understand how to do it, I tried both with nHeight and with NBottom

Image


I put the checkboxes in a panel under the browse
if I click on the first check I have to raise the xbrowse
by Silvio.Falconi
Thu May 02, 2024 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 316

Reload data in a combobox

... "","aggiungi"  })         Select (nArea)         oList:close()   return  aTemp If you want the dbf I can sent you via mail Both categories and subcategories must have two array elements in the first there is the category code in the second there is the description of the ...
by Silvio.Falconi
Tue Apr 30, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 133

New FTDN April 2024 (FWH 24.04)

... support MSVC64, so you have to use buildh64.bat to test it. * New: samples\getclr.prg shows how to set the disable colors and focus colors for both GETs and MultilineGets using the same code. * New: samples\listen.prg allows you to talk to your FWH app instead of having to use the keyboard! ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 454

Re: Libharu

Can you check with both Harbour and xHarbour, please?
by Enrico Maria Giordano
Tue Apr 16, 2024 5:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Libharu
Replies: 8
Views: 235

Re: Question about wfReadUrl()

Hello Ceasar and Enrico,

I tried both suggestions.

They both work, but both suggestions do have a problem in case the url doesn't exist or doesn't react.
It lasts at least 1 to 2 minutes before the test is passed.

Can we do something about it?

But thank you very much for your suggestions.
by driessen
Fri Apr 05, 2024 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2836

ADS with 64bit FWH Apps

... who use it: I have a variety of licenses ( 7.0 - 12.1 ). I have them all installed in Windows 64 bit OS. I now distribute my application with both 32 and 64 bit builds with Harbour/MSVC and FWH. 32 bit apps never have an issue. But the identical build in 64 bit receives a "cannot connect" ...
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: Talking to your apps

Enrico Maria Giordano wrote:It should work with both 32 and 64 bit.

got it work under BCC7 32 Bit, nice :D
by Jimmy
Tue Apr 02, 2024 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 4004

Re: Talking to your apps

It should work with both 32 and 64 bit. But here it only works with some combination of compilers (MSC, BCC, Harbour, xHarbour) and bits (32, 64), not for all the combinations.
by Enrico Maria Giordano
Sat Mar 30, 2024 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 4004

Re: Capacidad de variable de memoria HARBOUR

With 64 bit we can rise it till 2 ^ 35, both Harbour and xHarbour, with 16 GB RAM:

Code: Select all  Expand view
FUNCTION MAIN()

    LOCAL cSpace := SPACE( 2 ^ 35 )

    ? LEN( cSpace )

    INKEY( 0 )

    RETURN NIL
by Enrico Maria Giordano
Thu Mar 28, 2024 9:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Capacidad de variable de memoria HARBOUR
Replies: 8
Views: 1865

Re: TITLE CLASS BUG with oDLg TRansparent

... estoy aprendiendo. Regards, saludos. I can't calm down when you write these heresies to me, you have to use the colors as I sent them to you both for the dialog and for the ttitle class, and the ttitle class must be transparent, the dialog must also be transparent because the checkbox must ...
by Silvio.Falconi
Sun Mar 17, 2024 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1705

Re: ButtonBmp problem with FWH2402

This problem appears only when both AppIsThemed() and FW_SetUnicode() is set to .T. In all other cases it is working fine. Now we request you to apply the following fix and let us know if everything is working fine. Please open \fwh\source\classes\buttonb.prg ...
by richard-service
Thu Mar 07, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5362

Re: ButtonBmp problem with FWH2402

This problem appears only when both AppIsThemed() and FW_SetUnicode() is set to .T. In all other cases it is working fine. Now we request you to apply the following fix and let us know if everything is working fine. Please open \fwh\source\classes\buttonb.prg ...
by nageswaragunupudi
Thu Mar 07, 2024 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5362

Re: GetHostByName( GetHostName() )

Dear Byron, You may ask chatgpt and Google Gemini about it and both offer good advice: chatgpt: Enumerate Network Interfaces: Use the GetAdaptersInfo or GetAdaptersAddresses function to enumerate all network interfaces on your system. These functions provide ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 184

Re: How to put a horizontal scroll bar at the bottom of xBrowse

But they are both standard when we setup the xbrowse ? Did you turn off the horizontal ?

with

oBrw:lHScroll := .T. or .f. we can put them on and off.

or in the

With object oBrw
...
...
:lHScroll := .T.
END

By change some of the Xbrowse code to show ?
by Marc Venken
Tue Mar 05, 2024 10:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to put a horizontal scroll bar at the bottom of xBrowse
Replies: 6
Views: 388
Next

Return to advanced search