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
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"...
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...
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...
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...
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
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...
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...
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
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
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
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
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...
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...
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...
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...
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
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
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
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.