Thanks Paul.
I had to test it slightly to get it to work finally as:
print OFILE "{\\b $header}";
Not sure why that was not working as I thought I tried that before posting, but it works. Thanks for pointing me in right direction.
Hi,
Here is the printtoFile function, very basic I belive just filling in spaces to set a length.
sub printToFile
{
print OFILE $_[0];
for ($i = length($_[0]); $i < $_[1]; $i++)
{
print OFILE " ";
}
}
and the header does not have any attributes to make it bold, there are many header...
Hi all,
I am trying to modify a script someone else created and make certain portions of it bold. Basic it is a sheet listing values but it will list a header value I want bold, list some data objects below I do not want bold, then list additional headers (bold) and data values (non bold) as...
I have just recently installed Win XP Pro(Sp 2) on my home pc from Win 2k Pro. Previsouly I used to be able to connect to my offices terminal server with no problems on my old machine. After installing XP and trying to connect with Remote Desktop I get the following error: 'The remote computer...
I have the following javascript code that displays a scrolling news bar at the top of my page, and it works fine for IE and for Netscapes pre v. 6. I am having problems adjusting it to work in N6, any help would be apprecaited.
JScript is:
<script language="JavaScript"...
I have an asp application hosted on a web server that interacts with a sql server 7.0 db on a seprate db server. I also have a batch job running as a task on the webserver that is talking to the Db server performing various functions. I am using an sqloledb connection with this batch job to...
Yes I am using hte same lcient to access both. I have found a work aroudn although I am still curious why it did not work, but originally I had created the site using host header in IIS, and this is when it failed to write the cookies. I just changed it to the default web site on the server...
I have made a copy of a working asp application that has a login page that is tracking cookie information to sign in. In our production enviroment the cookies are written with no problem, however in my exact copy of the production site, I have copied the exact code, took a backup of the db and...
Unfortuantely yes it is that important that it needs to be run each minute, even if I run it at 2 minutes, again it is possible during a heavy period that it will take that long to process.
I have a batch file that runs on a win2k server machine every minute. My question is since this batch process is set to run every minute, if a run of the batch process takes more than 1 minute to complete and is still running when the minute has passed and the scheduler is scheduled to start...
I am trying to set a cookie equal to the value of a parameter that may or may not be passed in via the querystring. If the parameter is in the querystring, it will set the cookie equal to the value of the param, if not set it equal to the http_referer value. I have written code to handle this...
Is there a way to remove the x,y values from a querystring if you are using an image as a submit button and using a get method to sned data to new page?
Thanks...
Ridley,
Thank you for your help, I actually discovered how to handle this yesterday, exactly as you specified as your first option. I had an idea of how to do it that way, but was opening the mailbox for the resourse from my profile, which was prohibiting me from getting to that mailbox's true...
We recently migrated to Exchagne 2000 from 5.5, and previously had all conference rooms setup to book for meetings. From what I understnad this is all handled quite differently in Exch 2000, and I need to setup this up asap. However I have been unable to find any good documention detailing how...
Dan,
Thank you for your response, we actually got it to work shortly after my post. We were setting up a front end server however we installed exchange after being in the DMZ, not before. So an un-install, move back behind firewall, exchange install, move back out corrected the problem...
We recently installed Exch 2000 and from inside can access outlook mailboxes and owa with no problems. We are now trying to setup a second exch server outside firewall to allow our users to access mail remotely without a vpn. We installed a 2nd exch server on a machine in the dmz, however we...
We recently migrated from Exch 5.5 to 2000, we had some customized forms within Exch 5.5 that we need to retrieve to bring over to Exch 2000. Does anyone know where on the exchange server these forms are stored? We are trying to find them so I can republish them on the new Exch server. Or if...
I have been trying to create security within my access 2000 db, and have run across a few problems. I went thru the wizard process creating new workgroups and assigning rights and everything works fine when it is run from my machine. What I am trying to do is be able to send this db to the few...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.