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 John Tel 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: charithb
  • Content: Threads
  • Order by date
  1. charithb

    A subscript must be between 1 and the size of the array.

    Hello forum, I have the below formula embedded in my report... // WhilePrintingRecords; StringVar Array parts; if parts[1] = "" then parts[1] := {@addParentParts} else if not({@addParentParts} in parts) then ( redim preserve parts[Ubound(parts)+1]; parts[UBound(parts) + 1] :=...
  2. charithb

    help: removing duplicates in crystal report groups

    Hello Friends, I have a crystal report that contains below groups... operation_no, wc_no, parent_part, component_part, next_op for groups operation_no and wc_no's, parent_part and component_part get duplicated. please see below example... operation_no: 20 wc_no: BR220...

Part and Inventory Search

Back
Top