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 SkipVought 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. sdidomenico

    Windows Printing Object

    Hello, I have a need to allow a User to print a Label/Packing Slip as an Event, but I’d rather not use the Browser to print. What I envision is the User clicking on a button named “Print” and then the Server (ASP) taking care of the formatting and printing. Is anyone aware of a Windows Print...
  2. sdidomenico

    Visio Version Questions

    Hello, First I have Visio 2002 STD. Can Visio 2002 PRO do Data Modeling? If yes, can 2002 STD be upgraded to 2002 PRO? Are the 2003 versions better for Data Modeling? On another note, how is the multi-page printing with a Data Model of over 40 tables? Is one version of Visio better for...
  3. sdidomenico

    Mouse Click VS Enter Key causing duplicate inserts

    After much time invested, I now understand more about JavaScript and I have a working solution installed in production. Thanks a million Adam.
  4. sdidomenico

    Mouse Click VS Enter Key causing duplicate inserts

    So this will: 1. return "false" when true (after the first time) 2. return "true" when false (one time only). 3. only submit the form to the server when "true" Now a question for the variable "submitted." Is this a User Defined variable name? I cannot find a reference to this as a property...
  5. sdidomenico

    Mouse Click VS Enter Key causing duplicate inserts

    Hi Adam, After I first reviewed the code, I wrote this in my notes: "Return false and set window.submitted to true." So I was pretty close. I understand conceptually what it does; I'm now looking to understand the syntax. The JavaScript book we have here does not cover the ? or the :. The ...
  6. sdidomenico

    Mouse Click VS Enter Key causing duplicate inserts

    Hi Adam, This worked great, thanks. Can you explain the code to me? I have tried but I cannot figure it out. Thanks, Steve
  7. sdidomenico

    Mouse Click VS Enter Key causing duplicate inserts

    Thanks Adam. I'll give it a try. Steve
  8. sdidomenico

    Mouse Click VS Enter Key causing duplicate inserts

    We have an application in which the Users will use the Keyboard rather than the Mouse. It is for data entry type stuff. I'm having trouble with writing code to keep a form "Save" button (type="submit") in focus, so our Users can hit the Enter Key at any time during data entry, yet blur the...
  9. sdidomenico

    Set focus to "Cancel" when using confirm()

    Hello, Is there a way to change the button focus when using confirm()? In some cases, I would rather have it set the focus on the "Cancel" button rather than the "OK" button. Thanks in advance for your time, Steve DiDomenico Nashua, NH
  10. sdidomenico

    method="POST" causing multiple database inserts

    Hello, We have a new ASP/SQL Server application that has been running for (6) months. On at least (4) occasions a POST has been sent from the Browser yet it runs multiple times on the Server. This causes the same record to be inserted multiple times into the database. There is no pattern to...
  11. sdidomenico

    method="POST" causing multiple database inserts

    Nope. No refresh button is avaiable. Look at those date/time entries in the IIS log. Also, all duplicate records for the SQL Server Database insert have date/time stamps within the same second.
  12. sdidomenico

    method="POST" causing multiple database inserts

    Hello, We have a new ASP/SQL Server application that has been running for (6) months. On at least (4) occasions a POST has been sent from the Browser yet it runs multiple times on the Server. This causes the same record to be inserted multiple times into the database. There is no pattern to...
  13. sdidomenico

    Destroying Session Objects

    Hello, I have a question on destroying Session Objects using ASP 3.0. Here I create the Session variable oApp. Set session ("oApp") = Server.CreateObject("CrystalRuntime.Application") Now I want to destroy it. Is this: Set session("oApp") = nothing The same as this...
  14. sdidomenico

    Current Date appearing on Report for recurring reports

    Thanks BobSuruncle, That is the same suggestion that lbass submitted. Today I tested "data time" and the time is correct for the instance. Tomorrow I will check out my test report and see if it has the correct date for the instance. I think lbass and BobSuruncle are correct. Thanks again.
  15. sdidomenico

    Current Date appearing on Report for recurring reports

    Hi Wallie12 and lbass, The data being displayed in the instance is the correct data and it has been verified as so. Only the date is incorrect. I'll check and see what date we are using. Thanks for the input, Steve DiDomenico Nashua, NH
  16. sdidomenico

    Current Date appearing on Report for recurring reports

    Hello, Report problem in Crystal Enterprise 8.0 Standard Edition viewed via ePortfolio with the User signed on as a Guest. We have some reports that we run nightly for reporting archive in a paper-less system. We implemented the system on 1-2-2004. One thing we noticed is that the "Instance...
  17. sdidomenico

    URL Encoding with an apostrophe

    Thanks for the helpful posts. I was able to use Dan's suggestion and use VBScript to Replace the ' with \' and the buttons work fine. Thanks again, Steve DiDomenico Nashua, NH
  18. sdidomenico

    URL Encoding with an apostrophe

    Hello, Can someone provide me with the correct URL Encoding or another solution for this code? <input type="button" value="enter note" onclick="window.location='/donor/manage_note.asp?iDonorId=100002340&sDonorName=Mr Test M Re' Cord'"> Our problem is when sDonorName contains an apostrophe...

Part and Inventory Search

Back
Top