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 IamaSherpa 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. kelley80209

    "Uneven" x axis labels/grouping on chart

    I have a dataset that is grouped by dates (x-axis has dates, y-axis has values). However, the dates are not necessarily evenly distributed. That is, I have a bunch of entries early in the year, then a couple in the middle of the year, and one at the end of the year. Rather than have the X-axis...
  2. kelley80209

    Step Function Graph

    Is there anyway to show a "step" graph in Crystal. Specifically, I'm looking to display a Kaplan Meier survival curve, which typically looks like a staircase going down from left to right in 90degree steps. I can simulate a "ramp" graph with a Crystal Data Object with data...
  3. kelley80209

    VB6 and linked subreports

    Hi All, I am using VB6, CR8, and AccessXP. I access the 'Main Report' in code and pass in the SQL statement (see VB code below). I have a 'Sub Report' that is linked to the 'Main Report' through an ID field (patient_id). The SQL for the DataSource for the 'Main Report': SELECT patient_id...
  4. kelley80209

    Landscape in VB

    Hi All, I am using CR8 in VB6. How can I design/view in landscape? Thanks, Kelley
  5. kelley80209

    A subscript must be between 1 and the length of the string

    Hi All, I am trying to display numbers as they appear in the database. For example, weight is a single field. If the user puts in 31.1, I want to display 31.1, but the report shows 31.10. I have used the following formula to display only the decimals that are actually there..... if...
  6. kelley80209

    Isnull or null question in formula

    Did you try putting the IsNull expression first in the comparison.... IF Isnull({EComp.EmDateEnd}) or ToText ({EComp.EmDateEnd} ) = "" ? I have read that this seems to make a difference.

Part and Inventory Search

Back
Top