Opening xls files

This forum is for eXpress++ general support.
Post Reply
Message
Author
omni
Posts: 531
Joined: Thu Jan 28, 2010 9:34 am

Opening xls files

#1 Post by omni »

Roger,

if a user does not have excel, he may have some other application that does the same thing. What is best method to just open a file with the default windows application...drawing a blank even though i think I have done it before
or I can call the application if I know it, for example office libre calc. (not sure of the app name right now)


fred
Omni

reganc
Posts: 257
Joined: Thu Jan 28, 2010 3:08 am
Location: Hersham, Surrey, UK
Contact:

Re: Opening xls files

#2 Post by reganc »

Do a quick search for ShellOpenFile, which was mentioned recently in this board.

It will try to open a file or web url with whatever is the current default application in Windows.

Just pass it the name of your excel file and see what it does...
Regan Cawkwell
Real Business Applications Ltd
http://www.rbauk.com

Wolfgang Ciriack
Posts: 479
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: Opening xls files

#3 Post by Wolfgang Ciriack »

DC_SpawnUrl should do it.
_______________________
Best Regards
Wolfgang

Post Reply