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 Chriss Miller 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. mattyboy2000

    Server has not yet been opened 8.5 Not Admin

    Hello, I am setting up a terminal server to run for the client. When I run the report as an Administrator it works, but when I run it as a regular user I get "Server has not yet been opened". Any ideas? Thanks in advance Matt
  2. mattyboy2000

    CR8 ASP not passing Parameters on Web

    QUESTION: What happens if the parameters are set in ASP for a Report, yet the parameter "prompt" still appears? (This is visible after the line of code: CRViewer.ShowReport) Rgds, Wayne.
  3. mattyboy2000

    ASP CRViewer not setting Params in CR8

    I'm running an .rpt from a website using ASP pages, and the Parameters are no longer getting auto-set! The Web Server has recently been updated. is this a known fault? Please advise. Thanks, Wayne.
  4. mattyboy2000

    Crystal 8 Services not installing

    A Web Server is not updating the Services for Crystal 8 after the full install: Page Server Web Component Server Does anyone know of a known fault, or if they can be added manually please? Cheers, Wayne.
  5. mattyboy2000

    Crystal Reports 8 Java Viewer "Cannot connect to server"

    Hello The viewer aplet is displaying, but the applet is unable to locate the report file that is in the same folder as the asp page. Below is the HTML code: <HTML> <HEAD> <title>Crystal Report Viewer</title> <link rel="stylesheet" href="../straightfwd.css" type="text/css"> </HEAD>...
  6. mattyboy2000

    Set all fields to allow null

    Hello, I am creating a script to create a copy of a table then loop thorough an audit table and roll the changes back. The problem I am facing is that some of the fields have been changed to not allow nulls. When I'm looping through the audit table and calling updates I am getting an error...
  7. mattyboy2000

    Linked Server (lossing connection)

    Hi, I am having a strange problem. I am connecting from SQL Server to a Progress database. This works fine 90% of the time. The problem is that the connection between the databases seems to be dropping randomly. What I want to do is try and run a query and if I get an error wait 10 seconds...
  8. mattyboy2000

    Missing Data

    Hello, I'm not a Progress guy, so I apologise if this does not make much sense. I have a query being run from SQL Server 2000. It references a Process database (Solcase 6.12 if that helps). The problem is that the query tends to come back with inconsistent amounts of rows, i.e. 16481, 17297...
  9. mattyboy2000

    Export Excel

    Hello everyone, I've been trying to export into an excel named range. The problem I am having is that it exports all values as text (with a ' infront of all numbers). Has anyone had this problem before and if so is there a way around it? Thanks Matt
  10. mattyboy2000

    Printer Margin .NET

    Hello We have a Visual Basic .NET Application that uses the Crystal Report Viewer. When we print to our regular printer we get a nice looking report. When we tried them on another printer we have suddenly got another problem. The Left hand (and top) Margin are larger, then the right of the...
  11. mattyboy2000

    Dynamic Form in Different Application Domian

    Hi. We've designed our application to dynamically create and call forms using a Different Application domain. We've almost got it working apart from when i want to run a sub that we created ourselves. The reason we are doing this is for the application to first look in the G:\prod\Comp\DLLs...
  12. mattyboy2000

    I am trying to get a very simple pr

    I am trying to get a very simple prototype program to print text directly to a Line printer. When I run the below code for a TextOnly driver I get the Error: The data area passed to a system call is too small Does anyone know why this is?? I've seen the same sort of problem in a few...
  13. mattyboy2000

    Link Picture to Path

    Hi, I'm developing using Crystal Reports.NET. Is there a way to store an image as a link, as when I want to change a customer's logo I have to go through LOADS of forms and change each one. Any ideas are welcomly recieved Matt
  14. mattyboy2000

    Print Directly to a Line Printer (Dot Matrix)

    Hi, I have a string that I need to write to a dotmatrix printer. I need to use the font set on the dotmatrix printer. Is there a way for me to print a line directly to the printer without setting the font?? I've seen the Printing.PrintDocument() object, but this dosen't seem to do the job...
  15. mattyboy2000

    Printing to a DotMatrix Printer

    Does anyone know where I should start on creating a Crystal Report (.NET) to be printed on a dot matrix printer?? Any comments will be greatfully recieved Matt
  16. mattyboy2000

    How do I get a Memory Dump

    Is there a way of me getting the names of all the Global varibles' names and values when Landing in a Catch? Thanks Matt
  17. mattyboy2000

    Parent Control

    Hi I am inheriting from the RadioButton Control and need to know how I get a reference to it's container/Parent control. ie if I have a form (Form1) which contains a Panel (Panel1) which contains a Radio Button (Radio1) how do I get a reference from Radio1 to the Panel1. I understand there are...
  18. mattyboy2000

    Carrage Return Character

    Does anyone know howto place a return character in a string. I tried &quot;\n&quot;, but it didn't work. Any ideas?? Matt
  19. mattyboy2000

    Focus on the first cell in a DataGrid

    Hi, I have a form with one control on it ( a datagrid). When It loads I want the first cell to have focus (As you would expect). I databing it to a data table and then call the following lines: Me.dgVATCodes.CurrentCell = New DataGridCell(0, 0) Me.dgVATCodes.Focus() The problem is...
  20. mattyboy2000

    Change YN to Boolean

    Hi, I have a table in SQLServer that contains a Field called Monthly. It is a varchar(1) type field that contains 'Y' or 'N'. In my VB Application I want to use it as a boolean. I want to do it via a SQL Stored procedure. I tried to do a case statement: SELECT Ref as SettleCode...

Part and Inventory Search

Back
Top