Search found 50 matches

by reds
Tue Aug 06, 2019 12:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Substitute bitmap name with resource ID
Replies: 2
Views: 469

Re: Substitute bitmap name with resource ID

Thanks,it was an error in my resource file !
Peter
by reds
Mon Aug 05, 2019 9:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: Substitute bitmap name with resource ID
Replies: 2
Views: 469

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
by reds
Mon Jul 29, 2019 6:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE BTNBMP Within FOR NEXT LOOP
Replies: 2
Views: 449

Re: REDEFINE BTNBMP Within FOR NEXT LOOP

Many thanks
Peter
by reds
Sat Jul 27, 2019 12:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE BTNBMP Within FOR NEXT LOOP
Replies: 2
Views: 449

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   ...
by reds
Thu Jul 25, 2019 9:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: Pelles Editor and Fonts
Replies: 0
Views: 330

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
by reds
Thu Jul 25, 2019 7:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: DTPICKER & FONT
Replies: 2
Views: 519

Re: DTPICKER & FONT

Thanks Uwe,that sorted it
Regards
Peter
by reds
Tue Jul 23, 2019 10:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: DTPICKER & FONT
Replies: 2
Views: 519

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 i...
by reds
Thu Jul 11, 2019 9:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: Tdatabase performance issue
Replies: 4
Views: 610

Re: Tdatabase performance issue

Thanks both that did it
Regards
Peter
by reds
Wed Jul 10, 2019 7:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Tdatabase performance issue
Replies: 4
Views: 610

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 Currently...
by reds
Mon Jul 08, 2019 8:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: GET with SPINNER
Replies: 4
Views: 645

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...
by reds
Thu Jul 04, 2019 12:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GET with SPINNER
Replies: 4
Views: 645

Re: GET with SPINNER

Thanks

Peter
by reds
Thu Jul 04, 2019 9:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: GET with SPINNER
Replies: 4
Views: 645

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 i...
by reds
Mon Jun 24, 2019 5:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse settings INI file
Replies: 3
Views: 441

Re: XBrowse settings INI file

Thanks

Peter
by reds
Mon Jun 24, 2019 12:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse settings INI file
Replies: 3
Views: 441

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
by reds
Mon Jun 17, 2019 5:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse edit dialog and navigation
Replies: 26
Views: 2791

Re: xBrowse edit dialog and navigation

Belated thanks,now working fine
Regards
Peter