FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Folderex - Mouse does not work on tabs
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Folderex - Mouse does not work on tabs
Posted: Tue Sep 12, 2017 07:38 AM

Hello,

I am trying REDEFINE FOLDEREX (replacing REDEFINE FOLDER). When I have multiple tabs and click the second or third tab, it does not work. If I use the shortcut keys ALT+2 or ALT+3, it works fine. Do I have to change something else in order to get FOLDEREX to work? I am using Harbour with FWH 14.09.

Thank you,

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: Folderex - Mouse does not work on tabs
Posted: Tue Sep 12, 2017 04:45 PM

Make sure your resource is correct:

CONTROL         "",356,"TFolderex",WS_TABSTOP,5,35,600,320

And you are using the correct call:

REDEFINE FOLDEREX ::oFld ID 356 OF oWdlg1 ;
                PROMPT "   General   ", "   Parts   ", "   Labor   ", "   Recommend   ", "   Totals   ", "   Inspect   ", "   Costing   ", "  Services  ", "   Attachments   " ;
                DIALOGS "WOGENw", "WOPARw", "WOLABw", "WORECw", "WOTOTw", "WOINSw", "WOCSTw", "WOSVCw", "WOATTw" ;
                ON CHANGE ( oEditWork:FolderCheck( ), oWdlg1:update() ) ROUND 5 TRANSPARENT

I have used it for several years and it is fine ... but I'm using Harbour, FWH 17.07, and MSVC 2017 ...

Tim

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Re: Folderex - Mouse does not work on tabs
Posted: Thu Sep 21, 2017 06:29 AM

Dear Tim,

Thank you so much!

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: Folderex - Mouse does not work on tabs
Posted: Thu Sep 21, 2017 08:49 PM

I have been using it for quite a while now and it is a nicer look for the end users.

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit

Continue the discussion