Search found 147 matches: desirable

Return to advanced search

Re: ADO SQL VISIBILITY

... (RecordSet with adUseServer) are *mostly* unidirectional and single pass, used mainly for fast single pass processing. Even this is not generally desirable and may result in wrong results because we lose the benefit of snap-shot query benefits. What we mostly use is RecordSet with adUseClient ...
by nageswaragunupudi
Fri Jun 26, 2015 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO SQL VISIBILITY
Replies: 17
Views: 3752

Re: Programming with ADO, recordsets

... type 'T' To extract only the truncated date dValue := FW_TTOD( oRs:Fields( "DTFIELD" ):Value ) When you want to assign empty date it is desirable to assign AdoNull() eg: oRs:Fields( "DTFIELD" ):Value := AdoNull() // instead of CtoD( "" ) Note: Recent versions of SQL ...
by nageswaragunupudi
Sun Jun 21, 2015 2:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programming with ADO, recordsets
Replies: 6
Views: 1104

Re: DataRow problem

... := If( x, -1, 0 ) ) }  So, 1) It is better to use BIT fieldtype than TINYINT for logical values. In the longrun, it is desirable to convert TINYINT as BIT fields. 2) It is safer to use FWAdoCreateTable(...) function to create tables. 3) DataRow is not big obstacle. We ...
by nageswaragunupudi
Thu Feb 26, 2015 4:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DataRow problem
Replies: 2
Views: 920

Re: RDDADS.lib for Harbour and Borland

... newer clients. While older clients are always compatible with newer servers the opposite is not true. It should be noted that it is not always desirable to stay with old clients. Newer servers introduce new functionality and services that are only available with the corresponding new client. ...
by reinaldocrespo
Tue Jan 27, 2015 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDDADS.lib for Harbour and Borland
Replies: 24
Views: 4859

Re: btnbmp error on 15.01

... enable warnings for undeclared variables while compiling. That is the reason you did not notice this. Please remove ROUND clause and it is always desirable to have "OF oDlg"
by nageswaragunupudi
Fri Jan 23, 2015 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmp error on 15.01
Replies: 12
Views: 3499

Re: XBROWSE exclude or control ARROW keys in edit mode

... bEditValid is to return whether the value entered by the user is valid of not. You may replace the value by oGet:oGet:VarPut or oGet:cText. It is desirable not to direcly write to database here because that may have unexpecte side-effects like this. It is agreed that in some situations we need ...
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: 5447

Re: XBROWSE exclude or control ARROW keys in edit mode

... arrow keys do not work during execution of oCol:bEditValid. Up/Down keys work only after validation is completed and browse is refreshed. It is desirable not to write inside a valid function but to keep its functionality limited to return valid status. If we want to change the user's input we ...
by nageswaragunupudi
Wed Nov 19, 2014 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE exclude or control ARROW keys in edit mode
Replies: 13
Views: 5447

Re: xBrowse numeric formats

... sub-continent. To set / change the format, call the function: FWNumFormat( cInternational, ; // 'A' or 'E' .or. 'I" lUseThousandSep ) It is desirable to set the format at the beginning of the program Example: FWNumFormat( 'A', .t. ) XBrowse automatically builds picture clause of Numeric ...
by nageswaragunupudi
Tue Oct 21, 2014 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse numeric formats ( To: G.N.Rao )
Replies: 4
Views: 1346

Re: question about xBrowse and EDIT_GET

... as an additional way to start edit. Single click is used for cell navigation. For browses where users are required to do lot of data-entry, it is desirable to enable Fastedit mode where pressing a data key triggers edit and after edit the next editable cell is ready for edit. We can also configure ...
by nageswaragunupudi
Sun Jul 13, 2014 1:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages!! question about xBrowse and EDIT_GET [bug issue]
Replies: 15
Views: 2988

Re: xBrowse and lMergeVert sporadic error

This can happen if any row is added during runtime.
If a row is added or deleted, we should call oCol:WorkMergeData() and oBrw:Refresh().

In case you are browsing DBF it is desirable to SET FILTER TO !DELETED() so that oBrw:keyNo() always returns a correct value.
by nageswaragunupudi
Tue Jun 24, 2014 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and lMergeVert sporadic error
Replies: 5
Views: 1672

Re: Record in Use

... end. You may use any DBFs in the samples folder. Note: By default, xbrowse creates bOnPostEdit codeblocks internally. They work efficiently. It is desirable not to override these default codeblocks with user codeblocks.
by nageswaragunupudi
Fri Jun 13, 2014 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Record in Use
Replies: 6
Views: 1157

Re: PDF Creation size XP vs Win 8.1u1

... high-end or dedicated products in speed, quality or size-optimization. If for a project, generation of PDFs is required on large scale, it is desirable that we may use special libraries like emf2pdf, etc. This must be the difference.
by nageswaragunupudi
Fri Jun 13, 2014 6:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PDF Creation size XP vs Win 8.1u1
Replies: 6
Views: 1428

Re: xBrowse + OO Array

... so that : obj:<colname> returns value of the column and obj:<colname> := x sets the new value of to the colname Optional but highly Desirable Methods: 1) Seek( cSeek, lSoftSeek, lWildSeek ) // if the method exists, XBrowse uses this for incremental seeks. XBrowse uses only 1st and ...
by nageswaragunupudi
Fri Jun 06, 2014 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + OO Array
Replies: 16
Views: 5022

Re: Fwh13.09 r2 - problem with excel button in rpreview

... or any alias used in the report are not disturbed by any action in any other window. If we want to use export to Excel feature, it is highly desirable to use MODAL preview. If you are still facing any problem even after observing the above, please post a sample program to reproduce the problem ...
by nageswaragunupudi
Wed Nov 20, 2013 3:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh13.09 r2 - problem with excel button in rpreview
Replies: 8
Views: 3478

Re: Contar un caracter en archivo de texto

... forth. ( Single line skips may be ok but skipping by large number of lines may be a little slow ) If the purpose is basically readonly it is more desirable to create an index table once and use it to browse whenever needed.
by nageswaragunupudi
Thu Sep 12, 2013 2:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Contar un caracter en archivo de texto
Replies: 16
Views: 3910
PreviousNext

Return to advanced search