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!

Search results for query: *

  1. shircol

    Printing elements in an array sort

    I am having problems with the bottom portion of this formula that prints out the elements in the array. This array is suppose to sort the elements, but it does not appear it is doing that. When I print out element1, element2, etc, I do not see them in sorted order --any ideas...
  2. shircol

    Array sort error within Crystal reports

    On the above array sort, when I go to print out the elements in the array, they are not in order: I am using the following code whileprintingrecords; stringvar array PopD; stringvar element1; element1:= popd[1]; element1; any ideas?
  3. shircol

    Array sort error within Crystal reports

    The solution to add the Redim statement worked!!--thank you
  4. shircol

    Array sort error within Crystal reports

    The For loop defines the initial values for loop2:=1 to ubound(POPD)-1 do the statement for loop2 :=1 --this starts the loop at 1
  5. shircol

    Array sort error within Crystal reports

    I am getting the error "A Subscript must be between 1 and size of the array" when I execute this code in my crystal reports formul-- I am using Crystal 2008 stringvar array POPD; PopD [1] := totext({POPULATION_DISPLAY.FULL_NAME_SORT}); PopD [2] := totext({POPULATION_DISPLAY.USER_NUMBER_SORT})...

Part and Inventory Search

Back
Top