473,671 Members | 2,446 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 2064
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
3363
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
1351
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
7260
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
1257
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
2209
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
36528
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
4534
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
6666
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
3202
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
8401
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8926
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...
1
6236
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
5703
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
4227
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
4416
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2818
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2060
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.