Search found 74 matches: ordkeygoto

Return to advanced search

... se posicionar ou não o browse. No meu sistema(PRG PRINCIPAL) tenho estas declarações que evitavam o mesmo erro na TWBROWSE: EXTERNAL OrdKeyCount, OrdKeyGoTo, OrdKeyNo, Ordcreate Será que pode estar influenciando ? Grato
by MGA
Thu Apr 17, 2008 11:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Manuel Mercado - ERRO TSBROWSE
Replies: 4
Views: 1199

Para Manuel Mercado - ERRO TSBROWSE

... TRUE; ALIGN DT_CENTER ACTIVATE DIALOG oDlg CENTERED on init( obrw3:nat:=obrw2:nat ) Error: description: Error DBCMD/2001 Workarea not in use: ORDKEYGOTO Stack Calls =========== Called from: => ORDKEYGOTO(0) Called from: TSBROWSE.PRG => (b)TSBROWSE:RESETBARPOS(8441) Called from: => ...
by MGA
Thu Apr 17, 2008 11:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Manuel Mercado - ERRO TSBROWSE
Replies: 4
Views: 1199

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

... ,; ::bKeyCount := &cAdsKeyCount else DEFAULT ::bKeyNo := {| n | iif( n == nil,; ( cAlias )->( OrdKeyNo() ),; ( cAlias )->( OrdKeyGoto( n ); ) ) },; ::bKeyCount := {|| ( cAlias )->( OrdKeyCount() ) } Endif if lAddColumns if len( ::aCols ) == 0 nFields := ( 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: 711

Al inicio del programa coloca lo siguiente: external dbfcdx, ordkeyno, ordkeycount, ordkeygoto Es imprescindible para que funcione la TWBrowse de Hernán. #include "Fivewin.ch" external dbfcdx, ordkeyno, ordkeycount, ordkeygoto FUNCTION Main() ...
by joseluisysturiz
Wed Nov 07, 2007 2:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ORDKEYCOUNT() con el WNROWSE de Hernan
Replies: 2
Views: 1089

Al inicio del programa coloca lo siguiente: external dbfcdx, ordkeyno, ordkeycount, ordkeygoto Es imprescindible para que funcione la TWBrowse de Hernán. #include "Fivewin.ch" external dbfcdx, ordkeyno, ordkeycount, ordkeygoto FUNCTION Main() ...
by jose_murugosa
Wed Nov 07, 2007 6:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ORDKEYCOUNT() con el WNROWSE de Hernan
Replies: 2
Views: 1089

... DEBERIAS AGREGAR ESTAS LINEAS AL COMIENZA DE TU PRG PRINCIPAL::: REQUEST DBFCDX REQUEST OrdKeyCount, OrdKeyNo // Para trabajar con DbfCdx REQUEST OrdKeyGoto EXTERNAL DBFCDX, DBFFPT RddSetDefault("dbfcdx") Si es que mal no recuerdo, ese error es por querer usar CDX y no enganchas las lineas que ...
by A&C
Sat Nov 03, 2007 11:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: NECESITO UNA VERSION DEL WBROWSE FUNCIONAL
Replies: 2
Views: 682

... //---------------------------------------------------------------------------// //REQUEST DBFCDX,DBFFPT,ORDKEYCOUNT,ORDKEYNO,ORDKEYGOTO,rddsys //_ADS,ADSKEYCOUNT,ADSGETRELKEYPOS,ADSKEYNO,ADSSetRelKeyPos,rddsys,ORDKEYGOTO,; //---------------------------------------------------------------------------// ...
by jmua
Fri Nov 02, 2007 10:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en FWH10
Replies: 9
Views: 1462

Agrega:

EXTERNAL OrdKeyCount, OrdKeyGoTo, OrdKeyNo

Y seguirá siendo tan estable como siempre.
by Alfredo Arteaga
Sat Jul 08, 2006 12:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: wbrowse de Hernan da error cuando bajo VScroll con mouse
Replies: 2
Views: 801

wbrowse de Hernan da error cuando bajo VScroll con mouse

Me da este error, no se a que se debe: Error description: Error BASE/1001 Undefined function: ORDKEYGOTO Args: [ 1] = N 1480 Stack Calls =========== Called from: => ORDKEYGOTO(0) Called from: => (b)SETFILTER(2677) Called ...
by gdeteran
Fri Jul 07, 2006 7:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: wbrowse de Hernan da error cuando bajo VScroll con mouse
Replies: 2
Views: 801

Rick Lipkin wrote:As far as the ADS optimization .. in the twbrowse setfilter method one could optimize reccount with testing for the default rdd and use ADSKeyCount, ADSKeyNO, AdsGetRelKeyPos, OrdKeyCount, OrdKeyNo,OrdKeyGoTo


Why not using index scopes (OrdScope()) instead?

EMG
by Enrico Maria Giordano
Sun Feb 26, 2006 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWBrowse refiniment
Replies: 24
Views: 8217

... method one could optimize reccount with testing for the default rdd and use ADSKeyCount, ADSKeyNO, AdsGetRelKeyPos, OrdKeyCount, OrdKeyNo,OrdKeyGoTo Perhaps a column freeze and a goto col method would be nice as well. Rick
by Rick Lipkin
Sun Feb 26, 2006 9:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWBrowse refiniment
Replies: 24
Views: 8217

Error ORDKEYGOTO

Cuando estoy en REDEFINE LISTBOX oBOrd FIELDS "" ID 110 OF oDlg Me esta marcando este error Called from: => ORDKEYGOTO(0) ya agrege los linas de REQUEST DBFCDX, dbffpt, ordkeyno, ordkeycount TWBrowse():lHScroll:= .F. pero cuando bajo el scroll con el mouse me marca este error ...
by maecmx
Mon Feb 06, 2006 5:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error ORDKEYGOTO
Replies: 1
Views: 718

I resolve it

I put on top of program main

EXTERNAL OrdKeyCount, OrdKeyGoTo, OrdKeyNo, Ordcreate

now run ok
by Silvio
Fri Jan 20, 2006 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with Wbrowse' hernan class
Replies: 1
Views: 581

Error with Wbrowse' hernan class

the same code on 16 bit run ok
on 32 bit when I use Pag up or pag down or key cursor the program sho the records well into listbox
when I use the mouse and click on scroolbar it make an strange error :
Undefined function: ORDKEYGOTO

How I can resolve it ?

Regards
by Silvio
Thu Jan 19, 2006 11:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with Wbrowse' hernan class
Replies: 1
Views: 581
Previous

Return to advanced search