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 TouchToneTommy 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: bloise
  • Content: Threads
  • Order by date
  1. bloise

    Pop up Login Window - All the Sudden

    We have a coldfusion app that contains many pages. We have navigation link like: Home >> Tools >> Management All of the sudden, when I press on the link, for example "Management", I get a pop-up login window, asking me to login to the site. The login window list the User Name and Password...
  2. bloise

    Pick List - 4100 Records

    We have a web page where the users assign CAS numbers to a product. The page contains a pick list of CAS numbers with over 4100 recs. The problem we have is that some of our user group are on a dial-up connection and the page load takes forever. Does anyone have any suggestions how we can...
  3. bloise

    Website - URL Cannot be Found (Sometimes)

    Hello, We deployed a coldfusion app a couple of years ago. We have this problem from time to time where the customer types in the url in the browser and it cannot find the site. I was up at Grand Teton National Park at a customer site and for a couple of days we could not access the site...
  4. bloise

    Changing Delimiter to |

    Hello, I have a form that contains muliple records of text fields. The values in some of the fields contain "commas". The form allows users to update these multiple records by pressing a SAVE button. In my savedata.cfm template, I put these records into an array. I also have an associated...
  5. bloise

    Connect Mac OSX

    Can anyone point me to a webpage that contains step-by-step instructions on how to connect apple computers to a windows 2003 Server. Thank you, mike
  6. bloise

    Adding an XP Home Machine

    I have been trying for sometime now to add an existing laptop to the server without success. I have done the following on the Server: Add User Add Computer. Now I would like to add the laptop to the server. The first test is to access a printer defined on the server. When I use the printer...
  7. bloise

    Guest User

    What does one have to do on the client side to allow a user access the printers defined to the server. We have a client running XP Home, what we would like to do is allow the client to be able to used the shared printers. I enabled the guest account of the server and on the workstation...
  8. bloise

    Guest Users

    At times we have folks come into our small office that need access to our resources, mainly files on the server and printers. What is the best may to handle this this? Thanks, Mike
  9. bloise

    Add New User - Computer

    Hello, This is my first server setup so I am a newbie. I am trying to add a laptop to our server and am having some problems. We have a small office environment and will be using the server to store common docs. I took the following steps on the server to add the laptop: Add User Add...
  10. bloise

    Newbie - Setup Network

    We have just purchased Windows 2003 server. I work in a small company and our main goal for the server will be used for file sharing purposes. Our current newtwork consists of the following: Sonic Wall to Ethernet Switch: 4 PCs 4 Macs 5 HP printers all connected to the Lan. I have installed...
  11. bloise

    Proposal - Coldfusion vs JSP

    Greetings, I work for a small company and have developed a coldfusion app. We are in the process of bidding for a government contract and in the proposal it states that the code shall be in JSP to "ensure security on the server". Active server pages will not be accepted. Question: What does...
  12. bloise

    Remove Programs

    I am trying to remove Adobe Acrobat 5.0 from my system via the Add Remove Programs. The problem is that it does not in the list. Is there any other way to accomplish this task. Thanks for any help, Mike
  13. bloise

    Creating Documentation Word or PDF's

    Hello, Need a little direction on how to handle the task of creating either Word docs or PDF's. We have a report manager on our website that allows the user to create different reports from our database. I have mastered creating these reports with title pages and page breaks with word, what...
  14. bloise

    Object Invalid or no longer Set Runtime 3420

    Hello, I hope someone can help me with this problem. I have a form that has contains a subform. The user may add a record to the subform. The code for adding the record to the subform is... Set ws = DBEngine.Workspaces(0) Set db = DBEngine.Workspaces(0).Databases(0) ws.BeginTrans Set rs =...
  15. bloise

    Display Docs on Another Server

    Greetings, We have a request from a user that would like to create a web application. We would host the app on a server called A. The documents exist on another server (B), at another location. The database on server A, would contain a table that provides the directory structure to find the...
  16. bloise

    URL Parameter - Value includes #

    Hello, I have a coldfusion app, where we pass a value within a url parameter that contains a # sign. We need this because, the app jumps to a particular hyperlink. Ex: #61.51e will take you to chapter 61 stuff. Chapter 61 is contained within its own coldfusion file. So I have a little...
  17. bloise

    Changing Database - Production - Test

    We have a login panel that allows entry to our system. I updated the panel with two radio buttons(Production/Test). What I am trying to do is set my datasource to what was selected. The datasource is originally set in my application.cfm module... <cfset #ODBC_DataSource# =...
  18. bloise

    Displaying PDF's

    Hello, We have an application which displays many PDF files. The users press the View File hyperlink, and the file gets displayed in the adobe reader. All works fine. However, after displaying about 4 to 5 files(1 to 20 pages), all of the sudden the app slows down to a crawl.... Any...
  19. bloise

    Chart - Missing first Column

    I have created a report using Access 97. The report contains a chart. I have gone into the properties of the chart and changed the data to reflect the query. Basically the query list each month Jan-Dec, and a count of incidents for each month. Everything works fine, except when the report is...
  20. bloise

    Navigation Common file

    I have created a navigation html file that contains rollover images, logos and such. I include this in muliple pages throughout my site directory. The navigation file is in the home or root directory. All works fine in the first page, however when I go to the second page, in another...

Part and Inventory Search

Back
Top