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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by lothos12345

  1. lothos12345

    Resizing Forms

    In Visual Basic 2003 is there a way by some property or something of the sort can I get my application to resize approiately and look presentable to the user regardless of what screen resolution there system is set to. Any help offered is greatly appreciated.
  2. lothos12345

    Crystal Report

    I do have another question regarding Crystal Reports. I am using Crystal Reports 9 if this helps. I have created this report in Crystal that is being populated by a Stored Procedure in Sql Server. So basically the application passes an ID parameter to the Crystal Report it inturn sends it to the...
  3. lothos12345

    Crystal Report

    You are correct I played with Crystal Reports for awhile and was able to find a solution. I thank you for your help.
  4. lothos12345

    Crystal Report

    My apologizies but in order for this to work does everything else have to be in the group because I have report footer/header as well as fields in the page headers and footers as well. Does this need to be corrected?
  5. lothos12345

    Crystal Report

    Unforunately this will not work for me, I am already using this section this crystal report gets populated from a stored procedure where I a using a few tables to generate this record. I have a field in the main table that for each record this is field is incremented by one. Ideally when this...
  6. lothos12345

    Crystal Report

    Using Crystal Reports I want to display a page per record in the database the report is pulling from, I just have no idea how to accomplish this. Any help offered would be greatly appreciated.
  7. lothos12345

    Sql Server Problem

    Yes it does thanks for the help.
  8. lothos12345

    Sql Server Problem

    I modeled the temp table after an actual table in the sql database, why can an actual table be created in sql server with the same column settings but I get warnings on the creation of the temp table?
  9. lothos12345

    Sql Server Problem

    None of my columns are greater than that here is the sql I used to create one of the tables that is giving me the error. --Retrieve the Header and footer information. CREATE TABLE #HEADERINFO ( PatientName varchar(100), PatientSSN varchar(20), Diags varchar(1000), PatientId int, PatientSex...
  10. lothos12345

    Sql Server Problem

    I have written I stored procedure and it works but it is giving me warnings. The warnings it is giving me are as follows: Warning: The table '#HEADERINFO' has been created but its maximum row size (8435) exceeds the maximum number of bytes per row (8060). INSERT or UPDATE of a row in this table...
  11. lothos12345

    Crystal Report and Rtf Tables

    I have written a Visual Basic application which incorporates the use of the txtextcontrol and crystal reports. For those who do not know the txtextcontrol is a control that allows us to make programs we create look more like microsoft word. My problem comes in when I try to use rtf tables in the...
  12. lothos12345

    Visual Basic / VPN Server

    I have written a Visual Basic.NET application. It's intent is to run on a VPN Server, that means that the user are going to have severly restricted abilities to include not even being able to write to a directory. The way around this was to impersonate an administrator log on at the run of the...
  13. lothos12345

    Crystal Reports and Impersonation

    I am impersonating and administrator logon for one of my visual basic.net applications. My problem comes in when I try to print the a report using the application, it keeps going to the default printer under the administrator account and not the user who is currently logged into the computer. I...
  14. lothos12345

    Administrative Powers

    what I need to do is: 2. make the code/machine think you are logged in as someone that has the permissions to do what you need to do. Any ideas or examples on how to accomplish this would be greatly appreciated ThatRickGuy: The first items of code you sent me returned the domain name and the...
  15. lothos12345

    Administrative Powers

    I have written a visual basic.net class who's sole purpose is it get the user name and process id of a person that is running the particuliar application in which has this class and use that information to create a unique directory with a particularily name text file. This application works...

Part and Inventory Search

Back
Top