Page 1 of 1

Ayuda CdX en Xharbour

Posted: Mon Dec 19, 2005 12:57 am
by devwin2004
Estimados Colegas:

Para usar indices cdx y memos fpt en xharbour no se si estoy haciendo
bien, adjunto rutina clipper que compile en xharbour .99.2 y me tira
un error que no tengo coop.dbt , alguien me puede orientar

Gracias
Dante
Devwin2004@yahoo.com.ar


request dbfcdx
rddsetdefault("dbfcdx")
dbsetdriver("dbfcdx")




SELE 1
USE COOPS
**********
INDEX ON COOPS->MATRICULA TO MATRICUL
INDEX ON UPPER(COOPS->RAZON_SOC) TO COOPSRS
INDEX ON UPPER(COOPS->CAL_DESCRI) TO COOCAL
INDEX ON UPPER(COOPS->LOCALIDAD) TO LOCALIDA
*********

SET INDEX TO MATRICUL, COOPSRS,COOCAL

Posted: Mon Dec 19, 2005 4:43 pm
by R.F.
Prueba esto:

REQUEST DBFCDX, DBFFPT

Y no olvides linkear la lib DBFFPT cuando compiles el programa