Search found 64 matches: assigns

Return to advanced search

Re: xBrowse incremental seek multiple indexes

... orders. Actually filter has nothing to do with sort order and does not require index. When programmer does not specify oBrw:cFilterFld, xbrowse assigns the sorted field when the first search key is pressed. During runtime, programmer can change the filter field depending on his design.
by nageswaragunupudi
Mon Mar 16, 2015 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse incremental seek multiple indexes
Replies: 3
Views: 848

Re: DataRow problem

... having a problem with using TinyInt fields for logical values. When we assign .T. or .F. to a field, ADO converts the values is -1 or 0 and assigns to the underlying field. So we do not get an error when we assign a logical value to a numeric field. Interestingly CHECKBOX also does not complain ...
by nageswaragunupudi
Thu Feb 26, 2015 4:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DataRow problem
Replies: 2
Views: 905

Re: Como dejar el sistema en ISO-8859-1

... ) // Queries or changes the current code page. HB_LangSelect( "DE" ) // Select a specific nation message module Set Date German // Assigns a date format GERMAN dd.mm.yy Pero cuales son los comandos para dejarlos en español y en esa ISO que menciono. Si alguien sabe, que lo comente ...
by jcaro
Thu Oct 09, 2014 1:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como dejar el sistema en ISO-8859-1
Replies: 7
Views: 1255

Re: Font shift during program execution

... )  The first line finds the font style used by the Windows system The second line creates the font in a larger size The third line then assigns the font to the MAIN( ) window. How is that incorrect ? It has been that way for many many years. Tim
by TimStone
Fri Aug 29, 2014 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font shift during program execution
Replies: 15
Views: 2661

New FTDN march/april 2014 (FWH 14.04)

... to the three codeblocks and enable transactions by setting the data lUseTrans to .T. In case the table is an ADO table, the class by default assigns the proper codeblocks and programmer need only to assign :lUseTrans. (d) Fix: Display of auto-increment fields in DBF in the default add/edit ...
by Antonio Linares
Thu May 22, 2014 4:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN march/april 2014 (FWH 14.04)
Replies: 2
Views: 1755

Re: XBROWSE FWH1305 : error in SetColFromRDD

If oCol:cDataType is nil, the column's Adjust() method assigns ::cDataType := ValType( Eval( ::bEditValue ) ). I shall give here the actual fix adopted: Please see the code from line 8362 to 8371 The existing code is reproduced below:     ...
by nageswaragunupudi
Mon Jun 24, 2013 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE FWH1305 : error in SetColFromRDD
Replies: 3
Views: 663

Re: TDataRow and ADO questions

... best to apply a VALUE to each field even if it is " " or ctod(""). Unlike .Dbf .. if you do not apply a value to a field, SQL assigns it 'NULL' and if you try to manipulate that field without realizing it was NULL, your program will fail at run-time. 2) Also .. if you are using ...
by Rick Lipkin
Fri Jun 14, 2013 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDataRow and ADO questions
Replies: 48
Views: 11732

Re: refreshing on a get

It assigns what you see in the edit buffer to the GET variable.

EMG
by Enrico Maria Giordano
Thu Nov 08, 2012 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: refreshing on a get
Replies: 8
Views: 1192

xHarbour bug in ADO Date\Time field

... builds of xHarbour ( ships with FWH 1201 xHarbour 1.21 rev 9421 ) appears to have a bug in assigning a variable from an ADO date\time field and assigns it a T valtype rather than D for date. When comparing date values there is an obvious data type mis-match .. I posted a small sample on the ...
by Rick Lipkin
Wed Feb 08, 2012 4:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour bug in ADO Date\Time field
Replies: 7
Views: 1776

Re: New FTDN August/Agosto 2011 (FWH 11.08)

... Sample: \fwh\samples\xbincflt.prg (b) New methods VarGet() and VarPut(x) in TXBrwColumn class. VarGet() is equivalent to oCol:Value. VarPut(x) assigns new value to the cell as if a value is entered inline. The new value is assigned ignoring nEditType, bEditWhen and bEditValid. Enhancements: ...
by Antonio Linares
Wed Aug 31, 2011 10:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2011 (FWH 11.08)
Replies: 2
Views: 2998

New FTDN August/Agosto 2011 (FWH 11.08)

... Sample: \fwh\samples\xbincflt.prg (b) New methods VarGet() and VarPut(x) in TXBrwColumn class. VarGet() is equivalent to oCol:Value. VarPut(x) assigns new value to the cell as if a value is entered inline. The new value is assigned ignoring nEditType, bEditWhen and bEditValid. Enhancements: ...
by Antonio Linares
Tue Aug 30, 2011 7:00 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2011 (FWH 11.08)
Replies: 2
Views: 2998

Re: To Mr Nages : change bClrStd on line

... an array of values is assigned, the elements are successively assigned to the column objects. Example: oBrw:cHeaders := { 'ONE', 'TWO', 'THREE' }, assigns the headers to three columns. The assignment is made in the order of original creation of the columns, even if the columns are rearranged by ...
by nageswaragunupudi
Thu May 19, 2011 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mr Nages : change bClrStd on line
Replies: 11
Views: 2020

Re: ERROR WITH XBROWSE : TOEXCEL

... }} Second element onwards are optional. Simply write @ 0,0 XBROWSE oBrw OF oWnd COLUMNS aCols DATASOURCE <uDataSource> XBrowse autmatically assigns all the parameters to columns.
by nageswaragunupudi
Fri Apr 22, 2011 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR WITH XBROWSE : TOEXCEL
Replies: 6
Views: 1392

Re: Consulta xBrowse

... it works?: Each column of XBrowse has a DATA cOrder. For sorted column, it is 'A' or 'D' and for all other columns it is Empty. XBrowse internally assigns these values. XBrowse shows UpArrow bitmap for the column where cOrder is 'A' or downarrow bitmap if cOrder is 'D' and no sort bitmaps for all ...
by nageswaragunupudi
Sat Feb 19, 2011 6:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta xBrowse
Replies: 6
Views: 1048

New FTDN August/Agosto 2010 (FWH 10.8)

... an array of values is assigned, the elements are successively assigned to the column objects. Example: oBrw:cHeaders := { 'ONE', 'TWO', 'THREE' }, assigns the headers to three columns. The assignment is made in the order of original creation of the columns, even if the columns are rearranged by ...
by Antonio Linares
Tue Aug 31, 2010 9:27 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2010 (FWH 10.8)
Replies: 3
Views: 3538
PreviousNext

Return to advanced search