I have data in Sheet1, about 4500 rows, and I need to split this data into new sheets based on the data in the 1st column. It would be a bonus to have the tab name be what is in the first column. Splitting the data into multiple tabs will result in about 90 new tabs.
Any VBA script that I can...
I've created a pdf that is about 80 pages long. Essentially its a PDF of Drugs and the Drugs' reactions and is sorted alphabetically. If I can create a two column PDF, I can drastically reduce the number of pages, but I want to fill the first column first, and then fill the second column - and...
I have an ssl certifcate for example: www.domainname.com. Its not a wildcard certificate, so when a user types in just domainname.com, a certificate error happens.
Can I redirect to www.domainname.com, using IIS or do I need to modify/add a dns record?
How would I do this.
Thanks
Is it possible to do a dns redirect?
I'm hosting a website that found a new host and has a new site up, but the site has switched owners a couple times and they have lost their registrar account info to update the nameservers. So while they are doing the paperwork to validate site's ownership...
I've been using coldfusion to create and print pdfs. On our current server (win2003 x32), everything works well.
Unfortunately we are moving to a new server (win2003 x64), and after some testing, we are seeing the pdf file size go from about 250 KB on disk to 15 MB in the printer queue.
It...
I want to move databases on a local sql 2005 box to a sql 2005 box that is being hosted else where. If it matters, I don't care about moving the database users/logins to the new server. I only care about the tables, views, and stored procedures.
Is there a way to 'copy' the databases to the...
I'm using cfprint to print a batch of pdfs, and I've noticed that in the process of sending the pdfs to the printer, the images in the pdf are being converted to a tiff file and saved in a temp folder. It wouldn't be a problem if the tiffs were deleted after the file was printed or sent to the...
I'm using a payment gateway (authorize.net) to process online CC transactions. Right now, to reconcile the transactions we've recorded against the transaction that the payment gateway has, a person will need to login into the payment gateway, then navigate to a page that lists the transactions...
I'm new to C#, Visual Studio, and the whole .NET Framework.
I'm trying to create a stored procedure class(?) that will run a query and output the results to a text file located on a shared network drive. So far the class is empty, and when I compile/debug it I'm getting:
A first chance...
How do I create a Job that runs a query and writes the query results to a text file in SQL Server 2005?
The query is simple: Select * from ....
The text file resides on a different server, but I've mapped the drive on the server that will be executing the job.
The text file is overwritten each...
Is there a command-line way of turning duplex printing on and off for a Networked LaserJet 4700dn? I would be running the commands from a windows 2000 server, if it matters.
Thanks.
I need help and I'm hoping that I have been overlooking something simple. I am trying to create a printable 8.5x11 pdf using cfdocument format=pdf. The problem I'm running into is that the html that is being rendered is scaling. The only way I can get an element to be the full width or full...
What do I need to do to add a font to the web server, and then be able to use the font within a PDF generated by cfdocument? What are the necessary font file types, and where do I need to place/install them?
I'm running cfmx and am wondering if its possible to create a coldfusion application that would print to possibly a networked printer located on the server side.
www.test1.com is where the flash file is located.
www.test2.com is our coldfusion server.
I need to pass data from the flash file to a page on the coldfusion server. I do not need to pass anything back to the flash file. I've tried .sendAndLoad(), but no luck. Besides hosting the flash file...
Using the page zoom in IE7, the following code at certain zoom levels looks funny. Is this a problem with my code or with IE7's zoom feature?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html...
On our intranet we have some .htm pages that are being created in word. These pages use an https, and because of the smart tags, users get that nice warning about secure and non-secure elements. Without having to re-touch every new .htm page created from Word, is there a way to turn off smart...
This isn't fully thought out.. sorry.
What I would like to do is create (in this example)
to tables with 2 different styles
Example:
Table 1
Background-color: #eeeeee;
border: 1px solid #666666;
Td for Table 1
padding-left: 15px;
padding-right 32px;
Table 2
Background-color: #eeeeee;
border...
Is it possible to continuously adjust (I'm using setInterval) an iframe's height based upon the content within the iframe so that there would be no need for the iframe's y-scrollbar?
Here is my code so far:
<script type="text/javascript">
function changeWindowSize() {
i =...
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.