use 'LIKE' in expression?
Wim Ardon
Hello!I would like to print a text (Payment before delivery) on an order in case the OCTG.PymntGroup contains the text 'delivery', which will occur in more than one PaymentGroups.
So I would like to make the text visible if PymntGroup like ´%delivery%´ , but then I get an error... is this ´like´ not available within the layout designer?
(Where can I get an overview of these functions?)
Thanks,
Wim
Philipp Knecht
Hi WimIn this case use : DataBand("Field").Contains("Text")
I'll put together some ressources and post them in the forum soon.
But you can basically type DataBand("Field").ToString(). -> and then you'll get a list of the String Functions.
(It's the same like without .ToString() because VB cast this Expression to String automatically but the Editor needs ToString if you intend to use codecompletion )
hth
0
Please sign in to leave a comment.
Comments
0 comments