Search found 147 matches: desirable

Return to advanced search

Re: 10.3 xBrowse date display error

Mr TimStone It is desirable to modify FWH library to retain compatibility with the xHb version (Nov 2009) than your modifying your source code. Can you help by testing this small sample with your version of xHb ? #include 'fivewin.ch'#include ...
by nageswaragunupudi
Fri Apr 02, 2010 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 10.3 xBrowse date display error
Replies: 14
Views: 4766

Re: 10.3 xBrowse date display error

... include valblank.prg of version 10.2 or earlier from \fwh\source\function\valblank.prg, you should get the earlier behavior. Probably it may be desirable for FWH to continue the earlier work around for the above bug in xHarbour, because some programmers could still be using older versions of ...
by nageswaragunupudi
Wed Mar 31, 2010 7:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 10.3 xBrowse date display error
Replies: 14
Views: 4766

Re: XBrowse Array Incremental Search

... constructs bSeek codeblock. This default codeblock is generally much superior to what we can ourselves construct in our program. It is always desirable that we depend on the default codeblock created by XBrowse and not to disturb it by ourselves assigning our own codeblock to bSeek, unless ...
by nageswaragunupudi
Wed Mar 03, 2010 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Array Incremental Search
Replies: 15
Views: 6241

Re: A problem with GradientBrush()

... that first creates the brush is responsible to finally release the brush. In the above usage the brush is never released. Therefore it is not desirable to create brush inline while setting brush. What is to be done is : Create brush ( count : 1 ) setbrush --> count 2 close window --> ...
by nageswaragunupudi
Tue Feb 02, 2010 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with GradientBrush()
Replies: 63
Views: 12400

Re: xBrowse Spliting header into 2 line using CRLF (Solved)

... to display both lines. Whatsnew.txt * Improvement: Where header has CRLFs, data nHeaderLines is automatically computed by the xbrowse. It is desirable not to specify the data nHeaderLines manually, unless required for other reasons. This is for information
by nageswaragunupudi
Mon Jan 04, 2010 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Spliting header into 2 line using CRLF (Solved)
Replies: 4
Views: 855

New FTDN December/Diciembre 2009 (9.12)

... to the new group. IMPROVEMENS AND FIXES: * Improvement: Where header has CRLFs, data nHeaderLines is automatically computed by the xbrowse. It is desirable not to specify the data nHeaderLines manually, unless required for other reasons. * Fix: Class TXBrowse Method SelFont(), new font is set ...
by Antonio Linares
Sun Dec 27, 2009 9:39 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2009 (9.12)
Replies: 0
Views: 2601

Re: REDEFINE GET .... PICTURE "@K"

... assumed that the Get should be cleared if any non-cursor key was typed after clicking into the Get in any position . Perhaps this behavior is desirable, but it is not the way Clipper's Gets worked and thus is not the way xHarbour's Gets work (by design). [Remember that FWH's TGet class contains ...
by James Bott
Fri Oct 30, 2009 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE GET .... PICTURE "@K"
Replies: 12
Views: 2381

Re: xBrowse & Recordset related errors in FWH 9.06

... ) can be assigned to bEditValue. XBrowse internally constructs bStrData codeblock from bEditValue and cEditPicture ( if assigned ). It is also desirable to use xbrowse command syntax than direct assignment to the data in oops way. If we use command syntax, xbrowse internally handles many dependant ...
by nageswaragunupudi
Mon Aug 24, 2009 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse & Recordset related errors in FWH 9.06
Replies: 3
Views: 948

Re: Intermittant xBrowse ADO error ( again )

... this is a static array in window.prg ) ..etc. That means we are talking about disturbing the internal structure of the core fwh library with all undesirable consequences. Another fallout is that the object's destroy method is not called and the resources will not be released. An object should be ...
by nageswaragunupudi
Mon Aug 10, 2009 1:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Intermittant xBrowse ADO error ( again )
Replies: 61
Views: 14742

New FTDN July/Julio 2009 (9.07)

... classes from XBrowse: It may be necessary to have a modified behaviour of xbrowse for a specific browse or an application. In such cases it is desirable to create one or mroe child classes derived from TXBrowse and use them. It is now very easy to implement this globally or for specific browses. ...
by Antonio Linares
Thu Jul 30, 2009 9:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2009 (9.07)
Replies: 1
Views: 2769

Re: xBrowse incremental search

... so. XBrowse will use its own methods for bSeek In any case, it may be a good idea to keep sbrowse and xbrowses in different program modules. Not desirable to have both browses in the same program file. Not even TCBrowse and TXBrowse. I wish I can reproduce your problem at my end. When I am trying ...
by nageswaragunupudi
Fri May 29, 2009 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse incremental search
Replies: 6
Views: 1248

Re: TxBrowse - Edit

... variable or a global setting. We like to offer consitant behaviour across the entire application or atleast within the same browse. It may not be desirable to have different columns in different browses behaving differently. i leave this change for individual column no entry browse.... for this ...
by Daniel Garcia-Gil
Sun Mar 22, 2009 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TxBrowse - Edit
Replies: 19
Views: 3888

Re: TxBrowse - Edit

... variable or a global setting. We like to offer consitant behaviour across the entire application or atleast within the same browse. It may not be desirable to have different columns in different browses behaving differently. 2. Save only if the oCol:bEditValid evaluates to true. 3. Save only when ...
by nageswaragunupudi
Sat Mar 21, 2009 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TxBrowse - Edit
Replies: 19
Views: 3888

... the conditional text, make sure the closing brace ("}") is also in the conditional text and there should not be a problem. In some cases it may be desirable not to indent lines such as compiler directives or comments. UltraEdit provides for this capability by allowing strings to be ignored to be ...
by Antonio Linares
Tue Sep 30, 2008 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UE PRG Formatting
Replies: 12
Views: 2777

... aStruct := {} local n, nLen := Len( aData ) AEval( aHeaders, ; { |c| AAdd( aStruct, ; { Upper( Left( Trim( c ), 10 ) ), 'C', 2, 0 } ); } ) // desirable to remove embedded chars not acceptable in fieldnames // and to check for duplicates // that logic is not included here for n := 1 to nLen ...
by George
Sun Sep 28, 2008 12:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como convertir de CSV a DBF?
Replies: 2
Views: 724
PreviousNext

Return to advanced search