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 TouchToneTommy 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: Hillary
  • Content: Threads
  • Order by date
  1. Hillary

    Keep Details Section Together

    I am working on customizing a build-in report that came with our software. The report has 1 Grouping, Data.DefaultStudentSort, and 13 Details sections. The data cannot be seen through Crystal; the report has to be uploaded into the software for any data to show. I am trying to keep the...
  2. Hillary

    Split Function Returns Array Error

    Hi, I have a report that came with our Student Management Software. This report has a field {Data.Comment}. The field, {Data.Comment} returns comments one on top of another. Example... Great progress A pleasure to have in class Demonstrates positive attitude I changed the report so the...
  3. Hillary

    Can't get Variable to print with desired record

    Hi all, I am working with a report that has Attendance Values printing at the bottom of each student's record. I have been asked to move the Attendance Values up to the Page Header. I created a Variable and I get either 1 of 2 results depending on if I use WhilePrintingRecords or...
  4. Hillary

    Shared Variable reporting more data than I expect

    I have been tasked to create a Mailing Label for our school that only pulls the youngest student from each family (based on each student's address) and sort the results by homeroom. I had already created the Youngest in the Family Mailing Label before I found out about the homeroom sort. I...
  5. Hillary

    Remove formatting tags from RTF field

    Is there a good way to remove all formatting tags off of a RTF field so they don't display on the report? The RTF field I am using, I need to cut apart and only display part of it, when I use the InStr command the tag "/PAR" shows on the report. I used the "Replace" command but if the user...
  6. Hillary

    IN clause not used properly - what else can I use?

    I have the following formula in a query... DateOfEntryGrade9: IIf([Current Grade Level] In (["09","10',"11","12"]) And IsNull([Date of Entry Grade 9]),"Date of Entry Grade 9 - Null Error",IIf([Current Grade Level]<>["09","10","11","12"] And Not (IsNull([Date of Entry Grade 9])),"Date of Entry...
  7. Hillary

    Parameters - defaulting to all

    I have a report which has fours parameters; School, Grade, Gender and Ethnicity. If a user does not select any criteria for the parameters, the report will automatically pick the first School(304), the first Grade(Kindergarten), the first Gender(female) and the first Ethnicity(Asian) and return...
  8. Hillary

    Parsing an Address

    We have a SQL based proprietary database as a Student Management System. On the address table, the street address (ie 123 Main st) is all stored in one field. I have been asked to create a report by Street Name. Is there a formula that will pick up an address after the first break? For...
  9. Hillary

    Lookup from a nested subform returning #Name

    I have a Main Form (frmProject), a subform (frmPO) and a nested subform (frmPO Line). There is also a table tblItems. My nested subform has a combo box that picks up the Item ID and I am trying to set the Item Description (and Unit Cost - that will be another field) in the nested subform so I...
  10. Hillary

    Parameter error when selecting Multiple

    I have a simple parameter that works fine for Discrete or Range values. However, when I select Allow Multiple Values, and run the report, an error occurs, This array must be subscripted. For example: Array[i] The Select Expert is {CSL_STD_DEMO_SCHOOL.ACTIVE_STATUS} = "Y" and...
  11. Hillary

    Format Group with Multiple Columns

    I inherited a label report where the Names and Addresses were put in the Details section instead of Group 1. I moved the data to Group 1 but now I can't get the report to print multiple columns. In the Section Expert, Details section, Format with Multiple Columns is check but greyed out. In...
  12. Hillary

    New line in nested subform

    This is the nesting structure of the forms... Main Form: Projects Subform of Projects: PO Subform of PO: PO Line (datasheet view) When I enter data into PO Line, a new line item does not appear so I can not enter in any more than one record at a time. I have to either click on the next PO or...
  13. Hillary

    Recalling a Variable

    I have the following variable in a formula... Global StringVar DentalCredit4111; DentalCredit4111 := If {deditems.dedcode} like "8760" then "$ 41.11" else Global StringVar DentalCredit9961; DentalCredit9961 := If {deditems.dedcode} like "8761" then "$ 99.61" Group 2 is {deditems.dedcode}...
  14. Hillary

    Suppress Function

    The following formula is in the Suppress section (in Format Editor) of my subreport field on the main report. GroupName ({dbo_CSL_SET_SUBTEST_CODE.SUBTEST_CODE_DESC})<> "NYS ELA" and GroupName ({dbo_CSL_SET_SUBTEST_CODE.SUBTEST_CODE_DESC})<> "Total Reading" or...
  15. Hillary

    Make Subreport Width Wider

    I have a subreport with a width of about 1". How do I make this wider??? Thanks, Hillary
  16. Hillary

    Connect to shared CR Report

    Someone was kind enough to share a Crystal Report with me. Her database name is CSL_SALINE_DA and ours is CSL_WCSD_DA. Is there anyway to update the Crystal Report or do I actually have to rewrite the report? I'm on CR 9.0 Attached is the SQL SELECT "DA_SchoolStudent"."LastName"...
  17. Hillary

    Can different Data Sources in one report cause a problem?

    I have a database which is linked to our main student database via ODBC. We have used this database to report students with low test scores for 2 years. I have been asked to include report card grades for students who are already on this report. Because the report card grades were from last...
  18. Hillary

    Formatting page, press Ctrl+Break to stop - never reports

    I have a database which is linked to our main student database via ODBC. We have used this database to report students with low test scores for 2 years. I have been asked to include report card grades for students who are already on this report. Because the report card grades were from last...
  19. Hillary

    ODBC Call Failed - Only On Large Print Job

    I have an Access Database linked to our main student databse. We are attempting to print Emergency Conact Forms from the Access Database. The data reports and prints fine from my PC, however they are having problems printing the data at the school. At one school, they are able to print the...
  20. Hillary

    Print Data on Same Line

    I have a subreport which brings in courses and grades for a student. Groups 1 and 2 are two different Student ID's, Group 3 is the Course ID and Group 4 is the Bin (Bin are basically like Quarters - Quarter 1 = Bin 1, Quarter 2 = Bin 2, Quarter 3 = Bin 3, Quarter 4 = Bin 4, Class Exam = Bin 5...

Part and Inventory Search

Back
Top