Search found 1489 matches: required

Return to advanced search

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

Nobody? This is how you can use Embedded Server using FWH library. We need 3 files for this: 1. libmysqld.dll: Required to be kept in exe folder. We already have this in \fwh\samples folder. 2. libmysqld.lib: Imblib for this dll. Required for linking. We should use this but not ...
by nageswaragunupudi
Tue Apr 23, 2024 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 9982

Re: Compiler with MSVC y HARBOUR

... HTTPS functionality. If you are setting up Apache to serve secure websites, these libraries are essential. libcurl: This library is not typically required for running Apache itself but may be necessary if you are using Apache modules or other components that depend on cURL for external communications. ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 136

Re: ADS with 64bit FWH Apps

A question: what is axcws32.dll for? Is it required to use ADS remote server? Please confirm, so I will add it to the [x]Harbour builds.
by Enrico Maria Giordano
Tue Apr 16, 2024 12:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2299

Re: Centrar texto VERTICALMENTE

... to do, I am sure we can do with FWH classes in a far simpler way. To print text vertically and horizontally centered on the page. No calculations required. The command is very simple: @ 0, 0 PRINT TO oPrn TEXT "Single/MultiLine Text" ALIGN "" FONT oFont It's that simple.
by nageswaragunupudi
Tue Apr 09, 2024 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 474

Re: harbour/xharbour appear ADS functions error

... they will help users and avoid confusion and mixing DLLs. I only wanted to know if, along ace32.dll/ace64.dll, also adsloc32.dll/adsloc64.dll are required to use ADS. Someone can confirm? Yes
by richard-service
Thu Apr 04, 2024 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8415

Re: harbour/xharbour appear ADS functions error

... they will help users and avoid confusion and mixing DLLs. I only wanted to know if, along ace32.dll/ace64.dll, also adsloc32.dll/adsloc64.dll are required to use ADS. Someone can confirm?
by Enrico Maria Giordano
Thu Apr 04, 2024 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8415

Re: Crear librerias de Harbour BCC74 Me genera error

No, it is not updated with all the required LIBs and DLLs. I can create new updated builds if you want. Please confirm.
by Enrico Maria Giordano
Tue Mar 26, 2024 9:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 6867

Re: How to include hbCurl?

... in lowercase) when replacing `cSecure_Email`. If there are still issues, double-check the JSON payload for correct formatting and ensure that all required fields are provided accurately.
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2949

Re: xHarbour.org updated!

xHarbour.org has been updated with the new xHarbour builds Rev. 10279!

http://xharbour.org/index.asp?page=download/windows/binaries_win

Please note that they now contains all the LIBs and DLLs required for OpenSSL, CURL, ADS and MySQL.
by Enrico Maria Giordano
Sat Mar 16, 2024 4:00 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37545

Re: New FWH 24.02

... wordt door COMPRES.BAT aangemaakt#JUDA.RES : ..\RES\JUDA.RC#  $(BCDIR)\bin\brc32.exe -r ..\RES\JUDA.RC Although all LIB-files are at their required places, while building my application, I got this error: Fatal: Unable to open file 'UUID.LIB'** error 2 ** deleting JUDA_2.EXECould Not Find ...
by driessen
Tue Mar 12, 2024 10:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7057

Re: RAO advice on using Mysql

... a very long wait time and also consume huge memory of the PC and sometimes may crash also. RecSet reads the table in Pages. Displaying the page required page. In the beginning it reads the first 100 records only and is ready for use. At the same time it also gets the total row count. If user ...
by nageswaragunupudi
Wed Feb 07, 2024 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 977

Re: Mark field as required

Hello, In my case I had to modify the TGet class to achieve the desired effect. What effect? Well, some Gets were mandatory for the user to fill in and so those Gets are marked with a little triangle indicating their obligation when they are empty. It is true that this system is not valid for radio ...
by paquitohm
Sun Feb 04, 2024 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

Re: Mark field as required

You can do this:
@ 0,0 SAY "Test *" of oDlg//Monospaced font
@ 0, 6 GET of oDlg
oDlg:aControls[1]:SayText() //color the "*" symbol red

it works well, but it may need to be updated :SayText when moving the window off/on the screen
by Natter
Sun Feb 04, 2024 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

Re: Mark field as required

There is a serious issue when making fields required. If the user doesn't have that information, they will likely just put anything in the field so they can save the record. An alternative is to allow the user to save the record even if some of ...
by James Bott
Sat Feb 03, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

Re: RAO advice on using Mysql

... This is not possible with other libraries like ADO,etc. But we recommend avoid using TRecSet to the extent possible and to use RowSet reading required parts of the table using WHERE clause. This is the standard practice.
by nageswaragunupudi
Fri Feb 02, 2024 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 977
Next

Return to advanced search