by miragerr » Mon Sep 11, 2017 7:19 pm
Ola, Kapi
Tentei de varias formas até colocando assim
#DEFINE GETF_ONLYSERVER 0
#DEFINE GETF_OVERWRITEPROMPT 1
#DEFINE GETF_MULTISELECT 2
#DEFINE GETF_NOCHANGEDIR 4
#DEFINE GETF_LOCALFLOPPY 8
#DEFINE GETF_LOCALHARD 16
#DEFINE GETF_NETWORKDRIVE 32
#DEFINE GETF_SHAREAWARE 64
#DEFINE GETF_RETDIRECTORY 128
#DEFINE GETF_ALL 1 + 2 + 4 + 8 + 16 + 32 + 64 + 128
cFile := cGetFile( "Arquivo NFe (*.xml) | *.xml", "Selecione um Arquivo",,, .F., GETF_ALL )
Analisando os fontes da função, tem a seguinte chamada
nRet := WinExec( "rundlg32 " + If( lSave, "2", "1" ) )
Não encontrei esse **rundlg32**
Fico no aguardo.
Jackson Douglas C. Brito
Boa Vista - RR - Brasil
FWH 12.09 Last Build
xHarbour Free
UESTUDIO
SQLRDD