Search found 147 matches: desirable

Return to advanced search

Re: A Question about xBrowse-Linestyles

... (though I think it was not intended) you need to keep in mind how xbrowse handles the linestyles and pens. For normal programming, it is not desirable to directly change the pens.
by nageswaragunupudi
Wed Aug 24, 2011 6:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question about xBrowse-Linestyles
Replies: 2
Views: 768

Re: possible with xBrowse?

... I realize the need to distinguish ADS in the code under development. For ADS, particularly client server implementation with large tables, it is desirable that the filter expression can be resolved on the server and if possible optimized. Instead of using wildmatch function, better to use <expr> ...
by nageswaragunupudi
Sat Aug 06, 2011 2:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: possible with xBrowse?
Replies: 16
Views: 3467

Re: xBrowse Problem

... into account null values and non-numeric values in some rows. For small and medium sized tables, the performance can be satisfactory, but it is desirable to use pre-computed totals for medium, and large tables. That is the reason why should try to avoid using the Method MakeTotals() inside the ...
by nageswaragunupudi
Thu Aug 04, 2011 11:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Problem
Replies: 8
Views: 2059

Re: xbrowse to excel office 2010

Good to know. Can you still help me more? It is desirable to know where exactly the code is hanging, so that we can think of a solution that works for all. Can you substitute GetOleObject() function with this modification and see where it is failing ...
by nageswaragunupudi
Wed Jun 01, 2011 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse to excel office 2010
Replies: 9
Views: 1989

Re: for. Mr. Rao

... : This filter is necessary to obtain accurate results from the functions OrdKeyCount(), OrdKeyGoTo(), OrdKeyNum(). This accuracy is desirable for XBrowse and also for the function I used in this program. This filter is Optimized by DBFCDX if there is a tag on the expression DELETED(). ...
by nageswaragunupudi
Mon Apr 04, 2011 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: for. Mr. Rao
Replies: 11
Views: 2291

Re: How to enter blank date 'TDatePick' with xBrowse Column

I hope similar to DatePicker's DTS_SHOWNONE where in a check object determines if blank or not will be implemented.

I agree that this is a desirable option to be provided.
by nageswaragunupudi
Wed Feb 09, 2011 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to enter blank date 'TDatePick' with xBrowse Column
Replies: 3
Views: 699

Re: En que casos se usa oBrw:SetRDD() ?

If you want to browse DBF, it is extremely desirable to use oBrw:SetRDD() immediately after creating XBrowse. If you are using old oops syntax, we strongly advise you to: oBrw := TXBrows():New( oWnd )// please ALWAYS add the following ...
by nageswaragunupudi
Fri Feb 04, 2011 10:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: En que casos se usa oBrw:SetRDD() ?
Replies: 2
Views: 453

New FTDN December/Diciembre 2010 (FWH 10.12)

... structure of the new DBF. Where such information, xbrowse tries to guess the values but this may not be quite what is expected. It is therefore desirable that the programmer ensures that all the headers are unique, values for DATAs cDataType, nDataLen and nDataDec are assigned as required before ...
by Antonio Linares
Wed Jan 19, 2011 5:21 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2010 (FWH 10.12)
Replies: 0
Views: 1723

Re: XBrowse Win7 Bar New Sample

... to change any code. #2. If you are interested in general advice about any better practices of coding for xbrowse, here are a few advices: a) It is desirable if you change all "TXBrowse():" as "TXBrows(". You can do it with many program editors in all programs at once and then ...
by nageswaragunupudi
Thu Jan 06, 2011 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Win7 Bar New Sample
Replies: 61
Views: 14762

Re: XBrowse Win7 Bar New Sample

... 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 nageswaragunupudi
Thu Jan 06, 2011 4:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Win7 Bar New Sample
Replies: 61
Views: 14762

Re: Error Xbrowse

... Array, etc. The codeblocks automatically generated by xbrowse internally are much better constructed than what we may directly supply. It is desirable to know what version of FWH Mr. Ruben is using. In the code that is posted both recordset and rdd appear to be mixed up.
by nageswaragunupudi
Wed Nov 10, 2010 3:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Xbrowse
Replies: 4
Views: 1040

Re: xbrowse array autosort problem

... not always the case. In the life-cycle of a large software this may become necessary in less than fraction of the total refreshes. It is therefore desirable for the programmer to handle it.
by nageswaragunupudi
Sat Aug 21, 2010 6:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse array autosort problem
Replies: 16
Views: 3467

Re: How to retrieve the button

... with the button object as paramter. TButtonBmp and its parent class TButton do not pass any parameter while evaluating the bAction block. It is desirable to modify the TButton class and change the line 176 ( version 10.6 ) as Eval( ::bAction, Self ) Then we can write ACTION {|oBtn| MsgInfo( ...
by nageswaragunupudi
Tue Jul 13, 2010 12:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to retrieve the button
Replies: 4
Views: 1017

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... be included therein. + More macro for Tools parameter - ${source_fullname_less_ext} % Tools & Utilities dialog made modeless. At times it is desirable to execute a tool multiple times and also to gather output logs. + Tools & Utilities dialog now remembers its last opened position. + ...
by Pritpal Bedi
Mon Jun 14, 2010 2:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 104203

Re: Necesito ejemplo xBrowse.

... be used for data from other related Aliases or any complext expressions. When we want to display any field of the alias assigned to XBrowse, it is desirable to use COLUMNS clause but not FIELDS clause. When we use COLUMNS clause, XBrowse automatically reconginses fieldtype,fieldlen, fielddec and ...
by nageswaragunupudi
Wed May 05, 2010 4:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Necesito ejemplo xBrowse.
Replies: 3
Views: 916
PreviousNext

Return to advanced search