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 strongm 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: jazzz
  • Order by date
  1. jazzz

    form submit to another page

    Ok I got it all figured out and if anyone needs to know what I did please drop me an email and I will share it with you. Thanks to everyone that helped. Life's a journey enjoy the ride... jazzz
  2. jazzz

    form submit to another page

    Mark, can you give me an example on how to do this, nothing fancy just something to dissect. Thanks... <form id="frmeula" action="mypage.aspx" method="get" runat="server"> <div> <asp:TextBox ID="TextBoxEula" runat="server" Columns="51" ReadOnly="True" Rows="18"...
  3. jazzz

    form submit to another page

    jbenson001 thank you and I can see its advantages already but it is so frustrating trying to get a handle on it after using ASP for years. I know once I get it figured out it will be a breeze. Do know of any books that are any good on it. I do have two and they are basic getting started books...
  4. jazzz

    form submit to another page

    Stonehead so am I and I am having the same problem with NET. I just don't know enough yet and I am still buying books looking for the one that is the winner. Since our site uses rotator ads and our hosting company only supports NET I can't use ASP therefore I need to redo my forms too. I need...
  5. jazzz

    activeX error 429 - Code works on all PC's but one

    Look for the program dependency walker http://www.dependencywalker.com/ run it on a machine that works and then run it on the machine that fails. I am guessing your files are not the same version. It's worth a shot. When I have an issue like yours this generally solves the problem. Life's a...
  6. jazzz

    disappearing combo box information on subform

    You do have the subforms linked with a child master field I assume to your main table where you are storing the info. Life's a journey enjoy the ride... jazzz
  7. jazzz

    Access Calendar Control on an unbound form.

    Thank you guys but here is what I did and it worked. I created an unbound text field on my main form. In the current event of my main form I set the value of that text field to my ActiveX Calendar control value. On my calendar control I added to the afterupdate event the value of my Calendar...
  8. jazzz

    Access Calendar Control on an unbound form.

    Hello all and thanks in advance for any help. I have an unbound form that contains the calendar control where I would like to be able show the user which employee's are scheduled to work in a specific department on the day selected in the calendar control. There are five subforms on the main...
  9. jazzz

    How do I establish a connection to a Access 2007 db.

    Conclusion, the web site that is used to host this database is Web.com and they do NOT support Access 2007 databases or so my ticket tells me. Thank you for your help anyway. Life's a journey enjoy the ride... jazzz
  10. jazzz

    How do I establish a connection to a Access 2007 db.

    No I didn't but I will tomorrow. Our server backs up today so I really don't like to do to much when that is going on. Life's a journey enjoy the ride... jazzz
  11. jazzz

    How do I establish a connection to a Access 2007 db.

    Damber thanks again I will check out the link. Access 2007 does not support the older connection provider I tried. And since they list specific versions of the connections I can enable and Access 2007 is not one of them I assume I am out of luck for now. Life's a journey enjoy the ride... jazzz
  12. jazzz

    How do I establish a connection to a Access 2007 db.

    Thank you! I found this one too and it won't connect. I believe my service provider needs to add an extension to their server for an accdb database. I checked my control panel on the web site and Access 2007 is not listed as one of the databases I can use. Life's a journey enjoy the ride... jazzz
  13. jazzz

    How do I establish a connection to a Access 2007 db.

    I am currently using a MS Access 2000 db on my site and this is the connection string I am using to connect to it. objConn_swaptrade = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.mappath("/database/swaptrade.mdb") How do I change the line above to work with an Access 2007...
  14. jazzz

    Using ADO with ASP question regarding my testing server

    settings. First, thank you in advance for any help I may receive. My question is fairly simply. I have dynamic pages which I add a file include pointing to adovbs.inc when testing my pages on my IIS server. However, when I upload them to my website I have to remember to remove that line or I...
  15. jazzz

    Adding Code to a database field and executing it when it

    loads into the page. Hello and thanks in advance for any help with my question. Here is what I would like to do if possible. I have an asp page that obtains its value from a memo database field. I would like to add a sub to the memo field and have it execute when the value is loaded into the...
  16. jazzz

    Why do forms become uneditable?

    Check your join type of all queries involved in the creation of the form; this is where the problem probably is in most cases. If you can add data to each query or table prior to joining it with another you need to examine how those tables are related to each other. Life's a journey enjoy the...
  17. jazzz

    Code not working at a different site

    Are you using a FE and BE or is it all lumped together. If you are using a FE and BE then what operating system are the databases running on. Life's a journey enjoy the ride... jazzz
  18. jazzz

    Setting textbox value after updating a different textbox

    Why not create a Function to run your code and then place the function in the Default Value property of the text box mtd. Remove MTD.Value= whatever. I called the Function GetSum =GetSum() Life's a journey enjoy the ride... jazzz
  19. jazzz

    using text box to change between images

    How are you storing the images in the database? Once I know how you are storing the images I can give you some ideas. Life's a journey enjoy the ride... jazzz
  20. jazzz

    Update Form to perform On Current event

    I believe what PHV is asking is what data type is it? I am guessing that it is numeric, hence error 13, or vise-a-versa. Let us know what the datatype is and how are you bringing it into the form. Is it on a join that is numeric? Life's a journey enjoy the ride... jazzz

Part and Inventory Search

Back
Top