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 IamaSherpa 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. wangsath

    Parsing data in memo field using Crystal formula

    Thanks, that work nicely. You guys are really awesome!
  2. wangsath

    Parsing data in memo field using Crystal formula

    It is always in 11/11/2013 00:00:00Z format. Thanks!
  3. wangsath

    Parsing data in memo field using Crystal formula

    Can you show me this in sample code using what I currently have?
  4. wangsath

    Parsing data in memo field using Crystal formula

    I have the following code that loop through this memo field .... StringVar Array x:=Split({My.Field}, "Z"); NumberVar u:=ubound(x); NumberVar i; NumberVar y:=""; for i:=1 to u do (y:=y+x[i]+chr(13); y The result ... timestamp submitted by XXX content XXXXXXXXXXXXXXX timestamp submitted...
  5. wangsath

    Parsing data in memo field using Crystal formula

    Hi Everybody, I am following an old thread by (AKA IBass and SnapVampire) that have a perfect example on how to use split function to creat an array and parse out only data that you. I am hoping to catch those who have participated on that thread which have now been closed to continue with the...

Part and Inventory Search

Back
Top