PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Open an XLS after export
Open an XLS after export
Débuté par guillermo, 30 oct. 2005 03:15 - 1 réponse
Posté le 30 octobre 2005 - 03:15
Hi forum:
The System PopUp (Export to Excel), if I want to load the exported file.
With what does it sentence make this?
I made my own PopUp and try with xlsOpen?, if it is this, I am attempted it but without correct result
Thanks ... Guillermo
Posté le 02 novembre 2005 - 19:34
you should be able to use ;

ShellExecute("name_of_file.xls")

and it open the file right up.

Cheers!
Ken