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

  1. runningphan

    Duplicate record when adding data

    I have code that executes without errors in Firefox but gives me a duplicate record error in IE and it is driving me crazy. I can't seem to find where the problem is. The form data that is being posted is writing properly to the new database record but for some reason it appears that the ASP...
  2. runningphan

    Suppress Group Issue

    Hi there...got a bit of a suppression problem. I have a count that is essentially counting detail records and I have two groups. A user is providing a value that is compared to the count for suppression purposes and then this formula is used within the suppression of the a group header. The...
  3. runningphan

    Variables from form values not working with ASP / VBscript

    I have a form using the following code. <form action="default.asp" method="post" name="login"> <input name="User" type="text" size="20"/> <input name="Pass" type="password" size="20"/> What I need default.asp to do is capture those form inputs and store them in a variable that I can call...
  4. runningphan

    PHP 5.166 on IIS 6 working - sort of

    I am able to view php file that shows me the entire PHP configuration so I know that PHP is installed properly and php files are being sent to the php5isapi.dll on an IIS 6 2003 server. I have some other php pages that collect information on a form and then write it to a text file. Simple...
  5. runningphan

    TS licensing question

    I know this gets asked quite a bit but I was given the task of actually finding out and this seems like the best place to go for good honest advice. We are getting ready to roll out a new application that will require a limited number of users at first but will grow steadly afterwards. Users...
  6. runningphan

    XML Export: Change schema

    I've been looking at the XML export function in XI becuase I have a need to import data into a vendor's system using XML. I've spent time inthe XML expert area and can see how to limit which tags are present but I'm wondering how I can modify the tags.... For example I need...
  7. runningphan

    Time Difference Calculation

    I have kind of a tricky time difference calculation (well, tricky for me ;)). I need to calculate the difference between date/time fields in different records. Each record can have one of three types (started = 3, stopped = 4, and finished = 6) and then the status type date/time. Well, I need...
  8. runningphan

    Use VBA to copy pages from one document to another

    I have a document that is 120 pages long that individuals want to be able to specify specific pages within the document to extract and create a new document. For instance, they may want pages 1,3,9,35 for one new document and 2,88,94 for another. I found a way to do a range (1 - 10) but am...
  9. runningphan

    AutoOpen on a word document

    Here is my main problem. I have created a word document where users will click on hyperlinks to navigate their way through the document...a choose your own adventure if you will. In order for this to look and function at its best, I found that the print preview with the magnifier option turned...
  10. runningphan

    controlling the back button when using bookmarks

    Is there a way to control the behavior of the back button after clicking on a bookmark to take the user to the previous bookmark instead of the previous link? I like to keep all navigation to pages instead of to links. Thanks.
  11. runningphan

    Append Query Not working - Duplicate Output Destination error

    I have kind of a strang Append Query and it isn't working. I have a field in a table that needs to be updated by potentially 10 different fields in another source. For example 'Shelf' needs to be updated by 'Shelf0' or 'Shelf1' or 'Shelf2'...'Shelf9' depending on which has data. Here's the...
  12. runningphan

    Trouble writing Apend/Update query with VBA

    I'm faced with a requirement that is causing me some problems. What I need to do is a combination Update / Append query depending on whether or not the keyed value already exists in the database. I've never really used VBA so this is all new to me. The user has an Excel file that they enter...
  13. runningphan

    Trouble with Update/Append query

    I'm faced with a requirement that is causing me some problems. What I need to do is a combination Update / Append query depending on whether or not the keyed value already exists in the database. I've never really used VBA so this is all new to me. The user has an Excel file that they enter...
  14. runningphan

    Delete Query - Delete records from multiple tables

    I've been having some problems with a delete query where I need to delete records from multiple tables based on a User defined value. I can setup 2 delete queries and it works great but I'd like for the user to provide one value and it is deleted out of both databases. I have two tables...
  15. runningphan

    Repeating a Group Based on multiple options

    I'm stuck. I'll do my best to explain what I'm trying to do. Crystal 11 ODBC datasource I am developing a report that prints labels for items that have been received against a purchase order. The receive record contains the item, and quantity received. I am also being passed a parameter...
  16. runningphan

    Serial Port problem

    We have a software product that monitors a user specified serial (COM) port for bar code scanner input. The end user is running a new Dell desktop that has only 1 serial port and the program is locking up on them. I believe the issue is that the serial port is powering down and when we go to...
  17. runningphan

    Exporting to excel dll problem

    We bundle CR 8.5 into our app. Moving to 11 for next release but I have the following problem. The version of u2fxls.dll we are currently shipping has a problem exporting correctly with reports that use multiple datasources. The version of the file within SP3 for 8.5 (8.6.2.515) fixes the...
  18. runningphan

    php form question - capture viewing page, etc...

    i'm working on a site simplythebreast.org which is an organization concerned with women's health and i have a simply input text box and button for subscribing to a listserv. you can see it here http://www.simplythebreast.org i know how to capture the input in the text box and to send multiple...
  19. runningphan

    Slow logon and event log errors at startup

    I'm getting the following errors upon startup within the Event Viewer. What made me go check out the event viewer is the fact that all of a sudden, my computer started taking longer than usual to get through the "Applying Computer Settings" dialogue. Here are the four errors... Error 1...
  20. runningphan

    bad envelope after adding addresses with second domain

    I need to have multiple domains within my Ex2003 environment. I added two new users and added the SMTP email addresses in their user setup and everything seems to be working fine. They receive email to the new domain, have OWA access and can send mail. The problem though is that I think the...

Part and Inventory Search

Back
Top