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 Wanet Telecoms Ltd 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: kamfl610
  • Content: Threads
  • Order by date
  1. kamfl610

    Modal window disappears

    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...
  2. kamfl610

    Problems with Page Load

    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...
  3. kamfl610

    Page Load only works the first time

    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...
  4. kamfl610

    asp variable in javascript

    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"...
  5. kamfl610

    Adding a row in GridView for SqlDataSource

    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...
  6. kamfl610

    ObjectDataSource Update Problem

    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}"...
  7. kamfl610

    Waitfor Commands messes up Excel

    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...
  8. kamfl610

    WaitforCursorMove messing up Excel

    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...
  9. kamfl610

    Sess0.Visible is messing up Excel Close

    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...
  10. kamfl610

    Sess0.Visible messing up my Excel when I close the workbook

    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...
  11. kamfl610

    How do you get Extra to Excel

    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...
  12. kamfl610

    Help with scripting Excel to Extra

    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...
  13. kamfl610

    no data is being passed in the post

    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...
  14. kamfl610

    No data is being passed in the Post

    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...
  15. kamfl610

    Onload event

    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
  16. kamfl610

    2 recordset navigations on the same page

    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...
  17. kamfl610

    How do you send e-mail with CDO?

    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...
  18. kamfl610

    User Tab or Click on button

    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...
  19. kamfl610

    Search on a form to affect Records on Mainform

    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...
  20. kamfl610

    spaces in database column name

    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...

Part and Inventory Search

Back
Top