Search found 1664 matches: versions

Return to advanced search

Re: Nuevamente solicito orientación para comenzar

... we should mention SQL only as an option, for those who absolutely want SQL. DBF with mod harbour works much better than in the DESKTOP network versions. You can compare it to a single-user system. Data and programs are on one machine, and the requests are only made by one user, the server. ...
by Otto
Wed Jun 05, 2024 9:32 am
 
Forum: mod_harbour
Topic: Nuevamente solicito orientación para comenzar
Replies: 5
Views: 9789

Re: Build your FWH app using hbmk2.exe and MSVC 32&64

Horizon wrote:Hi Antonio, Enrico,

I only wanted to use the latest versions of OpenSSL. I have no intention of recreating the Harbour.

I still use libeay32.lib, ssleay32.lib and their dlls.


They are older LIBs. Current Harbour builds contain all the required LIBs and DLLs.
by Enrico Maria Giordano
Tue Jun 04, 2024 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build your FWH app using hbmk2.exe and MSVC 32&64
Replies: 48
Views: 2234

Re: Build your FWH app using hbmk2.exe and MSVC 32&64

Hi Antonio, Enrico,

I only wanted to use the latest versions of OpenSSL. I have no intention of recreating the Harbour.

I still use libeay32.lib, ssleay32.lib and their dlls.
by Horizon
Tue Jun 04, 2024 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build your FWH app using hbmk2.exe and MSVC 32&64
Replies: 48
Views: 2234

Re: RowSet Large and lReadonly

oRs := oCn:RowSet( "select * from custx where state = ? ",{ 'NY' },500,.T. ) This is working in the recent versions but not in 1709 This works in 1709 oRs := oCn:RowSet( "select * from custx where state = 'NY' ",500,.T. ) OR oRs := oCn:RowSet( ...
by nageswaragunupudi
Sat Jun 01, 2024 4:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RowSet Large and lReadonly
Replies: 10
Views: 241

Re: A copy of the clipboard on the DC window.

Natter wrote:Did I understand correctly that FW_ReadImage (without parameters) accesses the clipboard ?

Yes, but if you are using the recent versions. ( FWH2310 and later)
What is the version you are using?
by nageswaragunupudi
Fri May 31, 2024 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A copy of the clipboard on the DC window.
Replies: 6
Views: 188

Re: XBROWSE (It's giving me an error when I put Transparent)

Transparency for headers and record-selector is not implemented yet. We may provide in future versions. But full data area of the xbrowse, including all columns can be fully transparent. Sample: #include "fivewin.ch"REQUEST DBFCDXfunction Main()   local ...
by nageswaragunupudi
Sat May 25, 2024 1:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE (It's giving me an error when I put Transparent)
Replies: 9
Views: 434

Re: Mod Harbour: ChatGPT Provides Detailed Answers

Buenísimo, Bootstrap ya va en la versión 5.x
https://getbootstrap.com/docs/versions/
saludos !
by sysctrl2
Thu May 23, 2024 6:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 889

Mod Harbour: ChatGPT Provides Detailed Answers

... "mod harbour" among existing Harbour users and make the transition as smooth as possible. Do you think it even makes sense to have web versions of the user programs made with Harbour? Does the DBF file format still have a future at all? ChatGPT The need for web versions of user programs ...
by Otto
Sat May 18, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 889

Re: modharbour.club

... can cause a timeout from the server. However, this is a conceptual error on my part. I think it would be very useful if we could make all the versions—V1, V2.1, CGI—somewhat code compatible or unify the development into a single mod. One thing I think, maybe not for the 60+ generation but ...
by Otto
Sat May 18, 2024 8:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: modharbour.club
Replies: 4
Views: 512

Re: Transparent Png on MDI Parent

My sample works perfectly with your version.
You need not update.
In fact my sample works with much older versions also ( though not very very old)

Works with all versions of FWH from 2018 onwards
by nageswaragunupudi
Mon May 13, 2024 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent Png on MDI Parent
Replies: 11
Views: 402

Bug Combobox itemData in FWH-23.10

... of COMBOBOX returns incorrect data with FWH 23.10. Works perfect with FWH-20.07. When reviewing the class I see many changes between the two versions. How and where do I correct it ? FWH-23.10 - INCORRECT https://i.postimg.cc/Y0T3Fgmz/combobox-FWH-23-10.jpg FWH-20.07 - OK ...
by Cgallegoa
Wed May 01, 2024 12:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Combobox itemData in FWH-23.10
Replies: 14
Views: 649

Re: combobox color

... of COMBOBOX returns incorrect data with FWH 23.10. Works perfect with FWH-20.07. When reviewing the class I see many changes between the two versions. How and where do I correct it ? FWH-23.10 - INCORRECT https://i.postimg.cc/Y0T3Fgmz/combobox-FWH-23-10.jpg FWH-20.07 - OK ...
by Cgallegoa
Tue Apr 30, 2024 1:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 1207

Re: ADS with 64bit FWH Apps

This is problematic because that file ( which is needed ) must match the same version as the ace32.dll. There is also 64 bit versions of those files. As Reinaldo pointed out ( and he is probably the best source ), if you use the .dll files from ADS 10, then everything should work ok. ...
by TimStone
Tue Apr 16, 2024 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2731

Re: ADS with 64bit FWH Apps

Some time ago when i build x(harbour) myself, this is ever work, using ace from 10, i can access 10,11,12 versions, but waiting info from others users is good. :)
you need ace redistributable 10.

very thanks for your time,
best regards.
by NWKL
Mon Apr 15, 2024 9:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2731

Re: harbour/xharbour appear ADS functions error

With the new builds you haven't to generate the libs yourself as they are all provided in the builds. This prevent confusion between different libs versions.
by Enrico Maria Giordano
Mon Apr 08, 2024 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 9046
Next

Return to advanced search