Search found 161 matches: intended

Return to advanced search

Re: FWH 16.12 : Display Seek values in Header Search Bar

... the problem, it exists in 64 bit as well. Glad it works the same way on both compilers. As we are going to see it is not a problem, but it is the intended feature. First, the order of using lSeekBar and lGetBar matters, even if the intent enable one and not the other. lSeekBar and lGetBar are ...
by nageswaragunupudi
Thu Dec 29, 2016 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.12 : Display Seek values in Header Search Bar
Replies: 31
Views: 9035

New FTDN November/Noviembre 2016 (FWH 16.11)

... DrawTextEx( hDC, cText, aRect, nStyle, [hFont], ; [nTextClr], [@nRight] ) --> nHeight Additional optional parameters hFont and nTextClr are intended to simplify the code in the calling functions. nRight has meaning only when nStyle is Or'ed with DT_CALCRECT and indicates the right most pixel ...
by Antonio Linares
Wed Nov 30, 2016 12:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2016 (FWH 16.11)
Replies: 4
Views: 3184

Re: A problem < oPRINT:cmSay( ..> with MULTILINE get ?

... line and / or multiline text with word-wrapping depending on the size of text and size of the rectangle provided. This method is particulary intended to ease the programmers' work, by avoiding the need to break the text into individual lines and printing line by line. Syntax: SayText( nRow, ...
by nageswaragunupudi
Sun Apr 03, 2016 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem < oPRINT:cmSay( ..> with MULTILINE get ?
Replies: 5
Views: 1460

Re: dbf at Microsoft OneDrive

... middle of rolling out Office 365 all our Corporate Staff, and that includes One Drive. In my tests One Drive is only able to be visible to other intended users through SharePoint ( web browser ) and is not interactive, meaning you can not map to or manipulate the shared file from any other location ...
by Rick Lipkin
Tue Jan 19, 2016 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbf at Microsoft OneDrive
Replies: 8
Views: 2141

Re: Cambios en xBrowse

... dbf, array, ado, etc. Normally, cFilterFld is to be provided by the programmer initially. DEFAULT is provided in case of omission of this. It is intended that re-sorting of the data by the user should not disturb the filter. If and when the programmer wants to change the filter field, he may ...
by nageswaragunupudi
Wed Apr 15, 2015 8:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambios en xBrowse
Replies: 2
Views: 714

Re: Pequeño aporte: Cambiar Color a Header/Footer 1 Col.

... .f. ) ) ) }//----------------------------------------------------------------------------//  Note: PaintHeader() method is not intended to be used in application programs directly. This may change in future versions. But if we change this method, we surely provide Method RefreshHeaders(). ...
by nageswaragunupudi
Fri Apr 10, 2015 2:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pequeño aporte: Cambiar Color a Header/Footer 1 Col.
Replies: 12
Views: 4583

Re: bug report: sbrowse without vertical scroll

... of code and can result in runtime error when oVScroll is nil. This is a legacy code from the time xbrowse was first created and does not serve the intended purpose any more. Right fix is to remove these lines of code and that is what I am doing now.
by nageswaragunupudi
Wed Mar 04, 2015 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug report: sbrowse without vertical scroll
Replies: 5
Views: 991

Re: Proposal to change TBrowse Class to show sharp alignments

Thanks for your feedback.

We intended to include these changes in 15.01 but could not complete all our tests, as we were to too preoccupied with testing other new/enhanced features for this release. We shall incorporate these suggestions in the next release.
by nageswaragunupudi
Sun Jan 18, 2015 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Proposal to change TXBrowse Class to show sharp alignments
Replies: 8
Views: 2053

New FTDN January/Enero 2015 (FWH 15.01)

... from memory or handle of a bitmap. Optional aResize is { nWidth, nHeight, nReizeMode } will resize the image to the new dimensions. This method is intended to be used by different controls. As of now TBtnBmp uses this method. * Enhancements to TBtnBmp class: (a) FILE or RESOURCE clauses can be ...
by Antonio Linares
Sun Jan 18, 2015 11:04 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2015 (FWH 15.01)
Replies: 0
Views: 1943

Re: bug xBrowse()

... is nil, xbrowse displays default Alias(). This has been the behavior since the time this function was created and this behavior is intentional. We intended that simple statement XBrowse() or XBROWSER shows the default alias, same way the function Browse() does. ( Browse() uses WBrowse ) When there ...
by nageswaragunupudi
Mon Dec 29, 2014 3:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug xBrowse()
Replies: 6
Views: 890

New FTDN November 2014 (FWH 14.11)

... too. - The programmer has not option whether to enable/disable this feature. Now this feature is enabled when lIncSearch is .t., as originally intended. - When the user enters text in a case different from the case of an item, the user's text was over-written by the item's case. Now if lCaseSensitive ...
by Antonio Linares
Sun Nov 30, 2014 7:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November 2014 (FWH 14.11)
Replies: 5
Views: 2584

Re: Learning Say/Get with Fivewin (Confusion)

... the window manages the get variables. So you have to separate the variable from the for/next loop so that it becomes a constant value that you intended at the time of creation. I hope i did not make it more confusing.
by Gale FORd
Tue Nov 25, 2014 10:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learning Say/Get with Fivewin (Confusion).. Solved.
Replies: 7
Views: 1213

Re: XBROWSE exclude or control ARROW keys in edit mode

... messages inside bEditWhen and bEditValid of xbrowse. As I suggested earlier, let us use these codeblocks to only for the purpose they are intended/designed. When a columns EditGet is in focus, any attempt to change the focus to any other window/dialog/control, either programatically or ...
by nageswaragunupudi
Mon Nov 24, 2014 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE exclude or control ARROW keys in edit mode
Replies: 13
Views: 5331

Re: xBrowse 1408 Edit_Get_Button

FWH 14.09 does not raise an error. But kindly note that the EDIT_XXXXX constants are intended to be used to set oCol:nEditType to edit the data of the column. In other words, when the column does not contain any data at all as in your above case, use of any EDIT_XXX ...
by nageswaragunupudi
Tue Oct 21, 2014 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse 1408 Edit_Get_Button
Replies: 3
Views: 685

Re: Problem in AdoIncrSeek( ) of xHarbour

Yes, thats what we intended to provide. At the same time let me confess that I did not do much testing. You can help to test and see how it works. First assuming that the columns (fields) are identical, replace oBrw:oRs with new recordset. ...
by nageswaragunupudi
Tue Aug 05, 2014 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in AdoIncrSeek( ) of xHarbour
Replies: 8
Views: 1354
PreviousNext

Return to advanced search