Search found 133 matches: dbskipper

Return to advanced search

... version of TSBrowse.ch (only constants) to avoid preprocessor table overflow #ifdef __XPP__ #define Super ::TControl #define New _New #xtranslate _DbSkipper => DbSkipper #endIf #ifdef __HARBOUR__ #xtranslate _DbSkipper => DbSkipper #ifdef __HBOLE__ #define __OLE__ #endif EXTERN OrdKeyNo, ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5471

Advantage DS

Adventage Database Server -------------------------------------------------------------------------------- is anybody using ADS in an novell net and running Windows NT on a workplace with Fivewin apps? I use ADS in Novell net with Win95/98-machines and have no problems with my FW apps. Since yesterd...
by Antonio Linares
Wed Aug 27, 2008 7:30 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 73148

How to show OemToAnsi in xBrw. (when no Col's defined) ?

... for nFor := 1 to len( oBrw5:aCols ) oCol := oBrw5:aCols[ nFor ] oBrw5:bSkip:={| nRecs | ( if(nRecs == nil, nRecs := 1,), ; nRecs:= (1)->(dbskipper( nRecs )), ; lClrFlag:= if( nRecs % 2 = 0, lClrFlag,!lClrFlag), nRecs) } // Define alternating row colors oBrw5:bClrStd := { || Colors() } ...
by ukoenig
Sun Feb 17, 2008 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to show OemToAnsi in xBrw. (when no Col's defined) ?
Replies: 0
Views: 504

Problem with xBrowse in MDI-Childs

... OK // ------------------------------------ oCol := oBrw5:aCols[ nFor ] oBrw5:bSkip:={| nRecs | ( if(nRecs == nil, nRecs := 1,),nRecs:= ; (1)->(dbskipper( nRecs )), ; lClrFlag:= if( nRecs % 2 = 0, lClrFlag,!lClrFlag), nRecs) } // Define alternating row colors oBrw5:bClrStd:= {|| if(lClrFlag,{ ...
by ukoenig
Tue Jan 29, 2008 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse in MDI-Childs
Replies: 3
Views: 1144

Some changes in xBrowse, to read, edit a. write OemToAnsi

... )->( DbGoTop() ) },; ::bGoBottom := {|| ( cAlias )->( DbGoBottom() ) },; ::bSkip := {| n | iif( n == nil, n := 1, ), ; ( cAlias )->( DbSkipper( n ) ) },; ::bBof := {|| ( cAlias )->( Bof() ) },; ::bEof := {|| ( cAlias )->( Eof() ) },; ::bBookMark := {| n | iif( n == nil,; ( cAlias ...
by ukoenig
Mon Jan 28, 2008 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some changes in xBrowse, to read, edit a. write OemToAnsi
Replies: 0
Views: 708

xBrowse Darstellg. => OemToAnsi ???

... for nFor := 1 to len( oBrw5:aCols ) oCol := oBrw5:aCols[ nFor ] oBrw5:bSkip:={| nRecs | ; ( if(nRecs == nil, nRecs := 1,),nRecs:= (1)->(dbskipper( nRecs )), ; lClrFlag:= if( nRecs % 2 = 0, lClrFlag,!lClrFlag), nRecs) } // Define alternating row colors oBrw5:bClrStd := { || Colors() } ...
by ukoenig
Fri Jan 25, 2008 2:19 pm
 
Forum: All products support
Topic: xBrowse Darstellg. => OemToAnsi ???
Replies: 0
Views: 1293

AHF,

Here is a skipblock that doesn't use a database object:

oBrw:bSkip:={| nRecs | (nRecs:= (cAlias)->(_dbskipper( nRecs )), lClrFlag:=if(nRecs/2 = int(nRecs/2), lClrFlag,!lClrFlag), nRecs) }

James
by James Bott
Wed Jan 09, 2008 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tcbrowse 2 colour one for each line
Replies: 52
Views: 7976

... LINES_BLACK 1 #define LINES_GRAY 2 #define LINES_3D 3 #define LINES_DOTED 4 #ifdef __XPP__ #define Super ::TControl #define New _New #xtranslate _DbSkipper => DbSkipper #endif #ifdef __HARBOUR__ #xtranslate _DbSkipper => DbSkipper #endif extern DBSKIP //----------------------------------------------------------------------------// ...
by FWHISHOW
Wed Dec 12, 2007 4:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWBROWSE - bkeydown não aceita VK_UP?
Replies: 9
Views: 4190

AHF, The below info is from my notes file. Note that you have indexes, filters, and deleted records to handle, so the solution has to consider these. James --------------------------------- 8/24/2007 Update: Antonio posted this one. oBrw:nClrPane := { || If( OrdKeyNo() % 2 == 0, RGB( 230, 230, 230),...
by James Bott
Thu Nov 15, 2007 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tcbrowse 2 colour one for each line
Replies: 52
Views: 7976

Re: Verce 5.1

... bytes Time from start: 0 hours 1 mins 49 secs Error occurred at: 13/11/2007, 10:28:35 Error description: Error DBCMD/2001 Workarea not in use: DBSKIPPER Stack Calls =========== Called from: => DBSKIPPER(0) Called from: XBrowse.prg => (b)TXBROWSE:SETRDD(3355) Called from: XBrowse.prg => ...
by ruben Dario
Tue Nov 13, 2007 3:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Verce 5.1
Replies: 22
Views: 5503

Ayuda con ADORDD ( Problema con Toleauto)

... STATUS Args: Stack Calls =========== Called from: win32ole.prg => TOLEAUTO:STATUS(0) Called from: => ADO_DELETED(414) Called from: => DBSKIPPER(0) Called from: WBROWSE.PRG => (b)TWBROWSE:SETFILTER(0) Called from: WBROWSE.PRG => TWBROWSE:SKIP(0) Called from: WBROWSE.PRG => ...
by Ramon Paredes
Wed May 09, 2007 4:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con ADORDD ( Problema con Toleauto)
Replies: 1
Views: 1268

Siguiendo con conla integraciond del grid de CANAL5

Hola de nuevo! Sigo atorada con la integración del grid de canal5. Hice lo siguiente: 1. Recompile (con un archivo .BAT que amablemente RF me envio) e integre de nuevo la libreria con lo siguiente: GRID.OBJ, HEADER.OBJ, FOOT.OBJ, COLUMNA.OBJ, DRIVES.OBJ y XSCRLL.OBJ... al compilar estos dos últimos ...
by Laurel
Mon Mar 05, 2007 4:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Siguiendo con conla integraciond del grid de CANAL5
Replies: 1
Views: 835

... oLbx:blClicked := ; {|nRow,nCol,nKeyFlags| if(oLbx:nAtCol(nCol)=2,ShowRolls(),nil)} oLbx:lCellStyle := .T. oLBx:bSkip := {|nRecs| STOCKLOC->(DbSkipper(nRecs))} oLbx:bLine := {|| {STOCKLOC->Id,; str(STOCKLOC->Rolls,4),; str(STOCKLOC->Curr_Vol,10,2)}} ACTIVATE WINDOW oWnd I fixed this ...
by GWard
Tue Oct 18, 2005 8:46 am
 
Forum: FiveWin for Pocket PC
Topic: FONT And SetFont()
Replies: 8
Views: 3241
Previous

Return to advanced search