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 derfloh 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 harms

  1. harms

    Formula Issue

    Thank you for your suggestion. Replacing the + with &'s didn't work, now I'm getting a "The remaining text doesn't appear to be part of the formula" message..and the cursor is placed before the &. {TMS_CODES.tx_tms_decode} is a table that decodes a database field code into an actual...
  2. harms

    Formula Issue

    For some reason, I can't get the following formula to work in Crystal Reports v7.0.0.0. Subreport/Formula: @Waitlist if isnull({WAITING_LISTS.no_sch}) and isnull({WAITING_LISTS.no_sch_standby}) and not isnull({WAITING_LISTS.cd_wl_status}) then "On Waiting List" else if not...
  3. harms

    Crystal Reports - Subreport/Formula

    I forgot to mention that I have Crystal Reports 7.0.0.0. jacque harms
  4. harms

    Crystal Reports - Subreport/Formula

    For some reason, I can't get the following formula to work in Crystal Reports: @Waitlist if isnull({WAITING_LISTS.no_sch}) and isnull({WAITING_LISTS.no_sch_standby}) and not isnull({WAITING_LISTS.cd_wl_status}) then "On Waiting List" else if not isnull({WAITING_LISTS.no_sch}) and...

Part and Inventory Search

Back
Top