Search found 2477 matches: available

Return to advanced search

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

... have this in our \fwh\lib\ folder 3. errmsg.sys: language specific err messages. Required to be kept in some folder. This file is not readily available in FWH folders. If you installed dolhpin, you may file it in dolphin folders or in some mysql installation folders. If you do not find it ...
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: 9987

Re: New txbrowse

... xbrowse for our own purposes, and will look into it. Yes. Imagine you have many fields for customer archive. the programmer makes all the fields available to the end user but for space reasons sets some columns (defined columns) you end user wants to select the columns to display because you ...
by Silvio.Falconi
Mon Apr 22, 2024 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 370

Re: Tooltip of the selector column

... called by TMDIFRAME:ACTIVATE(990) called by MAIN(450) CPU type: Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz 0 Mhz Hardware memory: 16326 MB ( available: 10102 MB ) I would say nMouseRow = 0?
by mtajkov
Sun Apr 07, 2024 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip of the selector column
Replies: 11
Views: 1363

Re: Talking to your apps

MarcoBoschi wrote:Very very interesting!
How can I test it?
What have I to initializa in my pc?
Windows 10

Bye Marco

Dear Marco,

It is built-in Windows 11. Now sure if it is available in Windows 10.

Just press Windows + h keys and see if you get it
by Antonio Linares
Fri Mar 29, 2024 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3874

XBROWSE with "fullwidth" autocols

Dear friends, I am working with XBROWSE and I wonder - is it possible to make the cols adjust to the available width. This is my code...I use AUTOCOLS. So please also allow me a second question. Is there a way to know how many cols are present in the specific XBROWSE? Right ...
by Ruth
Thu Feb 29, 2024 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE with "fullwidth" autocols
Replies: 2
Views: 147

Pragmatic Concept: A Practical Approach to Everyday Challeng

... pragmatic approach with Mod Harbour. I also use different languages in the programs, such as PHP. It's because there are already many solutions available, and it doesn't pay off to rewrite them in Mod Harbour. For example, for file uploads, I call a PHP function from the frontend on the backend ...
by Otto
Sat Feb 17, 2024 9:36 am
 
Forum: mod_harbour
Topic: Pragmatic Concept: A Practical Approach to Everyday Challeng
Replies: 1
Views: 149

Re: Problem with FiveWin and PDF995 on Windows 11.

Do I need a newer version of FiveWin? No. Available from FWH1909. Do I need a change in my mak file? Always you read fwh\samples\buildh.bat and make sure all the libs linked in that bat file are linked in your link script also. for examples check ...
by nageswaragunupudi
Tue Feb 13, 2024 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1216

Re: RC to PRG generator

Now we list all the dialogs that are available in the embedded RES inside the EXE and allows you to select one and generate the code for it: simply rename your RC file as rctoprg.rc and build rctoprg.prg If you keep your dialogs inside a DLL ...
by Antonio Linares
Tue Feb 13, 2024 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1202

Re: mariadb_connect bigdata and read as page

Both RowSet and RecSet were available from the very beginning. Please continue using RowSet(...) only for normal use. You may use RecSet() only when you need to read for very large tables ( say more than 50000 records) and display them ...
by nageswaragunupudi
Mon Feb 12, 2024 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mariadb_connect bigdata and read as page
Replies: 3
Views: 305

Re: source code of easyreport

Dear Hakan, Please do a search for "easy" in FWH source folder "*.prg" The original project source code is available at: https://github.com/FiveTechSoft/EasyReport but sources in FWH were modified from the original ones Hi Antonio, I could not found "easy" ...
by Horizon
Mon Feb 12, 2024 9:08 am
 
Forum: EasyReport, EasyDialog and EasyPreview
Topic: source code of easyreport
Replies: 3
Views: 7415

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

... with resources. I don't have to use it. My clients are fine with a checkbox for logicals, but since they see it in other applications, IF it were available, I could use it.
by TimStone
Fri Feb 09, 2024 11:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 814

Re: source code of easyreport

Dear Hakan,

Please do a search for "easy" in FWH source folder "*.prg"

The original project source code is available at:
https://github.com/FiveTechSoft/EasyReport

but sources in FWH were modified from the original ones
by Antonio Linares
Fri Feb 09, 2024 10:57 am
 
Forum: EasyReport, EasyDialog and EasyPreview
Topic: source code of easyreport
Replies: 3
Views: 7415

Re: SAPI : change Voice

Dear Enrico,

xHarbour does not support "..." syntax, so such line should be:

oVoice:__hSink := __axRegisterHandler( oVoice:__hObj, { | x, y | QOut( x, y ) } )

but function __axRegisterHandler() is available in Harbour and not in xHarbour, if I am correct
by Antonio Linares
Thu Feb 08, 2024 1:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3563

Re: TWebView window size

... two new METHODs in Class TWebView: METHOD End() INLINE ( ::Terminate(), ::Destroy() ) and METHOD hWnd() INLINE ::GetWindow() they will be available in next FWH build So the code can be simplified this way:   ACTIVATE DIALOG oDlg CENTERED ;            ...
by Antonio Linares
Sat Feb 03, 2024 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 853

Re: RAO advice on using Mysql

Thanks RAO for the clear specification, and how to use RecSet.
Now we also know what methods are available.

Regards Maurizio
www.nipeservice.com
by Maurizio
Fri Feb 02, 2024 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 978
Next

Return to advanced search