He adquirido recientemente la version FVH 7.10 ,pero no consigo que me funcione la wbrowse de Hernan. La necesito porque quiero migrar de 16 a 32 mis aplicaciones.
He descargado una version 17 y he compilado los fuentes y el .c con verce 5.1 .Hasta aquí todo bien .
Al ejecutar la aplicacion me genera el siguiente error que no entiendo pues OrdKeyCount() es nativo de CDX ó no ?
Error description: Error BASE/1001 Undefined function: ORDKEYCOUNT
Stack Calls
===========
Called from: => ORDKEYCOUNT(0)
Called from: wbrowse.prg => (b)TWBROWSE:SETFILTER(2670)
Called from: wbrowse.prg => (b)TWBROWSE:SETFILTER(2671)
Called from: wbrowse.prg => TWBROWSE:SETFILTER(2707)
Called from: wbrowse.prg => TWBROWSE:REDEFINE(861)
Called from: clientes.prg => CLIENTES(51)
Called from: bilbao.prg => (b)MAIN(52)
Called from: BTNBMP.PRG => TBTNBMP:CLICK(0)
Called from: BTNBMP.PRG => TBTNBMP:LBUTTONUP(0)
Called from: => TWINDOW:HANDLEEVENT(0)
Called from: CONTROL.PRG => TCONTROL:HANDLEEVENT(0)
Called from: BTNBMP.PRG => TBTNBMP:HANDLEEVENT(0)
Called from: WINDOW.PRG => _FWH(0)
Called from: => WINRUN(0)
Called from: WINDOW.PRG => TWINDOW:ACTIVATE(0)
Called from: bilbao.prg => MAIN(99)
Gracias de antemano por la ayuda
NECESITO UNA VERSION DEL WBROWSE FUNCIONAL
CREO QUE 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 te comento::
ojala te sirva
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 te comento::
ojala te sirva
Mi segundo amor es Programar
Asunto Resuelto .Muchas Gracias
Efectivamente me faltaba incorporar los REQUEST
Gracias por vuestra colaboración.
Gracias por vuestra colaboración.