473,722 Members | 2,338 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IE Excel Print Problem....

Hi All
I'm having one problem, since im debuging this last one week I'm not able
to do.

Problem:
In my webage I have two Frames(top & bottom) in the top frame I'm
displaying some images(logo...e tc) and bottom frame I'm displaying some
document(excel, word,ppt,pdf etc...)which are working fine.

when I take print, using IE-File-menu (IE->File->print) when excel document
is open, print come two times, where as other documents are printing single
time.

example..
in the top Frame Im displaying some images..
in the bottom Frame I'm displaying some Excel document
when I select print from IE->File its giving 2 print outs in the printer.
the same case I tried with different document which are working fine (single
print out).

plz help me out.
Thanks & Regards
Balamurali PC


Have great day.

Nov 19 '05 #1
2 2068
I think, IE tries to print whole frames seperately. Add a print image to
your banner frame. And add a code something like this which will only prints
the specified frame..

<img src="images/print.gif"
onclick="javasc ript:window.fra mes['content'].print()" />

--
Thanks,
Yunus Emre ALPÖZEN

"Balamurali C" <Ba*********@di scussions.micro soft.com> wrote in message
news:D2******** *************** ***********@mic rosoft.com...
Hi All
I'm having one problem, since im debuging this last one week I'm not able
to do.

Problem:
In my webage I have two Frames(top & bottom) in the top frame I'm
displaying some images(logo...e tc) and bottom frame I'm displaying some
document(excel, word,ppt,pdf etc...)which are working fine.

when I take print, using IE-File-menu (IE->File->print) when excel
document
is open, print come two times, where as other documents are printing
single
time.

example..
in the top Frame Im displaying some images..
in the bottom Frame I'm displaying some Excel document
when I select print from IE->File its giving 2 print outs in the printer.
the same case I tried with different document which are working fine
(single
print out).

plz help me out.
Thanks & Regards
Balamurali PC


Have great day.

Nov 19 '05 #2
Hi Yunus
Thanks for your reply.
I'm invoking Print from IE->File->print menu and I'm getting two print outs
of same page (Frame) not different frame. other then excel are working fine.
Thanks & Regards
Balamurali PC
"Yunus Emre ALPÖZEN" wrote:
I think, IE tries to print whole frames seperately. Add a print image to
your banner frame. And add a code something like this which will only prints
the specified frame..

<img src="images/print.gif"
onclick="javasc ript:window.fra mes['content'].print()" />

--
Thanks,
Yunus Emre ALPÖZEN

"Balamurali C" <Ba*********@di scussions.micro soft.com> wrote in message
news:D2******** *************** ***********@mic rosoft.com...
Hi All
I'm having one problem, since im debuging this last one week I'm not able
to do.

Problem:
In my webage I have two Frames(top & bottom) in the top frame I'm
displaying some images(logo...e tc) and bottom frame I'm displaying some
document(excel, word,ppt,pdf etc...)which are working fine.

when I take print, using IE-File-menu (IE->File->print) when excel
document
is open, print come two times, where as other documents are printing
single
time.

example..
in the top Frame Im displaying some images..
in the bottom Frame I'm displaying some Excel document
when I select print from IE->File its giving 2 print outs in the printer.
the same case I tried with different document which are working fine
(single
print out).

plz help me out.
Thanks & Regards
Balamurali PC


Have great day.


Nov 19 '05 #3

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

Similar topics

8
3371
by: mytfein | last post by:
Hi Everyone, Background: Another department intends to ftp a .txt file from the mainframe, for me to process. The objective is to write a vb script that would be scheduled to run daily to process this .txt file. Goal: I am working on a vba script to:
0
1353
by: DMolter | last post by:
I'm trying to define a math problem in excel, so for example a 4 cell block where A1 contians nothing, B1 contains the number 2, A2 contains the '+' sign and B2 contains the number 3, forming a simple addition fact. I want to reference this block of cells as a record in access to print out a math worksheet as a report. Eventually I'll change the numbers in the problem to =int(rand()*10)+1 to generate random addition facts, or any other...
2
7272
by: Yelena Kaplun | last post by:
Hi, I'm trying to customize print settings while streaming HTML content into Excel. I'm using ASP.NET 1.1 and Excel 2003. While some printer settings like Margins are working correctly, I cannot change the Page Orientation to Landscape: mso-page-orientation:landscape;. I tried to produce the Excel Page, save it as HTML, open in text editor and then copy and paste Excel generated settings. But it did not help. If anybody resolved this...
0
1262
by: dan84 | last post by:
I write my code : #inizializzazioni varie che tralascio #mi connetto al mio db mysql e recupero i dati che volgio inserire nel file excel conn = MySQLdb.connect(host = "XXX", port = XXX, user = "XXX", passwd = "XXX", db= "XXX") cursor = conn.cursor() cursor.execute("SELECT * FROM XXX")
3
2210
by: KaNos | last post by:
Hello, I'm programming an C# application which uses Automation. The problem is when I quit the application a ghost of excel is always running (Can be seen in all processes with th task manager). What is the solution ? Thanks
8
36570
by: rssd | last post by:
can somebody help me. I'm trying to read some excel files but i'm always getting this error No type library matching "Microsoft Excel" found at D:\Genes_datasets\exp.pl line 4 Win32::OLE(0.16): GetOleTypeLibObject() Not a Win32::OLE::TypeLib object at C:/Perl/site/lib/Win32/OLE/Const.pm line 45. Died at D:\Genes_datasets\exp.pl line 6. i don't ve microsoft excel but open office installed, i think that could be a problem. But these...
11
4544
by: poolboi | last post by:
hi guys, below is a script that i need yr help on i got this to print out a csv to excel i'm trying to modify it to read a .txt file to convert an excel hm...doesn't seem to work still any idea why it can't run? is it cos i should not be open my file in the win32::OLE module?
1
6672
by: rinkkunitr | last post by:
i have one asp page from where i am calling a xml page.from this xml page i m calling two asp pages to get an excel with two different worksheets. The variable containing a string, having some values like 32,45,57.. My problem is for long string ,(more than 150 characters) it shows error...problem in loading...Please told how to overcome this.... Below is the code of tab.xml page. Response.ContentType = "application/vnd.ms-excel" <HTML...
2
3209
by: ravir81 | last post by:
Hi, I am working on excel reporting using Perl. I am facing problem with writing the header part only once for all the excels created using Perl. Here is the code : #!/usr/local/bin/perl use strict; use Spreadsheet::ParseExcel;
0
9384
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9238
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9157
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9088
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6681
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5995
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4502
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4762
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2602
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.