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: 42404
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 12 times
- Been thanked: 48 times
- Contact:
- Carles
- Posts: 1149
- Joined: Fri Feb 10, 2006 2:34 pm
- Location: Barcelona
- Been thanked: 6 times
- 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 | Expand
#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
Pero me temo q no funciona correctamente. Aparece el dialogo de seleccion, perooo el tio no quiere darme nada
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
viewtopic.php?f=4&t=3998&hilit=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
viewtopic.php?f=4&t=3998&hilit=cGetFile
It seems that this change is not included in the recent FWPPC Lib
Regards
Anser