Dario,
> LA FUNCION CURDIR() NO LA CONSIGO EN EL MANUAL
CurDir() --> cCurrentDirectory
Ojo, en Pocket PC no hay identificador de unidad, es decir no hay C: ó similar.
Puedes probarla así: MsgInfo( CurDir() )
>
QUIERO LEER DE MI POCKET PC UN ARCHIVO X QUE ESTA EN OTRA COMPUTADORA( EN RED WIFI)
>
Has de mapear el directorio de esa computadora para que sea accesible desde el Pocket PC haciendo \\NombreOtraComputadora\path\NombreFichero. Puedes usar MemoRead() para cargarlo en memoria:
MsgInfo( MemoRead( "\\NombreOtraComputadora\path\NombreFichero" ) )
>
TAMBIEN TENGO UN PROBLEMA QUE GENERO UN INDEX NTX, O CDX
Y NO LO CRAE EN EL DIRECTORIO, EL PROGRAMA ME FUNCIONA EN PRIMERA BUSQUEDA, ALGUIEN ME PUEDE DAR UN EJEMPLO..
>
- Code: Select all Expand view
USE ( CurDir() + "\Customer" ) VIA "DBFCDX"
INDEX ON Customer->Last TO "LAST"
Customer->( OrdSetFocus( "LAST" ) )
Customer->( DbGoTop() )
Revisa samples\TestBrwS.prg