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!

Search results for query: *

  • Users: corbitt
  • Content: Threads
  • Order by date
  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

    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...
  3. 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...
  4. 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: ''...
  5. 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...
  6. 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...
  7. 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
  8. corbitt

    Book Recommendation Request: Macromedia Fireworks MX

    Does anyone have a recommendation for a good, intermediate level Fireworks MX book? Thanks, Jeremy
  9. 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
  10. corbitt

    Tabbed Site Navigation Question

    I'm in the process of redesigning our intranet site, and I would like to integrate a tabbed interface. I found a Macromedia Fireworks tutorial covering tab (button) creation, but I don't know how to place the tabbed menu on the page(s). How does the page display below the tabbed menu when a...
  11. corbitt

    Caputuring analog VHS input for conversion to DVD

    I'm not sure if I'm in the correct forum, but... I've been testing a Dazzle Hollywood DV Bridge with Windows 2K FAT32. After purchasing the product, I discovered I can only capture 20-minutes of video (4GB) per capture session. Dazzle says this is a limitation of FAT32. Upon further...
  12. corbitt

    How do I make a form read only?

    What's the best way to make a form read only (without using Access client security settings)? Thanks, Jeremy
  13. corbitt

    Convert Access DB to .exe using Office XP Developer

    Does anyone know how to convert an existing Access 10 (XP) database into a .exe file? We recenty purchased Office XP Developer Edition. Thank you, Jeremy
  14. corbitt

    Moving Excel macros to a new PC

    We are updrading a PC with custom Excel macros installed. If I reinstall Excel on the new PC, how do I transfer the macros to the new PC? Will the toolbar buttons for the macros appear on the new PC? Thanks, Jeremy
  15. corbitt

    How to copy a database?

    We are currently running a personnel leave tracking DB. A new front-end executable has been released, and we would like to test it with a copy of our existing DB. Is there a way to copy the existing DB, with its data, to a new DB (with a new name) on the same server? Thank you, Jeremy
  16. corbitt

    Simply Query Help

    I have a simple Access DB, and I need to query two fields from a table (FirstName & LastName). How do I build a query to return email address for certain first names and last names? I know how to create a query (in Criteria) to return all &quot;Mueller&quot; & &quot;Smith&quot; (LastName), but...
  17. corbitt

    Refreshing data in a form's combobox

    I need help please! We are using a simple Access DB to track user accounts. On our form, we have a combobox with a query as its row source. It is a combination of lastname & firstname linked to a unique PersonCompID. When we add a new user, the data in the combobox does not refresh. We have...
  18. corbitt

    Help with a dialog box in Crystal Enterprise

    We are confused. We are trying to create a Crystal Reports 8.5 report that, when opened in Enterprise, will display a dialog box requesting a date range. Data, based on the date range entered, will be pulled from a particular field. Any help is appreciated. Thank you, Jeremy
  19. corbitt

    How can I create a dialog that prompts a user for a date range?

    We are confused. We are trying to create a Crystal Reports 8.5 report that, when opened, will display a dialog box requesting a date range. Data, based on the date range entered, will be pulled from a particular field. Any help is appreciated. Thank you, Jeremy
  20. corbitt

    How do I limit view of certain form fields for certain users in Access

    I built a simple, one-table database that contains login & password information. The form lists the user's name, address, password, etc. My boss would like to exclude the password form field(s) for certain DB users. I thought about creating a second form that does not included the password...

Part and Inventory Search

Back
Top