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 Shaun E 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. senglish

    Stored Procedure that requires CE User Name as a parameter

    I have a Crystal Report that calculates staff hours with two parameters - Username and period so it brings back hours for a specific period. I am quite happy for the user to select the appropriate period. However, I do not want them to be able to enter another user as they could look at data...
  2. senglish

    Scheduling for Automatic and On Demand reports

    I have a report of projects that I want to run every night with event and with certain default parameters including one to select data changed today. I use a generic user called scheduler to schedule this report in Crystal Enterprise XI. This seems to prevent a user from scheduling it On Demand...
  3. senglish

    Section splitting over multiple pages

    I have a section that includes a very long text box which goes over 1.5 pages. I have 0.4 page of other data first on page 1 and I want it start on page one and finish on page 2. It always starts this section on a new page and leaves the bottom of page one blank and then runs over to page 3...
  4. senglish

    Process Parameters greyed out

    We have some reports where we can set any of the parameters on the Process tab and others where the second and third groups are grayed out. Second group is Use custom database logon information specified here Third group is When viewing report WE particularly want to set to "Use same database...
  5. senglish

    APOS Bursting Manager

    We have recently purchased APOS and I have set up the Access Bursting database with the details of who needs to receive the slices and the appropriate selection formula. Much of this information is in the employee database that I am running the report against. I would like to link some tables...
  6. senglish

    Columns in one group header not in another

    Above should read I want multiple columns for GH2 and Details and then when it hits next Division in GH1, it displays that as one column.
  7. senglish

    Columns in one group header not in another

    In Group Header 1, I want to list Division Name and Teams by manually putting a number of fields across the section but it will only let me put them in the left hand column. Example Team 1 Team 2 Team 3 Team 4 Team 5 Team 6 (There are...
  8. senglish

    Columns in one group header not in another

    I am using crXI I have an application with reports created with an earlier cersion of cr. It had columns in Group Header2 but not in Group Header 1. I need to recreate the same effect in crXI. Does anyone have any clues please? Stephen
  9. senglish

    Creating Columns in a report

    I have one field in a Group Header and three fields in details and they are all very narrow fields but I have a lot of rows so I want to set these two sections to print in three columns so the data all fit on one page. This is not a cross tab report. I know how to do it in Access and assume...
  10. senglish

    Selecting records using 'In Array'

    I'm using the "in Array" command to select records with specific values in a field eg {locn} in ["A", "B", "F", "K"] . What is the command where I want to exclude rather than include certain values. Thanks Stephen
  11. senglish

    Dynamic parameters requiring login

    We have created a dynamic parameter within a report (CE XI) and it is asking for a password when the user is trying to set the parameter to run the report. How do we prevent the user from having to login. For example you can set the ODBC password on the report so that you can run the report...
  12. senglish

    Dynamic parameter lists and selecting all

    I am using CR XI I have a table with authors and have created a parameter to select an author by using a dynamic list and it works fine. However, I would like to be able to add a * (as you can in a static list) to select all authors. Is there any way of doing this please? Stephen
  13. senglish

    Using location.href and a new window

    I am using the code below to generate a url and I want it to open in a new window. This code displays it in the current window. function CreateRSS(inform) { var RSStext = "http://dcw.salisbury.sa.gov.au/site/page.cfm?u=" location.href=RSStext + inform.options[2].value; } I am calling it from...
  14. senglish

    Problem with Null object when populating drop downs

    I am getting this message using some script that I got from the web I actually found almost identical script from two sources and both give same problem Error: 'document.globe.region' is null or not an object The problem is in the onchange of this FORM script <FORM name="globe"> <SELECT...
  15. senglish

    Design and Quick View windows (tabs) not visible

    I found the answer myself! Microsoft Knowledge Base Article - 270656
  16. senglish

    Design and Quick View windows (tabs) not visible

    Visual Interdev 6 When I open a file, I only see the source code tab The Design and Quick View tabs are not there. In fact there are no tabs at all I have checked out Help and can't find out how to restore them assuming there is a setting somewhere. Any clues please? Stephen
  17. senglish

    Changing &lt;H1&gt; Font size and color in CSS

    Thank you. This works for me too but I was trying to set it in an external stylesheet. However, this is a great workaround, thank you.
  18. senglish

    Changing &lt;H1&gt; Font size and color in CSS

    I am trying to change the Font size and color in a CSS for the <H1> tag and I cannot make it change. Strikethrough or underline or background color all work fine so I obviously am accessing the correct CSS. Is it possible to change these attributes please? I am using the MS development...

Part and Inventory Search

Back
Top