forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


MS Word Documents in VDS

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Miscellaneous
View previous topic :: View next topic  
Author Message
Andy_Fletcher
Contributor
Contributor


Joined: 10 Jun 2003
Posts: 90
Location: Somerset, United Kingdom

PostPosted: Wed Feb 23, 2005 4:58 pm    Post subject: MS Word Documents in VDS Reply with quote

I would like to find out if anyone has come up with a solution for viewing word documents within a VDS Dialog.
I'm trying to create a preview window to view a word doc, which the user may then decide to go on and edit it in MS Word or simply close the dialog.

This also will help me to get information from the word.doc in the VDS Script.

Anyone had a go at this Question
Back to top
View user's profile Send private message
jules
Professional Member
Professional Member


Joined: 14 Sep 2001
Posts: 1043
Location: Cumbria, UK

PostPosted: Wed Feb 23, 2005 5:58 pm    Post subject: Reply with quote

Have you tried loading them into a browser window?
_________________
The Tech Pro
www.tech-pro.net
Back to top
View user's profile Send private message Visit poster's website
Andy_Fletcher
Contributor
Contributor


Joined: 10 Jun 2003
Posts: 90
Location: Somerset, United Kingdom

PostPosted: Wed Feb 23, 2005 7:10 pm    Post subject: Reply with quote

jules wrote:
Have you tried loading them into a browser window?


Hi Jules, Just tried that probably as you were responding to me. It works fine as far as I can see. Many thanks Very Happy

Can you perform an @match function in this dialog Question

Kind regards
Andy Fletcher
Back to top
View user's profile Send private message
jules
Professional Member
Professional Member


Joined: 14 Sep 2001
Posts: 1043
Location: Cumbria, UK

PostPosted: Thu Feb 24, 2005 8:40 am    Post subject: Reply with quote

Andy_Fletcher wrote:
Can you perform an @match function in this dialog Question


In a browser element? No, it's not a list. It's literally an instance of Internet Explorer, and I guess the only reason you can display .doc files in it is because Microsoft would like .doc files to be a competitor to .pdf files for publishing documents on the Internet.

_________________
The Tech Pro
www.tech-pro.net
Back to top
View user's profile Send private message Visit poster's website
Andy_Fletcher
Contributor
Contributor


Joined: 10 Jun 2003
Posts: 90
Location: Somerset, United Kingdom

PostPosted: Thu Feb 24, 2005 10:58 am    Post subject: Reply with quote

Thanks Jules, interesting point of view on Gates empire!
Anyway I tried to Add the Browser eliment to the Program I am putting together last night and got an odd error on excution of the exe.
Error was Error 14 @ line 57 (57 happens to be the end of the dialog Add section that the wizard create for you). Basically it won't let me put the Browser in at all. Strange becuase I have it implemented elsewhere in other programs perfectly fine.

Any Ideas Question

here is the line from my code + line above and below.
DIALOG ADD,BUTTON,CANCELAA,135,670,93,24,Cancel,,DEFAULT
DIALOG ADD,BROWSER,BROWSER1,311,21,626,150,http://www
.com,,OFFLINE

DIALOG SHOW

jules wrote:
Andy_Fletcher wrote:
Can you perform an @match function in this dialog Question


In a browser element? No, it's not a list. It's literally an instance of Internet Explorer, and I guess the only reason you can display .doc files in it is because Microsoft would like .doc files to be a competitor to .pdf files for publishing documents on the Internet.
Back to top
View user's profile Send private message
jwfv
Valued Contributor
Valued Contributor


Joined: 19 Mar 2002
Posts: 422
Location: Beaufort, SC

PostPosted: Thu Feb 24, 2005 11:55 am    Post subject: Reply with quote

Do you have the following lines at the beginning of your program?

Code:
external vdsbrw50.dll
#define command, browser
#define function, browser


Of course, make sure the vdsbrw50.dll is distributed with your program.

_________________
Joe Floyd
Back to top
View user's profile Send private message
Andy_Fletcher
Contributor
Contributor


Joined: 10 Jun 2003
Posts: 90
Location: Somerset, United Kingdom

PostPosted: Thu Feb 24, 2005 12:13 pm    Post subject: Reply with quote

Ahhh ! I forgot about that, Thanks Jules Embarassed

jwfv wrote:
Do you have the following lines at the beginning of your program?

Code:
external vdsbrw50.dll
#define command, browser
#define function, browser


Of course, make sure the vdsbrw50.dll is distributed with your program.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Miscellaneous All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group