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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by corbitt

  1. corbitt

    Acrobat 6 form question -- combo box

    I created a form with several buttons. This form is password protected using Acrobat's security feature. The following options are enabled in the security settings: "Printing Allowed: High Resolution" & "Changes Allowed: None." When the form is opened in password protected mode, the buttons...
  2. corbitt

    index pdf files in a folder and subfolders

    This may be totally off, but if you want to index the PDF and text files for searching, try Wrensoft's Zoom Search Engine. It's available at: http://www.wrensoft.com/zoom/index.html We use it to offer our users the capability to search text within PDF documents. Hope this helps.
  3. corbitt

    Table Alias -- Self-Join -- cfoutput problem

    Ecobb, That worked well! I just needed a little push from a programmer. Happy Holidays, Jeremy
  4. corbitt

    Table Alias -- Self-Join -- cfoutput problem

    I'm going to try that this morning. I'll post the results. Thanks!
  5. corbitt

    Table Alias -- Self-Join -- cfoutput problem

    My ouput is actually going to look like this: <td>#Query1.ap.cs_caseidd#</td> <td>#Query1.bb.cs_caseidd#</td> I'm sorry I wasn't accurate with my example!
  6. corbitt

    Table Alias -- Self-Join -- cfoutput problem

    I had to alias (self-join) a table: <cfquery name="Query1" datasource="xxx"> select ap.cs_caseidd, bb.cs_caseidd, ap.c_number from case ap, case bb where ... </cfquery> I'm trying to place the record(s) into a table: <td>#Query1.ap.c_number#</td> <td>#Query1.bb.cs_caseidd#</td> ... However...
  7. corbitt

    How do I specify window size & options in a javascript?

    Thanks! I tried what you recommended, but the value of -- temp.options[temp.selectedIndex].value -- is not working in place of "new.html" in your example. Is there a way I can make this work? Thanks. Jeremy
  8. corbitt

    How do I specify window size & options in a javascript?

    I would like to modify the script below to open a new window with a specific size. I modified the function "go" as follows: BEFORE: function go(){ location=temp.options[temp.selectedIndex].value } AFTER: function go(){ window.open(temp.options[temp.selectedIndex].value) } The window.open...
  9. corbitt

    VBScript runtime error '800a01a8' -- Query.asp Index Server

    I figured it out! Solution: I set UseSessions = FALSE JC
  10. corbitt

    VBScript runtime error '800a01a8' -- Query.asp Index Server

    I'm new to ASP, and I'm trying to modify query.asp from the MS Platform SDK. I'm indexing PDFs. Query.asp works fine if there isn't more than one page of results. I get the following error when I click the 'Next 5 documents' button: &quot; VBScript runtime error '800a01a8' Object required: ''...
  11. corbitt

    PDF Ifilter -- Hit Highlighting Will Not Work

    I installed PDF Ifilter (ifilter50.exe) and my installation of IIS is now indexing PDFs. However, the hit-highlighting feature is not functioning with PDFs. It produces a condensed summary and full summary with hithighlighting for .doc files, but not PDFs. I'm aware you cannot use IIS to...
  12. corbitt

    How to I postion a layer relative to user's screen resolution?

    Please help!!! I positioned a layer using 1024 x 768 resolution, and it looked great. However, when I changed my resolution to 800 x 600, the layer's placement wasn't where it should be. Here's some of my code: <div id=&quot;Layer1&quot; style=&quot;position:absolute; left:86px; top:239px...
  13. corbitt

    Difference between Red Hat Linux 9 &amp; Linux 9 Professional

    Does anyone know the difference(s) between Red Hat Linux 9 & Red Hat Linux 9 Professional? Thanks, Jeremy
  14. corbitt

    Book Recommendation Request: Macromedia Fireworks MX

    Does anyone have a recommendation for a good, intermediate level Fireworks MX book? Thanks, Jeremy
  15. corbitt

    Image Effects Question

    Would someone look at the St. Louis Arch image on www.kwmu.org It has a faded look, and I would like to use this feature on an image. I'm using Firework MX; is it possible to do it in this program? Thanks, Jeremy

Part and Inventory Search

Back
Top