Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: okiiyama
  • Content: Threads
  • Order by date
  1. okiiyama

    How do I split data into multiple tabs for excel 2003?

    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...
  2. okiiyama

    Creating a two column pdf

    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...
  3. okiiyama

    Redirect from domainname.com to www.domainname.com

    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
  4. okiiyama

    DNS Redirect

    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...
  5. okiiyama

    PDF's file size balloons when printing

    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...
  6. okiiyama

    Copying/Moving Databases to a new server

    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...
  7. okiiyama

    cfprint creating a huge folder of images

    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...
  8. okiiyama

    Can I use cfhttp to login and navigate to a certain page?

    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...
  9. okiiyama

    I don't get it... 'System.Security.SecurityException' occurred...

    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...
  10. okiiyama

    SQL Server 2005 - Job that writes query results to a text file

    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...
  11. okiiyama

    'Remote' printing a pdf to a LaserJet 4700dn

    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.
  12. okiiyama

    cfdocument scaling

    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...
  13. okiiyama

    Adding fonts to use with cfdocument

    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?
  14. okiiyama

    server side printing

    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.
  15. okiiyama

    Trying to read an ASP Cookie in coldfusion

    Is it possible, or how can I get the value of an asp cookie in coldfusion?
  16. okiiyama

    Need to Send Data to a different Domain

    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...
  17. okiiyama

    IE7 and page zooming

    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...
  18. okiiyama

    Microsoft Smart Tags

    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...
  19. okiiyama

    Are there CSS Subclasses?

    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...
  20. okiiyama

    Resizing an Iframe based on its content's height

    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 =...

Part and Inventory Search

Back
Top