473,405 Members | 2,344 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Several Questions

1. In my web application, can I call another exe
application ?
eg. when user click a button, a.exe will be executed

2. If the web page has two frames, can I control them in
asp.net ?
ie. control the page displaying in the frame

3. Can I call DTS ?

4. Can I save as a crystalreport as pdf and directly
print it when user click a button in my web application ?

Thank you very much for your help
Nov 17 '05 #1
2 2310
Vincent,

1. In my web application, can I call another exe application ?
eg. when user click a button, a.exe will be executed

If you call a .exe from a web server the .exe will be executed on the
web server not the client machine.

You would need to use an active x control in order to execute a .exe

2. If the web page has two frames, can I control them in asp.net ?
ie. control the page displaying in the frame

Yes, I've done this myself. You may use javascript on the client side to
refer to one frame from another:

document.[framename].location='http://msdn.microsoft.com'

You may also add that javascript dynamically to the page using various
page object's Attributes methods.

3. Can I call DTS ?

I've actually done this myself. SQL server was recently locked down a
bit more to make calling a DTS remotely more difficult. I ended up using a
serviced component to do so. If you need advice on exactly how to do this
feel free to email me (Anyone).

4. Can I save as a crystalreport as pdf and directly
print it when user click a button in my web application ?

Yes, but you won't be able to print the saved file, you will be able to
send the user a pdf and they may print it using the normal pdf interface.

I haven't done a few of these things myself, but I'm pretty certain of my
answers. Anyone who knows differently or has a little more detail please
help us out.

Thanks,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Vincent" <kc****@csis.hku.hk> wrote in message
news:38****************************@phx.gbl...
1. In my web application, can I call another exe
application ?
eg. when user click a button, a.exe will be executed

2. If the web page has two frames, can I control them in
asp.net ?
ie. control the page displaying in the frame

3. Can I call DTS ?

4. Can I save as a crystalreport as pdf and directly
print it when user click a button in my web application ?

Thank you very much for your help

Nov 17 '05 #2
Vincent,

I thought I'd post the same reply as I sent you by email here in the forum
in case anyone else wanted to know how to run a DTS package from their code.

I placed the information on my web site in the code library so others may
benefit from it also. Just go to www.aboutfortunate.com the title is: "Run a
SQL Server 2000 DTS Package from a web service". If you set the category
option to: "Web or Windows" it should show up as the first entry in the
datagrid.

Again, if you have questions about it, don't hesitate to email me.

(This is a long one.)

Sincerely,

Justin
--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"S. Justin Gengo" <sj*****@aboutfortunate.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Vincent,

1. In my web application, can I call another exe application ?
eg. when user click a button, a.exe will be executed

If you call a .exe from a web server the .exe will be executed on the
web server not the client machine.

You would need to use an active x control in order to execute a .exe

2. If the web page has two frames, can I control them in asp.net ?
ie. control the page displaying in the frame

Yes, I've done this myself. You may use javascript on the client side to refer to one frame from another:

document.[framename].location='http://msdn.microsoft.com'

You may also add that javascript dynamically to the page using various
page object's Attributes methods.

3. Can I call DTS ?

I've actually done this myself. SQL server was recently locked down a
bit more to make calling a DTS remotely more difficult. I ended up using a
serviced component to do so. If you need advice on exactly how to do this
feel free to email me (Anyone).

4. Can I save as a crystalreport as pdf and directly
print it when user click a button in my web application ?

Yes, but you won't be able to print the saved file, you will be able to send the user a pdf and they may print it using the normal pdf interface.

I haven't done a few of these things myself, but I'm pretty certain of my
answers. Anyone who knows differently or has a little more detail please
help us out.

Thanks,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Vincent" <kc****@csis.hku.hk> wrote in message
news:38****************************@phx.gbl...
1. In my web application, can I call another exe
application ?
eg. when user click a button, a.exe will be executed

2. If the web page has two frames, can I control them in
asp.net ?
ie. control the page displaying in the frame

3. Can I call DTS ?

4. Can I save as a crystalreport as pdf and directly
print it when user click a button in my web application ?

Thank you very much for your help


Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: michela rossi | last post by:
Hi, Don't know if anyone can help me. I've got the following questions: 1. Does anyone know of anywhere that offers shared webspace which has support for Java/JSP? Ideally running Tomcat? 2. ...
1
by: Ayende Rahien | last post by:
I'm storing my data inside an XML file, the data is divided into several niches. I expect two things to happen during normal use of the application: A> Number of niches to grow. B> Amount of...
9
by: eitan | last post by:
Hello, I am using Microsoft Visual Studio 2003 .NET. I have several question, please. 1) I have a connection to the database, which I create it at login, by application("conMain") (I have...
1
by: Joe | last post by:
Dear all, I have many questions, please help! 1.) If i use the backup/restore function in the IIS, does the backup includes only the register and settings of web sites in the IIS only, or does it...
1
by: Ayende Rahien | last post by:
I'm storing my data inside an XML file, the data is divided into several niches. I expect two things to happen during normal use of the application: A> Number of niches to grow. B> Amount of...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.