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 SkipVought 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: *

  1. Cobber

    Printers Defaulting to Original Printer after Logout

    When two of my users login in the morning they find they have lost their default printer, an HP Laserjet 5 and the Colourjet has become the default printer. If they then change the default back to the HP5, next time they log in the default printer is again the Colourjet. A very circular problem...
  2. Cobber

    Unload Me

    You now call the Close method instead of the unload method. For example: Private Sub Command2_Click(ByVal EventSender As System.Object, ByVal EventArgs As System.EventArgs) Handles Command2.Click o.Close() End Sub Hope this helps
  3. Cobber

    MonthCalendar Control passing Values

    I am trying to use the MonthCalendar control to pass a value to a Text box using the DateDiff function. The idea is that if a user selects a date from the MonthCalendar control the selected date value is then passed to a variable (Firstdate) which in turn is used in the Datediff function to...
  4. Cobber

    Using TreeView Control in A Database Environment

    Thanks to everybody who have been considering this problem but I have solved it. Basicly, all that is required is to set up a global variable, pass node.key information into the variable, and then use the variable as part of the SQL statement that is passed to ADODB recordset!
  5. Cobber

    Using TreeView Control in A Database Environment

    Currently I am using a Datalist control bound to an ADODC control which accesses a SQL database to create a list of servers for my application. Users choose a server from the list which then brings up an SSTab with the servers essential data garnered from various tables in the database. The...
  6. Cobber

    Default Values for DataGrid Control

    Right clicking on the DataGrid control and navigating to the Layout/Width property allows you to resize the columns to any desired width. You can also Lock the columns from the same property page. However the down side is that you must be using an ADO control linked to a Datasource for this to...
  7. Cobber

    Why does every print job write into NT system log?

    Actually there is a way of turning off the messages generated by the Print Spooler to the event log. Try doing the following: Select Printers from the Settings Start menu folder (Start - Settings - Printers) From the File menu select Server Properties Select the Advanced Tab You can then...

Part and Inventory Search

Back
Top