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 strongm 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: EBECK
  • Order by date
  1. EBECK

    Elevated security needed for Crystal Reports on client machines?

    Not so much a problem as a question (or two). If Crystal Reports were installed on a couple of client machines, would these users have access to the database fields they otherwise would not have access to? Would these users be able to create reports under their current permissions?
  2. EBECK

    Elevated security needed for Crystal Reports on client machines?

    We are using SQL authentication for different levels of permission for the database. The person creating the Crystal Report doesn't have complete permission to the database. I hope this helps.
  3. EBECK

    Elevated security needed for Crystal Reports on client machines?

    We have a Visual Basic database application (the database is SQL Server 2000) that also uses Crystal Reports for reporting. The VB/CR application is installed on the client machines. A couple of users would like Crystal Reports installed on their machines to create several of their own reports...
  4. EBECK

    Update Method Not Consistently Updating

    Thank you Christiaan for your reply. The unique id is the GuestID field. This field has an Int Identity data type in the SQL Server database. When a Guest record is created the next sequential number is assigned to the new record. When an existing record has been selected for update, the...
  5. EBECK

    Update Method Not Consistently Updating

    I’m relatively new to Visual Basic .NET programming having worked with several 3GL languages over the last 20 years. I accepted employment with a homeless shelter for men, and for women with children (separate divisions) with the goal of developing SQL Server database applications for each...
  6. EBECK

    Passing parameters from VB .NET to Crystal Reports

    I'm employed at a homeless shelter and have developed a VB .NET database application with several Crystal Reports. I'm having some difficulty with the following Visual Basic .NET code and Stored Procedure used to determine the income type of the homeless men. The VB code and Stored Procedure...
  7. EBECK

    Printing information from many tables

    Thank you, synapsevampire, for your feedback! I'm using Visual Studio .NET 2003, which I believe uses Crystal Reports 8.5. As I think I mentioned, I'm fairly new to CR. I believe the Stored Procedures are called from the main report -- I don't believe I have any subreports. Maybe I should...
  8. EBECK

    Printing information from many tables

    I work in a homeless shelter and have developed a VB.NET database (SQL Server database) application. The application is a Guest Registration system, collecting all kinds of information on the homeless people (called ‘guests’) who stay here. Additionally, the application has several Untyped...
  9. EBECK

    Converting VB.NET SQL Server application to ASP.NET

    I'm employed at a homeless shelter and have developed a VB .NET database (SQL Server database) application. The application is a Guest Registration system, collecting all kinds of information on the homeless people who stay here. We're looking into the possibility of converting this...
  10. EBECK

    DataGrid Scrolling and Sorting

    I tried your suggestion, but the results are the same. Thanks again for your feedback. Ed
  11. EBECK

    DataGrid Scrolling and Sorting

    I work for a homeless shelter and have created a Visual Basic application using Visual Studio .NET 2003. I have two questions about the DataGrid object I'm using in my application. 1. When the DataGrid is initially presented to the user (on form load) the grid is empty. The form load...
  12. EBECK

    Lining up the columns in a ListBox

    Thank you to Sweep, SMURF and Bruce for your feedback. I appreciate the help and direction you gave. I ended up replacing the ListBox with the ListView. It works great! (Had I not put so much time into looking into the ListView I would have tried overriding the DrawItem code you provided...
  13. EBECK

    Lining up the columns in a ListBox

    I'm developing an application for a homeless shelter organization. The application uses a list box (I'd really prefer to use a list box) to display their Guest records. I've been having some difficulty having the columns (fields) line up, as shown in the partial display below. (The column...
  14. EBECK

    Do I need to use SQL server Enterprise or Standard edition

    The homeless shelter organizaiton I work for has an old Guest Registration system written using Access 97 VBA for our guests. We store their pictures outside the database, in another folder. There are about 10,000 Guest records in this system. I'm developing a new Guest Registration system...

Part and Inventory Search

Back
Top