Thanks,it was an error in my resource file !
Peter
Search found 50 matches
- Tue Aug 06, 2019 12:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
- Mon Aug 05, 2019 9:56 am
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Substitute bitmap name with resource ID
How can I replace bitmap filename with resource ID
e.g.
SetCheck({"on.bmp",NIL},.T. ) to SetCheck({ID 8001,NIL},.T. )
Thanks
Peter
e.g.
SetCheck({"on.bmp",NIL},.T. ) to SetCheck({ID 8001,NIL},.T. )
Thanks
Peter
- Mon Jul 29, 2019 6:02 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: REDEFINE BTNBMP Within FOR NEXT LOOP
Many thanks
Peter
Peter
- Sat Jul 27, 2019 12:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
REDEFINE BTNBMP Within FOR NEXT LOOP
I have quite a lot of On/Off settings to include so was hoping to set them up using a for next loop
but I'm gettting a bound array error (n=3) on selection
Can this be done if so what do I need to change
Thanks
Peter
#include "FiveWin.ch"function Main() LOCAL oBtn[2] LOCAL oDlg ...
but I'm gettting a bound array error (n=3) on selection
Can this be done if so what do I need to change
Thanks
Peter
#include "FiveWin.ch"function Main() LOCAL oBtn[2] LOCAL oDlg ...
- Thu Jul 25, 2019 9:54 am
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Pelles Editor and Fonts
Pelles adds three numbers to the font definitions
e.g. FONT 8, "Tahoma", 0, 0, 1
Is there anyway of avoiding these number from being generated to save me from editing the RC file prior to compiling
Thanks
Peter
e.g. FONT 8, "Tahoma", 0, 0, 1
Is there anyway of avoiding these number from being generated to save me from editing the RC file prior to compiling
Thanks
Peter
- Thu Jul 25, 2019 7:41 am
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: DTPICKER & FONT
Thanks Uwe,that sorted it
Regards
Peter
Regards
Peter
- Tue Jul 23, 2019 10:36 am
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
DTPICKER & FONT
I cannot change the display size of the date in DTPICKER box when selecting a Font
e.g. 'TAHOMA SIZE 0,-20
I've tried it on samples\datetime.prg and couldn't get it work on that either
Curiously though on my program the NoDate checkbox has resized but hasn't on the datetime.prg
I've set both lines ...
e.g. 'TAHOMA SIZE 0,-20
I've tried it on samples\datetime.prg and couldn't get it work on that either
Curiously though on my program the NoDate checkbox has resized but hasn't on the datetime.prg
I've set both lines ...
- Thu Jul 11, 2019 9:10 am
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: Tdatabase performance issue
Thanks both that did it
Regards
Peter
Regards
Peter
- Wed Jul 10, 2019 7:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Tdatabase performance issue
Should there be any performance overhead when using Tdatabase as opposed USE DBF command
As reading a through a DBF of approx 9k records is about 2-3 seconds slower when opened using Tdatabase than when
it is opened by the USE command.
There are no filters or relations set,DBF uses one NTX ...
As reading a through a DBF of approx 9k records is about 2-3 seconds slower when opened using Tdatabase than when
it is opened by the USE command.
There are no filters or relations set,DBF uses one NTX ...
- Mon Jul 08, 2019 8:41 am
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: GET with SPINNER
Thanks for that Uwe
I can definitely see the merits in this for selecting from a short range of numbers but I have one range between 0-99999
a couple in four figures and a percentage range with decimal places.
In most cases the intial numbers will be entered via the keyboard and the spinner option ...
I can definitely see the merits in this for selecting from a short range of numbers but I have one range between 0-99999
a couple in four figures and a percentage range with decimal places.
In most cases the intial numbers will be entered via the keyboard and the spinner option ...
- Thu Jul 04, 2019 12:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: GET with SPINNER
Thanks
Peter
Peter
- Thu Jul 04, 2019 9:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
GET with SPINNER
I want to specify start and end number ranges via Spinner and show the number of records that match the various ranges
entered as the Up or Down key is selected (example below)
Presumably while I just press the UP or DOWN arrow it's still in focus and the VALID clause isn't getting called.
Calling ...
entered as the Up or Down key is selected (example below)
Presumably while I just press the UP or DOWN arrow it's still in focus and the VALID clause isn't getting called.
Calling ...
- Mon Jun 24, 2019 5:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: XBrowse settings INI file
Thanks
Peter
Peter
- Mon Jun 24, 2019 12:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
XBrowse settings INI file
Is there a way of saving a user's browse display preferences such as display order,column width/height,fields to show etc.
whenever they change it from the original system default.
So each time they logon Xbrowse configures the display using their individual preference
Thanks
Peter
whenever they change it from the original system default.
So each time they logon Xbrowse configures the display using their individual preference
Thanks
Peter
- Mon Jun 17, 2019 5:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: xBrowse edit dialog and navigation
Belated thanks,now working fine
Regards
Peter
Regards
Peter