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!

Recent content by danieln4

  1. danieln4

    Date type compatibility between VB and SQL

    I am calling a SQL stored procedure from VB for a recordset of date field in SQL. Does anyone know if the SQL datetime type and VB date type are compatible? Do I need to do some sort of conversion before the SQL datetime type value is assigned to a VB date value?
  2. danieln4

    Avoid duplicate post and resubmission?

    Onpnt, I checked out your sample page and it function pretty good except for one small issue. On page one, I entered "test3" and clicked submit. The result took me to page two. I then click on the back button which brought me back to page one with the input field set either as...
  3. danieln4

    Avoid duplicate post and resubmission?

    Thanks. This does help.
  4. danieln4

    Avoid duplicate post and resubmission?

    Thanks guys. Both example does help with the ideas. I do want the user to be able to click the "back" button and viewed what they have inputted. However, I do not want to log the transaction again even if they made changes. Maybe I'll disable the submit button when they use the...
  5. danieln4

    Avoid duplicate post and resubmission?

    Thanks Onpnt. The process of how the page is currently working is that once you click on submit, it logs the transaction to my SQL and HP server and spits back a reference number which then redirect to the summary page. So based on your sugestion upon using hidden field after clicking...
  6. danieln4

    Avoid duplicate post and resubmission?

    I have 3 ASP pages (intro, forms, and a summary page). A user comes to the "intro" page and then to the "forms" page to enter his/her data to be submitted to an SQL and HP server. After the "submit" is clicked, the information get posted to the server and a...

Part and Inventory Search

Back
Top