Setfilter

AlkroAlkro Member Posts: 115
Why this SETFILTER is no good?
ILedgerEntry.SETFILTER(ILedgerEntry."Lot No.",'*%1',TrackingS);

TrackingS = 1187765

There is records with this chaine (881187765, 311187765, etc...) but there is no appear.



[-X

Answers

  • McClaneMcClane Member Posts: 40
    To solve your problem, use strsubstno. E.g:
    Item.SetFilter("No.",strsubstno('*%1',YourString));
    
    For more help you may find lots of postings about setting filters if you use the search :)
Sign In or Register to comment.