Hello.
I need to make a filter to a table using the value of one option field. The value of this option field has blanks so the setfilter command doesn't run. I've try to use the number of the option but also doesn't work.
Can anybody help me?
Thank you very much.
0
Comments
You need to use something like:
record.SETRANGE(OptionField,record.OptionField::" This has spaces");
Try this.
you have to use setrange
try this:
n is the number of the option starting with 0.
br
Josef Metz
Josef Metz