Search found 359 matches: peter

Return to advanced search

Re: check existing first and last on customer

... and then the name for example "Vitali" "Pietro" I only put control on the name 2) the procedure tells me that the name "Peter" already exists so I 3) deletes the contents of the get control and sets focus on the get, so the cusor is stopped on the get control of ...
by Silvio.Falconi
Wed Jun 16, 2021 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 2508

Re: Substitute bitmap name with resource ID

Thanks,it was an error in my resource file !
Peter
by reds
Tue Aug 06, 2019 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Substitute bitmap name with resource ID
Replies: 2
Views: 486

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 Aug 05, 2019 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Substitute bitmap name with resource ID
Replies: 2
Views: 486

Re: REDEFINE BTNBMP Within FOR NEXT LOOP

Many 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: 494

REDEFINE BTNBMP Within FOR NEXT LOOP

... 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      LOCAL lOn := {.f.,.t.}   LOCAL n  ...
by reds
Sat Jul 27, 2019 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE BTNBMP Within FOR NEXT LOOP
Replies: 2
Views: 494

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 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pelles Editor and Fonts
Replies: 0
Views: 338

Re: DTPICKER & FONT

Thanks Uwe,that sorted it
Regards
Peter
by reds
Thu Jul 25, 2019 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPICKER & FONT
Replies: 2
Views: 521

Re: DTPICKER & FONT

I cannot change the display size of the date in DTPICKER box when selecting a Font Peter did You try : REDEFINE DTPicker oGet[2] VAR aVal[30] ID 140 UPDATE OF oFld:aDialogs[ 1 ] oGet[2]:SetFont( oFontMed ) used fonts : DEFINE FONT oFontMed NAME "Arial" ...
by ukoenig
Tue Jul 23, 2019 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPICKER & FONT
Replies: 2
Views: 521

DTPICKER & FONT

... but hasn't on the datetime.prg I've set both lines in resource files to the same "SysDateTimePick32", DTS_SHOWNONE|WS_TABSTOP Thanks Peter
by reds
Tue Jul 23, 2019 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPICKER & FONT
Replies: 2
Views: 521

Re: Tdatabase performance issue

Thanks both that did it
Regards
Peter
by reds
Thu Jul 11, 2019 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdatabase performance issue
Replies: 4
Views: 478

Re: Tdatabase performance issue

hua wrote:Peter,
You can try :SetBuffer(.f.) to see whether that could help improve the speed a bit

Yes, it does improve the speed. Same as reading DBF directly.
by nageswaragunupudi
Thu Jul 11, 2019 5:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdatabase performance issue
Replies: 4
Views: 478

Re: Tdatabase performance issue

Peter,
You can try :SetBuffer(.f.) to see whether that could help improve the speed a bit
by hua
Thu Jul 11, 2019 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdatabase performance issue
Replies: 4
Views: 478

Tdatabase performance issue

... when it is opened by the USE command. There are no filters or relations set,DBF uses one NTX Currently just running on a stand alone PC Thanks Peter
by reds
Wed Jul 10, 2019 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdatabase performance issue
Replies: 4
Views: 478

Re: GET with SPINNER

... i.e. start > end ,allthough the get still has focus,it doesn't prevent moving the cursor to other Spinners/Xbrowses on the dialog Regards Peter
by reds
Mon Jul 08, 2019 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET with SPINNER
Replies: 4
Views: 683

Re: GET with SPINNER

Peter, a much faster solution : instead of using a spinner ( it takes to long scrolling on two gets ) opening only one xbrowse with a range-selection of ages ( array ) define a range with 2 clicks for the start- and end-value. ...
by ukoenig
Fri Jul 05, 2019 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET with SPINNER
Replies: 4
Views: 683
Next

Return to advanced search