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

    Alter Function set as a Default Value

    I need to alter a few functions that I have set as default values for fields in tables. SQL Server does not allow me to alter the function because it is referenced as a default value. Is there an easier way to do this or do I have to remove it from all the tables as a default value? Thanks!
  2. DBNECWaters

    Can I use Scheduled tasks to Automate SendObject?

    I have to manually run a macro that emails out daily and weekly reports. I was wondering if anyone knew of a way to schedule this task to occur at 2:00am so that the reports can be sent by our server automatically without any intervention at all. Thanks for the help!
  3. DBNECWaters

    Standalone VB.Net Database Application

    mySql is an easy option too. and best of all it's free. however I'm not sure about how to do reports. good luck!
  4. DBNECWaters

    Disabling the Delete functionality of the Datagrid

    I was wondering if it was possible to disable the delete action associated with the Datagrid (System.Windows.Forms.DataGrid). I want the data grid to be able to be edited I just don't want the user to be able to delete a row when it is selected, or even preventing it from being selected in the...
  5. DBNECWaters

    Report from multiple Datasets (VB.NET)

    currently, I am populating the report by storing the results of a query in a Typed dataset. Then I set the report source equal to the dataset and call the RefreshReport() function so that it updates. I have the report setup where it should work, I just can't figure out how to set the other...
  6. DBNECWaters

    Report from multiple Datasets (VB.NET)

    I am writing code in VB.NET with CR XI and I am trying to populate the reports from datasets. My brickwall that I am hitting is, how to assign multiple sources for one report. Here's the scenario. I have a report that lists customer orders which works great. and I have a dataset that stores the...

Part and Inventory Search

Back
Top