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 strongm 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: *

  1. reisende

    Setting up connection string in an FTP Task / Connection Manager

    Hello all, I am having trouble getting my FTP Task to successfully upload a destination CSV file to our FTP server. The error I am getting is pasted below: Error: 0xC001602A at MSPExport, Connection manager "FTP Connection Manager": An error occurred in the requested FTP operation. Detailed...
  2. reisende

    Retrieve value from onClick of a table row

    OK, that worked! Thanks for your time and reply, Dan.
  3. reisende

    Retrieve value from onClick of a table row

    Thanks, Dan. That looks promising. I'll give it a try tomorrow and report back.
  4. reisende

    Retrieve value from onClick of a table row

    Hello everybody, What I'm trying to do is difficult to sum up in a subject line so I'll just start with the nuts and bolts. I am currently designing a JSP page that will retrieve a list of customers and display them in a data-grid type table layout. The specs call for tabs to be placed at the...
  5. reisende

    Adding appointments to Public Calendar in Outlook

    Looks promising at least. I'll give it a try when a get some time.
  6. reisende

    Adding appointments to Public Calendar in Outlook

    Thanks niteowl, that sounds like a good idea. I'll do some research into WEBDAV and see what we have going on there. I haven't worked with XML a whole lot, but enough to figure something out. I'm pretty much in the same boat as you are, though. I work on so many things here that if a project...
  7. reisende

    Adding appointments to Public Calendar in Outlook

    Hi everyone, I need to create a form on our intranet to allow PTO to be requested on-line. The crux of the issue is that I need to add an appointment to a public calendar (Public Folders/All Public Folders/IT Calendar). By using vCalendar I've been able to add an appointment to my local...
  8. reisende

    Issue with user security groups. Advice/Examples needed.

    Hello all, I would like to find the best way to display content based on a users group permission settings. I'm using a method right now that I can't help but think is inefficient, but I'm still pretty novice at PHP. What I have is a table with four groups defined, we'll call them A, B, C and...
  9. reisende

    Index.asp file overwritten / files placed on server.

    Hi everyone. Something very odd happened to our web site over the weekend and I was wondering if anyone had seen this before or may have an idea as to what happened. When I got in this morning one of the Help Desk guys said that our public web site was only displaying "core-project". I...
  10. reisende

    Need some help with an if statement

    OK, that worked. Thank you both. I didn't know they needed to be in the same file. Oh well, learn something new each day. :)
  11. reisende

    Need some help with an if statement

    Maybe that's the problem. The code that sets it to either a link or regular text (the second snippet) is in an include file. I'll try it in the same physical file and see if that helps.
  12. reisende

    Need some help with an if statement

    Hi everybody, First let me preface this by saying that I'm not very good with PHP so if my issue sounds easy/stupid then please forgive me. I have something driving me crazy. What I'm trying to do is check whether a variable is populated or not and if so set a boolean to true and vice versa...
  13. reisende

    Getting values from dynamically named input fields (ASP)

    OK, worked perfectly. Thanks Dave.
  14. reisende

    Getting values from dynamically named input fields (ASP)

    Hi everybody. I have a select field which is populated with a list of employees from a given location. The value of each option is set to the employee's assigned ID in the database. What I'm trying to do is create an alert box which will activate when an employee is selected and display...
  15. reisende

    Display same DHTML table onMouseOver of multiple links

    Thanks kaht. I think I've found something on there that will work.
  16. reisende

    Display same DHTML table onMouseOver of multiple links

    Hello, I have three links on the same page that I want the same table to appear over when calling the onMouseOver event. I am used to setting a fixed position with CSS and assigning a specific table to a certain link so I don't know if what I am looking to do is possible. Basically I have two...
  17. reisende

    Compile error after intial Install of Tomcat 4.1.18

    OK, I got it. I was using the JRE instead of the JDK as my JAVA_HOME. Thanks.
  18. reisende

    Compile error after intial Install of Tomcat 4.1.18

    I have JAVA_HOME. That's set to C:\Program Files\Java\j2re1.4.2_05. I don't have TOMCAT_HOME or CATALINA_HOME, though. Aren't they the same thing, though?
  19. reisende

    Compile error after intial Install of Tomcat 4.1.18

    Hi everyone. I am trying to install Tomcat 4.1.18 on a Windows 2000 server and am getting a very perplexing result. The install seems to go fine, but when I attempt to pull up the ROOT "Welcome to Tomcat" page by navigating to http://localhost:8080 I get this...
  20. reisende

    Printing a two column HTML table using GetRows() data.

    OK, I was pretty close with what I started with but both of your suggestions helped point me in the right direction. Here's what I ended up doing and everything appears to be working fine: <% strSQL = "SELECT * FROM SHOW_COUNTIES WHERE REGION_ID = " & regionId & ";" call getData(strSQL...

Part and Inventory Search

Back
Top