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 bkrike 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
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. mguwc

    Autonumber is duplicating - Why?

    Hi - I am having a problem. I have created a form called Child Data. This form contains a demographics subform. The Child ID# is the primary key for the "Child Data" form and I have a autonumber "DemoNumber" for the primary key of the demographics subform. The forms were working properly...
  16. mguwc

    security - is my db unsecured?

    I have a database that I created with microsoft access 2002. I have joined a workgroup, that when I work on my computer it asks me for a password. I have assigned the staff that will be using this db passwords and permissions. The frontend is on their hard drive and the data (backend) is on...
  17. mguwc

    Security Questions

    Hi All!!! I am totally clueless when it comes to security. But as suggested in other threads, I have been reading alot on the issues. As I have been reading, I have been learning alot and have set up groups and permissions. I have a question however, that ties in security, userID, and forms...
  18. mguwc

    AutoNumber Data Types

    Hi All - I am at the last stages of this database. In my Child Data table, I have the primary key (which links practically everything) as a AutoNumber - random data type. Is there any way to change this or to change the number length. As it is now, the number can appear as a positive or...
  19. mguwc

    Cannot change Admin password

    Hi all - Maybe I just don't know what I'm doing because security is new to me, but>... How do I change or set the admin password. I went under User and Group accounts and tried to change it, but it keeps on telling me that the old password is wrong. Please lead me in the right direction.
  20. mguwc

    Subforms do not populate linked information.

    I have a form named "child data" that is a multi-tab form. The last tab is called "Case Information". This tab has a subform that is called "CDI tracking subform". This subform is also a multi-tab form. One of the tabs is called "Issues/Actions". That tab is also multi-tab with the first...

Part and Inventory Search

Back
Top