Hola,
Alguien ha tenido la necesidad de tener de seleccionar algun fichero de la pocket desde dentro la aplicacion FWPPC ? Alguna IDEA ?
Saludos.
C.
Alguna idea para leer los ficheros en la pocket ?
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Antonio,
Pero me temo q no funciona correctamente. Aparece el dialogo de seleccion, perooo el tio no quiere darme nada
Saludos.
C.
Code: Select all
#include 'FWCE.ch'
FUNCTION Main()
LOCAL oWnd
DEFINE WINDOW oWnd TITLE "Test cGetFile()"
@1,4 BUTTON 'cGetFile()' SIZE 80, 25 OF oWnd ;
ACTION MsgInfo( cGetFile( '*.*', 'Mi Titulo...',, CurDir() + '\*.*') )
ACTIVATE WINDOW oWnd
RETU NIL
Saludos.
C.
Re: Alguna idea para leer los ficheros en la pocket ?
Is there any problem with the cGetFile().
I am getting GPF on Emulator as well as on handheld. After I select a valid file, I get GPF
Regards
Anser
I am getting GPF on Emulator as well as on handheld. After I select a valid file, I get GPF
Regards
Anser
Re: Alguna idea para leer los ficheros en la pocket ?
Dear Mr.Antonio,
The solution available on the following thread is working fine for me
http://forums.fivetechsupport.com/viewt ... t=cGetFile
It seems that this change is not included in the recent FWPPC Lib
Regards
Anser
The solution available on the following thread is working fine for me
http://forums.fivetechsupport.com/viewt ... t=cGetFile
It seems that this change is not included in the recent FWPPC Lib
Regards
Anser