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 wOOdy-Soft 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: steventr
  • Content: Threads
  • Order by date
  1. steventr

    Join Problem in 8.5

    The following code generates the error: &quot;A string array is required here&quot; and when I press OK, the cursor goes to the spot marked *, on the join line. Thanks for your help. steven // {@printArray} stringvar array GrossArr; numbervar y:=1; while y < 10 do ( join(*GrossArr[y] ...
  2. steventr

    Printing Numbervar Array

    Crystal 8.5 Question I need to print an array one line for each element of the array. (actually it will be 6 different arrays, but I expect to be able to transfer) I want to print only those rows where there is a value in ArrayOne. I don't want blank lines.
  3. steventr

    One Sort On Multiple Fields

    I have 1 to 3 unique SSNs per record. I wish to create a single list of all SSNs in sorted order. Tried to use a subreport, but couldn't get that to work. Record SSN 1 2 3 1 123 12 1234 223 12 1234 323 12 1234 2 233 12 1234 023 12...

Part and Inventory Search

Back
Top