abrir Pdf en windows 7
Publicado por Discdur (22 intervenciones) el 22/03/2012 17:37:53
Hola,
tengo el siguiente código para abriry visualizar pdfs. Con windows xp nunca ha habido ningun problema pero con windows 7, hay pc que lo abren y pc que no.
Saben porque puede ocurrir esto?
wfit=" ' "+wrutapdf+" ' "
IF FILE(&wfit)
DECLARE integer ShellExecute IN "Shell32.dll" ;
integer hwnd,;
string lpVerb,;
string lpFile,;
string lpParameters,;
string lpDirectory,;
long nShowCmd
shellexecute(0,"Open",&wfit,"","",1)
ENDIF
gracias.
tengo el siguiente código para abriry visualizar pdfs. Con windows xp nunca ha habido ningun problema pero con windows 7, hay pc que lo abren y pc que no.
Saben porque puede ocurrir esto?
wfit=" ' "+wrutapdf+" ' "
IF FILE(&wfit)
DECLARE integer ShellExecute IN "Shell32.dll" ;
integer hwnd,;
string lpVerb,;
string lpFile,;
string lpParameters,;
string lpDirectory,;
long nShowCmd
shellexecute(0,"Open",&wfit,"","",1)
ENDIF
gracias.
Valora esta pregunta


0