PC Review


Reply
Thread Tools Rate Thread

Calling a non-microsoft application

 
 
Jess
Guest
Posts: n/a
 
      17th Mar 2010
(1) How can I run a non-microsoft application from Access?
(2) Is there a way to show that non-microsoft application inside a control?
My guess is that this control would be similar to the Access image viewer
(application viewer?)

Thanks in advance

 
Reply With Quote
 
 
 
 
Sparker
Guest
Posts: n/a
 
      17th Mar 2010
Question #1 = Shell Function
Runs an executable program and returns a Variant (Double) representing the
program's task ID if successful, otherwise it returns zero.
Syntax = Shell(pathname[,windowstyle])
Query your Access Help to learn more about this function.



"Jess" wrote:

> (1) How can I run a non-microsoft application from Access?
> (2) Is there a way to show that non-microsoft application inside a control?
> My guess is that this control would be similar to the Access image viewer
> (application viewer?)
>
> Thanks in advance
>

 
Reply With Quote
 
Jack Leach
Guest
Posts: n/a
 
      19th Mar 2010
> (1) How can I run a non-microsoft application from Access?
Shell, as previously answered, or the ShellExecuteAPI (go to mvps.org/access
and peruse their API section for an article titled "Start an app with
ShellExecute"

> (2) Is there a way to show that non-microsoft application inside a control?
> My guess is that this control would be similar to the Access image viewer
> (application viewer?)


AFAIK, there's no general control for this... although, a few file formats
(mainly pdfs come to mind) can be viewed using a third party viewer. You'd
have to google for the specific app to see if there's a control available, I
think.

In the past I've seen an Access application that utilizes a utility called
AutoVue, maybe that will help...


--
Jack Leach
www.tristatemachine.com

"I haven''t failed, I''ve found ten thousand ways that don''t work."
-Thomas Edison (1847-1931)



"Jess" wrote:

> (1) How can I run a non-microsoft application from Access?
> (2) Is there a way to show that non-microsoft application inside a control?
> My guess is that this control would be similar to the Access image viewer
> (application viewer?)
>
> Thanks in advance
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
calling Microsoft application from my app arssa2020@yahoo.com Microsoft Dot NET Compact Framework 3 13th Dec 2006 08:13 PM
Calling COM from asp.net application... Wallace Microsoft ASP .NET 3 17th Mar 2006 01:35 PM
Calling a Windows application from a Web Application Amaryllis Microsoft ASP .NET 1 10th Aug 2004 06:41 AM
Calling Windows application from Web application Microsoft ASP .NET 1 2nd Nov 2003 03:30 AM
Calling windows application from web application Microsoft Dot NET Framework Forms 0 1st Nov 2003 02:38 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:21 PM.