Search results for query: *

  • Users: jmancuso
  • Content: Threads
  • Order by date
  1. J

    Array Grouping

    I'm trying to group the results within an array which is being populated by a dataset. For reasons outside of the scope of this forum I can't group within the query populating the dataset. Example from Recordset a a a b c Example of Array values a b c Thanks for your help.
  2. J

    Simple VB .NET field

    Looking for a quick and dirty answer, I haven't seen anything but if there is a way this will save me a lot of brain damage. Is it possible to set up a combobox control so it groups the contents? For example the list of values pulled from a database (I know you can group on the database...
  3. J

    Live Reporting in CrystalViewer

    I'm having difficulties ensuring that a report refreshes automatically when loaded. The data in the report is old and does not reflect recent modifications to the data it is pulling. I've developed this report in the .NET interface and have checked "discard Saved data when loading reports"...
  4. J

    Crystal Report 8.5 Viewing using CrystalViewer

    I've created a Crystal Report using 8.5 and would like to view in VB .NET's Crystal Viewer. However, when I do so I'm prompted for a login to the datasource driving the report. WHen I specify the datasource, user login, and password the system returns a message notifying of authentication...
  5. J

    Crystal Viewer

    I'm developing crystal reports in Crystal 8.5 and then calling them in a VB .NET application using the Crystal Viewer. As a user updates information in the application I want them to be able to run a report at anytime and see the changes reflected in that report. However, the current way I...
  6. J

    Combobox fill on Keypress

    I'm trying to populate a combo box on keypress. Basically, when the user begins typing in something the results of the combo box will autofill with the closest match. For example if the user types in 'S' the remainder of the world from my data source populates such as 'S' + 'ail'. If the...
  7. J

    Crystal Licensing in .NET

    I'm using the Crystal Reports Viewer in .NET. When I deploy the application I'm developing for other users, it is my undersatnding that all I need is to ensure I have included the Crystal .dll's as well as the license number obtained through the web site registration when installing Visual...
  8. J

    Crystal Reports

    Okay, just diving into Crystal Reports. I'm able to generate a report and view it during run time from a SQL Server datasource. However, something that seems so simple I can't figure out. How, if possible, can I adjust the width of the report, so that when viewed it is in landscape for...
  9. J

    The Debate VB .NET vs. C# .NET

    I'm performing a comparitive analysis on VB .NET vs C# .NET. In addition to posting here I'm posting in various other Internet Forums C# and VB .NET. Also, industry professionals and various literature sources. I've broken down the analysis into a few categories and would appreciate if any...
  10. J

    LEFT Function?

    Okay, just learning VB .NET migrating from VBA and VB 6.0. This should be super easy but I cant seem to get the LEFT Function to work. Does VB .NET support this? Thanks.
  11. J

    Datagrid Detail

    Is it possible to select a cell within a datagrid during run time and have that information populate a different control?
  12. J

    Use of datasets in code

    I'm working on my first VB .NET application. I feel I'm using datasets inneffeciently. In form design I'm adding the connection, adapter, and dataset. This works great for populating controls on form load. However, if I want to populate controls during run time I find myself altering...
  13. J

    Inserting Data from VB Form to Access Table

    I'm relatively new to working with VB .NET, especially working with data sets and updating databases. I'm having a heck of a time trying to take a value entered by the user in a form and write this to an Access table. I've tried at least 15 different things pulling information from MSDN, web...
Back
Top