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 TouchToneTommy 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: mguwc
  • Order by date
  1. mguwc

    Script Error: Object Required

    Hello - I found this online and tried it and it seemed to work. I don't know, however, what Exp6Plus refers to...but it works for me too. Hi all, I get an error after hitting the login button (using MSIE 6.0.2600.0000): "Runtime error, line 46, object expected". The welcome page is...
  2. mguwc

    Script Error: Object Required

    Hello - Okay...I downloaded the javascript debugger and found where the trigger issue lies. I am very new at javascript so I don't really know what I am looking for or how to resolve the issue. Menu_com.js has var Trigger=NavYes&&!Opr?Par:Bod; this is producing the null variable. This is...
  3. mguwc

    Script Error: Object Required

    Hi All - the error I get is this: Line: 47 Char: 2 Error: Object Required Code: 0 URL: http://localhost:/HITS/Name of Form.aspx When I look at that in the html source there is nothing in Line 47 Char 2. Another scripting error I get is Line: 119 Char: 2 Error: "Trigger" is null or...
  4. mguwc

    Calling Javascript function from VB.Net

    Hi - I've have an issue with PostBack of a page. I have created a web application where the default page is in two sections (frames) - the top [banner] and the bottom [content]. There is a menu in my content section that navigates from page to page without links. By this I mean that when...
  5. mguwc

    Calling Javascript function from VB.Net

    Hi - I've have an issue with PostBack of a page. I have created a web application where the default page is in two sections (frames) - the top [banner] and the bottom [content]. There is a menu in my content section that navigates from page to page without links. By this I mean that when...
  6. mguwc

    Floating Cursor

    Hi All- I am creating an aspx. form for a web application and I seem to have a problem with the floating cursor. I set all the tab indexes in the order that I want them, but unfortunately that is not the order that they follow. I set my first to be "0" and the following in numerical order...
  7. mguwc

    TabIndex not working

    Hello - I have been working on a web application and am having trouble with a form. The form has many different controls...text boxes, drop down lists, buttons, controls that are not enabled and controls that are read only. I have used the tab index to direct the form to follow a specific...
  8. mguwc

    Object reference not set to an instance of an object

    rdr = Top.SPDatabase.ExecuteReader("uwc_DonationManagement_LoadDonSearch", inParams.AsCollection()) QuickWatch shows: Overload resolution failed because no accessible 'ExecuteReader' accepts this number of arguments. - Maria
  9. mguwc

    Object reference not set to an instance of an object

    Hi All - I have been working with this error message all day and I cannot figure out the problem. Can someone please help???? The code is as follows: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'Put user code to initialize the...
  10. mguwc

    transaction log

    Is there any way to track changes to a record in a table. I have a form called frmCaller, recordsource tblCaller The fields are: CallerID Name Address City etc, etc, etc DateCreated UserIDCreated DateChanged UserIDChanged I would like to have a table that would track the changes made to...
  11. mguwc

    menu bars in forms

    Hi - I'm new to VB.net and I'm not quite sure how to do this. I have created forms and I would like to have the menu "command" line appear on the top of my forms. I don't know if this option is located in the properties of the form or if this is something that I need to create. - Maria
  12. mguwc

    Combo boxes not updating data tables

    Hi All - I have created a data form that is from a dataset called dsActivities. The Table is tblActivities. I have added a combo box in the form whose record source is dsCallType. I have generated a sqldataadapter that fills the dataset. That works fine. The problem I am having is that the...
  13. mguwc

    Function to fill and update fields

    Hi All - I am new to VB.net and having worked with Access wizards, I have difficulty in the coding of certain functions. Can someone help me with this? I have created a form that contains the fields: ZipCode City State County I have a sql table named USZipCodes. I have created a...
  14. mguwc

    Field connected to another field

    hi All - I'm not sure how to do this but I'm sure someone will have the answer. I have a table/form called organizations. It has fields called [city], [state], [zipcode]. The [zipcode] field, I can make a combo box using another table called USZipCodes as my record source. What I would like...
  15. mguwc

    Too many databases open

    How do I check to see if database objects are closed and where they are located? - Maria
  16. mguwc

    Too many databases open

    Hi All - I have a very unusual problem that I have never encountered before. I have created this database for a unit where there are multi-users. All have been working on it, entering data directly off the phones. As the call ends, the data entry person must print out a report with the...
  17. mguwc

    Message Buttons

    By doing as you wrote, I get a message box. What I would like is for the text to appear in a field called "comments" Therefore, is there anyway to transfer this text into [narratives].[comments]?
  18. mguwc

    Message Buttons

    I would like to add text buttons to my forms that when a specific one is clicked, the text associated with that button appears in a comment field. Example: 5 buttons Button 1 - Left message Button 2 - Busy Button 3 - No answer Button 4 - appointment scheduled Button 5 - sent resources...
  19. mguwc

    Order By is not working

    Hi All! I have created a filter form which allows me to enter criteria in unbound fields and then select records based on this criteria. There is a search button that shows this event Private Sub Command20_Click() Dim stSql As String stSql = "" stSql = "SELECT [LastName],[FirstName],[Child...
  20. mguwc

    Autonumber is duplicating - Why?

    Thank You for responding - I figured out the problem. I was doing an append query and had the autonumber as one of my fields to append. Of course it did not allow the record to append, but it did reset my autonumber. Therefore from that point on, whenever anyone tried to add a new...

Part and Inventory Search

Back
Top