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!

Recent content by larrygot

  1. larrygot

    Mailto Link To Launch Encrypted Outlook Message

    Our Outlook client has encrytped email as an option and can be manually selected, otherwise email is sent unencrypted ... our default. I use mailto links on our internal Intranet web pages and clicking opens a standard unencrypted message template. I need it to open with the encrypted option...
  2. larrygot

    Problem With Email Addresses

    When we convert an Excel spreadsheet with email addresses to pdf, any of the ones that have periods in the address like fred.smith@xyz.com lose the first name and the Acrobat document mailto hyperlink starts the email link after the period. So the example becomes smith@xyz.com . This is a big...
  3. larrygot

    Content Before Data

    We're running CF 4.5 which doesn't support this tag. Any other way?
  4. larrygot

    Content Before Data

    We want the html content of a template to appear before the dynamic processing by ColdFusion is complete. This way, some statement like "working ..." can appear on the screen. Can do with asp by using the buffer statement. How can we do this with ColdFusion?
  5. larrygot

    Not Equal Problem

    We're trying to return a set of records that match the criteria and another set of records that do not match. We have now used a sub-query and that seems to work, but we don't understand why just using <> causes the server to hang, but = returns results very quickly.
  6. larrygot

    Not Equal Problem

    When I do a query checking for equality between two fields in two different tables, it runs fine ... but when I change the query to return records that are not equal the server runs forever and the page hangs and never displays. The datasource is an Access database using ODBC. ColdFusion Server...
  7. larrygot

    Access Form Appearance

    I need to make a web form appear like the Wizard generated forms in Microsoft Access, including the forward, back, start, end navigation buttons at the bottom of the form. Any existing tags or code to do this? We're running ColdFusion 4.5 .
  8. larrygot

    Adding Variables In CFOUTPUT

    Thanks. That worked.
  9. larrygot

    Adding Variables In CFOUTPUT

    Can variables be added in CFOUTPUT Like: <CFOUTPUT> #variable1#+#variable2# </CFOUTPUT> and the result would be a display of the total of the two variables. Or, does this have to be done only in a CFSET? If it can be done, what is the correct syntax? Thanks.
  10. larrygot

    Index Server Error

    Searches that include a noise word, such as "and", like in searching for "Facts and" return the following Index Server error page: Error "Expecting phrase. " (0x8004166a) encountered while processing the query "(facts and) & ! #vpath *\_vti* Anyone know how to avoid this error and also not...
  11. larrygot

    Why Word Displays A Password Box

    When users access any MS Word documents on our server with IE (via the web), they are presented with a username/password box. If they click cancel on the box, the Word document opens. The folder and files allow anonymous access and the Word file is not protected. Anyone know how to stop this...
  12. larrygot

    Same Profile Wanted

    On Windows 2000 Pro and XP Pro we want users to see the same desktop whether they logon to their local desktop machine or to the domain. We are not using roaming profiles since each user has somewhat of a different configuration of software, and may add software on their own. So the profiles are...
  13. larrygot

    IP Filtering Logging

    We utilize IP filtering to limit access to our IIS 4.0 web server. There are several external clients that get rejected by the filtering. We want to know what IP address they are coming from so that we can add it to the allowed addresses. For various reasons we cannot ask them their IP. We...
  14. larrygot

    Multiple Keyframe Editing

    I imported a 7 second Flash (SWF) file into a Flash movie. It is automatically placed at the top left of the stage, but I need it in a different position. Flash imports the SWF as several hundred keyframes. Is there a way to change the position of all of them at once? For now I open the Info...
  15. larrygot

    NT Authentication Problem

    When I secure a ColdFusion file (.cfm) with NT (disabled Anonymous access to file in IIS) we get a password prompt on the web, but even though we enter the correct credentials the prompt keeps popping up. If we do the same with .html or .asp files the credentials are accepted. Help!

Part and Inventory Search

Back
Top