Search found 22 matches: defaulting

Return to advanced search

New FTDN July/Julio 2020 (FWH 20.07)

... - Method Rowset is not accepting SQL statements starting with parenthesis. Fixed. - Method SetOrder( corder, u, lDescend ): lDescend is defaulting to previous setting. Fixed. Now defaults to .f.
by Antonio Linares
Sat Aug 01, 2020 5:40 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2020 (FWH 20.07)
Replies: 1
Views: 1210

Re: Tdata still Up to Date ?

Tim and Nages, Thanks to both of you for your ideas. I think defaulting nOrd to 1 might be the best solution. If nOrd is not passed, the order defaults to 1, or you can pass any other order. METHOD New( nOrd ) CLASS TCustomers   Default nOrd:= ...
by James Bott
Sat May 27, 2017 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdata still Up to Date ?
Replies: 25
Views: 5118

Re: Windows 10 style menus

Cristobal,

James, in later versions is fixed


Thanks. Is the font also fixed? I find that the font is defaulting to 12 pts and it should be 11 pts.

I will upgrade to the latest version.

James
by James Bott
Tue Mar 15, 2016 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10 style menus
Replies: 14
Views: 4778

Re: Windows 10 style menus

... 10 (most noticeable in the letter H in "Home"). Not a big issue as the font can be defined, but it would seem the menu font should be defaulting to the same one that Windows is using. Maybe this is not easy? I am using FW 15.5, perhaps this has been fixed in a newer version? James ...
by cnavarro
Tue Mar 15, 2016 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10 style menus
Replies: 14
Views: 4778

Windows 10 style menus

... 10 (most noticeable in the letter H in "Home"). Not a big issue as the font can be defined, but it would seem the menu font should be defaulting to the same one that Windows is using. Maybe this is not easy? I am using FW 15.5, perhaps this has been fixed in a newer version? James
by James Bott
Tue Mar 15, 2016 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10 style menus
Replies: 14
Views: 4778

Re: Preview scrolling

I see what is happening. When the preview screen is opening it is defaulting so that the mouse wheel scrolls the page display at the left. Then if you click one of the arrow buttons (at the top of that display it will switch over so the full page display ...
by dtussman
Sun Mar 06, 2016 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview scrolling
Replies: 2
Views: 491

Re: ADO RDD xHarbour

... DECIMAL FIELDS LIST TO.... Some engines like Access and SQlLite do not have specifically fields with decimal notation. In these cases it was defaulting to 2 decimal places where could be more. If the app would picture the gets with the fielddec function the nr of decimals places that could ...
by AHF
Fri Nov 13, 2015 8:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 445991

Re: tPrinter "problem" with last FWH release

... app would mean the programmer will have to override every print function via code to use different printer by default. If some programmers think defaulting to the Windows default printer always is helpful, then perhaps it would be useful for them to have a system-wide flag that would provide ...
by James Bott
Fri Sep 25, 2015 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tPrinter "problem" with last FWH release
Replies: 4
Views: 635

New FTDN June 2015 (FWH 15.06)

... to Antonino! New example FWH\samples\themes.prg * Fix: In FWH64 there were some errors in treeview.c. Now it is ok. * Fix: Class TListView was defaulting to an array of prompts that caused a wrong behavior. Now it is ok: http://forums.fivetechsupport.com/viewtopic.php?p=177759#p177759 many ...
by Antonio Linares
Sun Jul 19, 2015 10:00 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June 2015 (FWH 15.06)
Replies: 7
Views: 3037

Re: New FTDN May 2015 (FWH 15.05)

... to Antonino! New example FWH\samples\themes.prg * Fix: In FWH64 there were some errors in treeview.c. Now it is ok. * Fix: Class TListView was defaulting to an array of prompts that caused a wrong behavior. Now it is ok: http://forums.fivetechsupport.com/viewtopic.php?p=177759#p177759 many ...
by Antonio Linares
Tue Jun 16, 2015 12:18 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May 2015 (FWH 15.05)
Replies: 5
Views: 3269

Re: New FTDN May 2015 (FWH 15.05)

... to Antonino! New example FWH\samples\themes.prg * Fix: In FWH64 there were some errors in treeview.c. Now it is ok. * Fix: Class TListView was defaulting to an array of prompts that caused a wrong behavior. Now it is ok: http://forums.fivetechsupport.com/viewtopic.php?p=177759#p177759 many ...
by Antonio Linares
Fri Jun 12, 2015 10:11 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May 2015 (FWH 15.05)
Replies: 5
Views: 3269

Re: Font in button bar changes with recent FWH

... PROMPT "New" TOOLTIP "New Customer"   .  . I suspect this is because of the change in TBtnBmp:Paint() because it's defaulting the font from oWnd now. Previously the following code doesn't exist    if ! Empty( ::cCaption )      if ...
by hua
Wed Nov 16, 2011 6:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font in button bar changes with recent FWH
Replies: 4
Views: 719

Re: combobox

Frank's suggestion could be useful. I suggest defaulting the class to NOT be case sensitive so it doesn't break existing code. Below is the modified code to make case sensitive optional. James   DATA ::lCaseSensitive := .F....METHOD KeyChar( ...
by James Bott
Mon Jul 05, 2010 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox
Replies: 40
Views: 5592

Re: Round Function

Colin,

It looks like SET DECIMAL is defaulting to 4. Have you tried:

n:= 495

msgInfo( n )

Does this show 495.00 or 495.0000?

Regards,
James
by James Bott
Mon Feb 15, 2010 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Round Function
Replies: 8
Views: 1353

Re: xBrowse Report

...               cAlign, .F., .F., nil )   endifreturn oCol  I've noticed that the 4th parameter of RptAddColumn (size) is Null and i think it's defaulting to oXCol:nWidth - so i have modified this 4th param to be oXCol:nWidth / 8 (i used 8 as it is the size of the default font used in the report) ...
by PeterHarmes
Tue Oct 27, 2009 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Report
Replies: 5
Views: 975
Next

Return to advanced search