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. peterenman

    Split Memo Field Into Multiple Columns

    Ok. That's fair enough. I can live with the way it is now. I appreciate your help. Peter
  2. peterenman

    Split Memo Field Into Multiple Columns

    I was able to use that and it worked to a certain degree. I now have two formulas placed side by side to give the column effect. I would much rather have one formula that separates the two sections into columns. The first formula: split({X_T_ACTION.T_ACTION},chr(10)+chr(13))[1] The second...
  3. peterenman

    Split Memo Field Into Multiple Columns

    I hope someone can help me with this little mind bender. I have a report in which I'm trying to split a memo field into different sections based on a Hard Return. Example of Data in feild: 1st section of information More info More info 2nd section of Information More info More info I want...
  4. peterenman

    List Multiple Records from Subreport On One Line

    When I reorganized the placement of the formulas I was getting the result I wanted, but I was also getting repeated data on several rows. So I thought about what you said in regard to the grouping and I changed it to reflect the grouping in the main report and it worked like a charm. Thanks...
  5. peterenman

    List Multiple Records from Subreport On One Line

    Here is my subreport structure: Subreport: Grouped by {X_PERSON.KNOWN_AS} Details Section: (suppressed) @Names whileprintingrecords; stringvar PersonList := PersonList + {X_PERSON.KNOWN_AS} + ', ' GF#1a: @Display whileprintingrecords; stringvar PersonList; left(PersonList, len(PersonList)-2)...
  6. peterenman

    List Multiple Records from Subreport On One Line

    Hey Dana, First of all thanks for your help. I was actually using these formula already from one of your previous posts, but this only lists them in the same way as if I just had the field in the details section of the subreport: John Doe Jane Doe Jack Doe I need them to be listed side by...
  7. peterenman

    List Multiple Records from Subreport On One Line

    I have a basic subreport with one field in the details section of the report that brings back a list of individuals connected to the table in my main report. Ex: John Doe Jane Doe The number of people varies for each new instance in my main report. (There could be 2, 3, 9 etc. people listed) I...

Part and Inventory Search

Back
Top