Hi all,
I have a problem with a modal window. I'm using a submodal window to bring up another asp.net page. In the parent page, i have the asp button onclientclick event to fire the javascript modal window. What happens is the load screen.html comes up and then when it goes to the asp.net...
Hi all,
I have a problem with some code and I'm not sure what's going on. When my page first loads, my Page Load event fires fine. I'm locating the footer field of active date and rendering it readonly and setting the onclick on the input button to javascript to fire if clicked. Works great...
Hi all,
I have a problem with some code and I'm not sure what's going on. When my page first loads, my Page Load event fires fine. I'm locating the footer field of active date and rendering it readonly and setting the onclick on the input button to javascript to fire if clicked. Works great...
Hi all,
I'm trying to access an asp variable in javascript. Here's the snippet of code:
<FooterTemplate>
<asp:TextBox ID="txtActivedate" runat="server" Text='01/01/2007' MaxLength="10" Width="70px"></asp:TextBox><input
type="button" runat="server" value="Cal"...
Hi all,
Thought I'd pass along a solution that I did for my GridView that uses SqlDataSource. Here was my problem:
I was using the Footer Template to create an Add and Cancel button along with my fields so I could Add new records. But then came the problem, what if I had no data in that...
Hi all,
I'm getting this error:
ObjectDataSource 'ObjectDataSource1' could not find a non-generic method 'Update' that has parameters: blah blah
I searched the web and tried to find ways to fix this problem. Some suggestions were to change the
OldValuesParameterFormatString="original_{0}"...
I have a program that runs vba from Excel. It opens up an excel spreadsheet and then opens up Extra. It then puts data in Extra on some screens and writes any error messages from Extra to the Excel Spreadsheet. Everything runs great and I get my message at the end. Click okay and then I go...
Okay. Now I've found the culprit. WaitforCursorMove is screwing up Excel in my vba code. When the code runs with it, it seems fine, i get the message, etc. But when I physically go to close out the excel workbook, Excel crashes on me. anyone else have this problem? and How do I fix it...
Hi all,
Don't know if this is happening with you.
I have a macro that runs in Excel that opens Extra 6.4 processes some screens, data, yada yada. When my macro finishes and I'm done with the process, I go to close the Workbook and Excel crashes. I've isolated it to Sess0.Visible statement...
Hi all,
Don't know if this is happening with you.
I have a macro that runs in Excel that opens Extra 6.4 processes some screens, data, yada yada. When my macro finishes and I'm done with the process, I go to close the Workbook and Excel crashes. I've isolated it to Sess0.Visible statement...
Okay, here's the problem. I'm creating a macro in excel to screen script data into Extra. No Problem there. Problem is now, i might get an error message when I hit enter because the data isn't correct, etc. How do I capture that message (I've tried the GetString thing and I don't think it's...
Okay. I'm new to Extra and my area wants to screen script data from Excel to the online screen in Extra. I'm totally lost on how code this. Should I do it from Excel and use VBA to do it or should I write code in Extra to actually script it? Could I get examples? Also perusing the forum I...
Hi all,
I've got a problem. Right now I'm just trying to get one form to work right. When I click on my "Save" button on the form, the javascript is working right because I'm going to my Save page but no Form variables are being passed. They're totally blank. Now I'm using a Form...
Hi all,
I've got a problem. Right now I'm just trying to get one form to work right. When I click on my "Save" button on the form, the javascript is working right because I'm going to my Save page but no Form variables are being passed. They're totally blank. Now I'm using a Form...
Hi all,
Just a question,
When paging through a recordset, does the onload event fire each time you page through or is that fired once at the beginning and cannot be changed? Answer would be helpful! thanks
Hi all,
I'm building an asp page that shows records of contract information. each page shows only one record of the contract information so basically your clicking on the navigation of firs, previous, next, last. I've broken the record into tabs showing information on each tab. On one tab, I...
Okay,
I'm relatively new with ASP pages and need to know how to send e-mail via my web page. I've looked at the CDO coding and i'm having a hard time understanding why it won't work. it keeps timing out. here is my code:
Protected Sub PasswordRecovery1_SendingMail(ByVal sender As Object...
Hi,
Need help on something. I have a form that has tab controls. Each tab has fields. When a user tabs from field to field, on the last field on the tab, I use the exit function for to set focus on the first field on the next tab. Works great but now I have a problem if the user clicks on...
Hi all,
Got a question on a search criteria. On the mainform, i have a search button which brings up a Search form. Now what I want to do is have the user put their value in and then when they click on the Search button on the Search form to automatically move and affect the Mainform. I'm...
Okay, I'm relatively new at coldfusion and cfm pages. I ended up using dreamweaver to create my table but my database has field names that have spaces in them. Now when I try to retrieve them, I'm getting errors because of the spaces in the field name. Here's the snippet with the problem...
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.