Can we use WildCard character with SETRANGE function

Markandey_PandeyMarkandey_Pandey Member Posts: 178
Hi all,
Can we use wildcard character characters like * with SETRANGE.

I am trying this but not working any solution.

IF NoSeries = NoSeries::Job THEN BEGIN
RESET;
SETRANGE("No.",'JW*');
END;
IF NoSeries = NoSeries::Sales THEN BEGIN
RESET;
SETRANGE("No.",'SO*');
END;

here it should showing only JW* or SO*
Markandey Pandey

Comments

Sign In or Register to comment.