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

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. reisende

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

    Hi everybody. I've been trying to find the best way of splitting data from a GetRows() function into a two column HTML table but haven't been able to come up with anything myself or fin d much of use online. Maybe one of you guys have tackled a similar issue. First of all, here's my code...
  11. reisende

    Can't write cookie to Hard Drive in Intranet Zone

    Hello everybody. This may be more of an IE than an ASP thing, but I'm hoping someone has a suggestion. I've got a wierd little thing going on with our intranet site. When I browse to it by http://10.8.1.1/intranet it writes the cookie fine. When I go to it by using http://web_server/intranet...
  12. reisende

    GetRows() and empty Recordsets

    Hello everyone. I am trying to use GetRows on a recordset that will display the contents of a shopping cart. It works fine if the recordset (cart) is not empty, but when there is nothing in the shopping cart I get this: Either BOF or EOF is True, or the current record has been deleted...
  13. reisende

    Populate table data with value from form field.

    Hi everyone. I had a question regarding a preview feature I would like to implement on our intranet site. I want to provide a preview of employee name tags that can be ordered online and I would like to do so using form fields for entering employee name and title and then have them click a...
  14. reisende

    Problems running Delphi/Interbase application on Windows 2000

    Hi all, We are having a very strange problem and I was wondering if anyone here had any insight. We have developed a Delphi application which stores data to an Interbase database. Everything has worked fine in testing, but not when we attempt to move it into production. Here is some...
  15. reisende

    Question regarding loops and dynamic arrays

    Hi everybody. I am working on an online ordering system for our emlpoyees to order company shirts and I was wondering if there was a way to do something I think would be very helpful to the users. Each year an employee is given three company shirts, any shirt they order after that is charged...
  16. reisende

    Data INSERT using stored procedure

    Hi everybody. I have a stored procedure that doesn't appear to be working. Here's the juicy details. I am trying to move data from a DBF file to an InterBase table with the following Delphi code: procedure TForm1.BitBtn1Click(Sender: TObject); var prempl : string; last_name: string...
  17. reisende

    Advanced looping question

    Hi everyone. I have a question about looping which I have been trying tp figure out for the last day or so and I want to see if any of you guys may have an idea. What I am working on is a paged record set (like a search results page) that prints out links to each subsequent page like so: <%...
  18. reisende

    Error when trying to retrieve data by user id

    I am coming accross an error while trying to select a location from a DBF table based on the user id of the logged in user. Here is the error I'm getting: Microsoft OLE DB Provider for ODBC Drivers (0x80040E14) [Microsoft][ODBC dBase Driver] Index not found. It will pull all locations from...
  19. reisende

    Work around for 10 character dbf field name limit

    Hi everybody, I need to connect to and retrieve data from an existing DBF table via my ASP application. I can connect and retrieve most data A-OK, but it appears there is a 10 character max for field names that can be returned in ASP/ADO. For example, a field named Password is returned fine...
  20. reisende

    Anyone have experience using Interbase with ASP?

    Hi everyone, I am currently working on a shopping cart style application for our field users to order marketing and promotional items and have the following limitations: 1. The application must be web based and housed on our Intranet site (hence the need for ASP. 2. The saved order...

Part and Inventory Search

Back
Top