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 bkrike 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 axslearnr

  1. axslearnr

    Getting Invalid Null error

    Create an ADO Connection to connect to the sample database. Hi I am getting Invalid null error. Ihave many records in my table but still when i say drst.MoveLast i get this error. Pls let me know. set dconn = Server.CreateObject("ADODB.Connection") dconn.open "DSN=Metrics;uid=" &...
  2. axslearnr

    Save the Form values after submitted to server

    Hi I dont have any link to the page since it is not online. well here is the code. pls let me know thanks <!-- #include file="Include_Files/Security/Security_Level_3.inc" --> <!-- #include file="Include_Files/Add_Records/Select_Menu.inc" --> <% 'Initialize variables Dim conn 'Link to...
  3. axslearnr

    Save the Form values after submitted to server

    Hi thansk for ur help. i really appreciate it.I tried that too. it still cnt retrieve the form values. Can you pls tell me thanks
  4. axslearnr

    Save the Form values after submitted to server

    Hi I wrote Form2 only in there. It still didnt work. This is the code i used for it. <html> <head> <script language=javascript> function SubmitMe() { document.TCForm.BeginMonth.value=document.DForm.BeginMonth.value document.TCForm.BeginDay.value=document.DForm.BeginDay.value...
  5. axslearnr

    Save the Form values after submitted to server

    thanks for ur reply. I still cant retrieve the form values. My both forms are on the same ASP page ReportTrainingType.asp. I am just resubmitting to the server and loading the same asp page. pls let me know how to do it thanks
  6. axslearnr

    Save the Form values after submitted to server

    Hi Can you tell how to do it? I mean the code for it. I will be very thankful to you. Pls let me know thanks
  7. axslearnr

    Save the Form values after submitted to server

    Hi thnaks for the reply. I cannot retrieve the form date values when i click on the item in the second select box. I get nulls. it doesn't retrieve the form values I put the forms values in another form named Dform but on the same APS page. how to retrieve them? pls let me know thanks Added...
  8. axslearnr

    Save the Form values after submitted to server

    Hi sorry for it. Whenever i select an intial item from a combo box it submits the page to server and populates the list box with values. Again when i select the item in list box it submits the page again and displays the values from them. I want to add text boxes on the same page to filter...
  9. axslearnr

    Save the Form values after submitted to server

    Hi I need some help.I will be very thankful to you if you can help me. This is my program stepwise. Pls someone help me. Note: Everytime I select an item from the combo box or select box I havea wrote function so it retuns the whole ReportTrainingType ASP page. with this function SubmitMe()...
  10. axslearnr

    retrieve the values from a text box on the same form

    Hi I really appreciate ur help. Thanks for the code. Can you modify my code given above according to the one given by u. That will really help. If you have time for it. I really appreciate ur help. pls let me know thanks
  11. axslearnr

    retrieve the values from a text box on the same form

    Hi Thanks for the reply. Can you suggest me how to do that javascript function. I dont know much abt javascript. Pls let me know. thank you
  12. axslearnr

    retrieve the values from a text box on the same form

    Hi I need some help.I will be very thankful to you if you can help me. This is my program stepwise. I had some guys helping me but I didnt get reply from them again thats why i am posting again. I appreciate them. Pls someone help me. Note: Everytime I select an item from the combo box or...
  13. axslearnr

    Create an Number increment on the form

    Hi Thansk for your reply. I dont have a button on my from. I just use the normal form. what even should I use ? Pls let me know thank you
  14. axslearnr

    Need to filter the records by date on a select box

    Hi Thanks for ur help. I still cant figure out how to do it? Please anyone suggest me. thank you
  15. axslearnr

    Create an Number increment on the form

    Hi I have a employee table which has empid, empname, empcity etc. empid is an autonumber and starts from 1. I need an number field for empid in the table so I can start the numbers from 1001 and increment by 1. I need to display that field on a form where it should display the number...

Part and Inventory Search

Back
Top