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: mdwg2020
  • Content: Threads
  • Order by date
  1. mdwg2020

    COM Interop Reference Problem

    Guys, Quick question. I'm writing a quick .NET application that will have to call an API from a COM component. So it is pretty simple to setup on the development machine. Running and compiling on the DEV machine, everything works well. Once I move the code to a QA region it does not work. Now...
  2. mdwg2020

    Can't Compare Numeric Characters

    Quick Question, I am attempting to run a query. In the query I am testing for a 1 being placed in a particular column. Now this column is of type nvarchar. I tried to do a simple query like, ColumnName = '1', and that doesn't return anything. I also attempted to do ColumnName = N'1' and that...
  3. mdwg2020

    SMS And VB.NET Application Deployment

    Hey guys, Its me again. Does anyone have any familiarity with pushing .NET applications with SMS? What I was wondering about is my install program, bootstraps the framework as well as the MDAC components, can I do that with SMS, or should I simply setup 3 pushes, on for the MDAC components...
  4. mdwg2020

    SystemInformation Problem

    Hey guys, Another question from me. In the beginning of my application I do the following check: 'string to hold users logon Dim strUserName As String = SystemInformation.UserName If (Not SystemInformation.UserDomainName = "A70ADOM") Then...
  5. mdwg2020

    Installer + .NET Framework

    Hey, I am very new to packaging applications. I thought the setup installer handles packaging the CLR and any information that the application needs to run on a client machine. Apparenlty that is not true. I created a package and gave it to a user to attempt an install and it asked the user to...
  6. mdwg2020

    ListBox Tag Value

    Apparently there is no way to specify tag information for an element in a listbox, is there any other way that I can associate data with the listbox items. For instance, I already have the string that I would like to have displayed, but I would like to have a tag type element that I can store a...
  7. mdwg2020

    Report Sorting and Grouping

    Hey guys, Is there a way that I can programmatically change sorting and grouping while running a report in a VB.NET application? Thanks, Brooks
  8. mdwg2020

    Group Page Count

    Here it is, I am printing a report that has grouping in it. I force the report to print a new page when it is time to change groups. What I would like to do is modigy my headings on any page for a group that is not the first page. For instance, if I am looking at the first page for a specific...
  9. mdwg2020

    No Preview for Blank Reports

    Hey guys, Quick question, I'm building a VB application that will open up a form with a crystalReportsViewer in it to preview reports depending on the parameters the application passed to it. Is there a method that I can invoke to first tell if there will be any records? If there are no records...
  10. mdwg2020

    Can't Get TreeView Loaded

    This is probably pretty simple for everyone, but I can't quite understand the process. I have never used a treeview before and am trying to populate one with information that I am pulling from a SQL Server. I pulled the information that I needed into a dataset. In the table, I have information...

Part and Inventory Search

Back
Top