Search found 66 matches: uval

Return to advanced search

New FTDN May/Mayo 2017 (FWH 17.05)

... and duplicate rows are updated with the values in the source table. - RowSet: New method: oRs:ResyncWhere( cWhere ) or oRs:ResyncWhere( cField, uVal ) Resyncs only one record satisfying the condition. if the record is not already in the rowset, it is appended to the rowset. - RowSet: oRs:WhereLikeCurrentRow() ...
by Antonio Linares
Sat May 20, 2017 10:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2017 (FWH 17.05)
Replies: 1
Views: 2456

New FTDN April/Abril 2017 (FWH 17.04)

... New Method: XbrAddColumn( oBrw, cCol, cHeader ) - New: RowSet New Method: oRs:ResyncWhere( cwhere ) --> lSuccess or oRs:ResyncWhere( cFldName, uVal ) --> lSuccess a) cWhere condition should resolve to a single record. b) If cwhere resolves to a record already in the rowset, record pointer ...
by Antonio Linares
Mon May 01, 2017 10:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2017 (FWH 17.04)
Replies: 0
Views: 1278

A problem xBrowse seek on DATE and NUMERIC ?

... You posted : Please go to METHOD AdoIncrSeek and locate the following line: do case case cType == 'C' Change it as do case case cType == 'C' .or. uVal == nil Well with this modification incremental filters on numeric and date columns may fail. In my tests, DATE and NUMERIC - seek is not working ...
by ukoenig
Mon Jan 16, 2017 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem xBrowse seek on DATE and NUMERIC ?
Replies: 6
Views: 2436

Re: Button on a cell in xbrowse

... triggered by pressing a key Return value of the codeblock: a) NIL: If the codeblock returns nil, XBrowse does not take any action on its own. b) uVal: If the codeblock returns any value other than nil, XBrowse assigns that value to the column and saves it. If the intention of the programmer is ...
by nageswaragunupudi
Sat Dec 17, 2016 3:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button on a cell in xbrowse
Replies: 4
Views: 862

Re: Busqueda numerica por aproximacion

Bien, te cuento lo que se me ocurre Como el DbSeek( uval, .T. ) se sitúa en el valor superior al buscado, coge la diferencia con el anterior y posterior y compruebas cuál es el más aproximado Se me debe escapar algo que no te he entendido porque seguro ...
by cnavarro
Fri Aug 19, 2016 2:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Busqueda numerica por aproximacion
Replies: 7
Views: 992

FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... ) METHOD SaveToDBF( tablename, [lForUpdate] ) METHOD UploadFromAlias( cTable, cSrcFieldList, cDstFieldList, [lUpdateIgnore] ) METHOD ValToSQL( uVal ) METHOD FieldsAndValsToSQL( aFields, aVals, lWhere ) METHOD Close() or End() Important Methods Explained: MEHOD CreateTable(cTable, aStruct, [lAddAutoInc], ...
by nageswaragunupudi
Fri Jul 01, 2016 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 29192

Unicode Read from and write to excel

... thanks to Mr Rao and Fwh support! #include "fivewin.ch" FUNCTION Main() local oExcel, oBook, oSheet, oWnd, oClp local nRow, nCol, nCols, uVal, uVal2 FW_SetUnicode( .t. ) DEFINE WINDOW oWnd oClp := TClipboard():New() USE "AA_CHN" GO TOP nCols := FCount() oExcel := ExcelObj() ...
by MarcoBoschi
Fri Nov 27, 2015 6:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode Read from and write to excel
Replies: 0
Views: 470

New FTDN July/Julio 2015 (FWH 15.07)

... and modify struct NONCLIENTMETRICS Parameters GETNONCLIENT( nPos ) -> look nPos in the struct NONCLIENTMETRICS Parameters SETNONCLIENT( nPos , uVal, bActWinIni ) - SETWHSCROLL( hWnd , nPos , nVal, ActWinIni ) will modify width Scroll bar width and save and update win.ini or not - ISTACTIL() ...
by Antonio Linares
Wed Aug 12, 2015 7:02 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2015 (FWH 15.07)
Replies: 0
Views: 1053

New FTDN April 2015 (FWH 15.04)

... in fwsqlcmd.ch: Converting single quotes in where clause to double quotes. Fixed now. * New: TXBrowse and TXBrwColumn: Methods AddVar( uVar, uVal ) We can create new DATA for specific instances of browse or column. Eg: oBrw:AddVar( "aMySelect", {} ) AAdd( oBrw:aMySelect, RECNO() ...
by Antonio Linares
Sat Apr 25, 2015 7:44 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2015 (FWH 15.04)
Replies: 6
Views: 3623

Re: Avances con FiveTouch

En mi anterior codigo, sustituye la linea:     :SetItem( x-1, 1, QTableWidgetItem( uVal:typeToName( uVal:type() ) ) )  por    :SetItem( x-1, 1, QTableWidgetItem( uVal:toString() ) )  y obtienes ...
by cnavarro
Sat Apr 04, 2015 2:19 pm
 
Forum: FiveTouch
Topic: Avances con FiveTouch
Replies: 16
Views: 7584

DataRow problem

... and the controll CHECKBOX Before this works REDEFINE CHECKBOX oGet VAR oRec:VOLUME ID 4002 OF oDlg I chek in METHOD dr_FieldPut( cnfld, uVal ) CLASS TDataRow the variable cFldType for field TinyInt return "N" . Application===========   Path and name: D:\prg_SQL\MASTRO\MASTROSQL.EXE ...
by Maurizio
Wed Feb 25, 2015 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DataRow problem
Replies: 2
Views: 905

Re: help for xbrowse tooltip

... return nil //---------------------------------------------------------- Function MyColToolTip( oBrw, r, c, f, oMouseCol, nMouseRow ) local uBm, uVal if nMouseRow != oBrw:nRowSel uBm := oBrw:BookMark Eval( oBrw:bSkip, nMouseRow - oBrw:nRowSel ) uVal := oMouseCol:Value oBrw:BookMark := uBm else ...
by FranciscoA
Tue Feb 24, 2015 1:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help for xbrowse tooltip
Replies: 16
Views: 4026

Re: help for xbrowse tooltip

... MyColToolTip( brw,r,c,f,oMouseCol,nMouseRow ) } next ... function MyColToolTip( oBrw, r, c, f, oMouseCol, nMouseRow ) local uVal, nRow, nCol nRow := oBrw:nArrayAt + nMouseRow - oBrw:nRowSel nCol := oMouseCol:nCreationOrder uVal := oBrw:nArrayData[ nRow, nCol ] return cValToChar( ...
by Silvio.Falconi
Mon Feb 23, 2015 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help for xbrowse tooltip
Replies: 16
Views: 4026

Re: help for xbrowse tooltip

... similar but to do so in all cells and is to browse my oQry or this is just to browse with array, try as in the example but it gives me error "UVAL: = oBrw: nArrayData [nRow, nCol] "/ Message not found: TXBrowse: NARRAYDATA, thanks, greetings ... using google translator... :shock: My reply ...
by nageswaragunupudi
Sun Feb 22, 2015 11:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help for xbrowse tooltip
Replies: 16
Views: 4026

Re: help for xbrowse tooltip

... similar but to do so in all cells and is to browse my oQry or this is just to browse with array, try as in the example but it gives me error "UVAL: = oBrw: nArrayData [nRow, nCol] "/ Message not found: TXBrowse: NARRAYDATA, thanks, greetings ... using google translator... :shock:
by joseluisysturiz
Sun Feb 22, 2015 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help for xbrowse tooltip
Replies: 16
Views: 4026
PreviousNext

Return to advanced search