Hi.
Can anyone help me... I have the following problem...
I create a field in my table Customer, that is a flowfield, and in my table filter I want to do a filter and use an * (ex.:Initial Entry Global Dim2 = Filter = SAV* ) in my filter, but when I open my form he doesn't accept the *.
What can I do to solve this problem???
Thanks......
0
Comments
Maybe you should try and use the Global Dimension 2 Filter field as the link to Initial Entry Global Dim2.
Which form are you opening, is it the customer card?
You could then add in the onopenform
setfilter(Global Dimension 2 Filter,'SAV*');
Albert
Instead of giving filter as 'SAV*', give the whole range of dimensions starting with SAV. eg: Give the filter as 'SAV-00001..SAV-99999'
This will solve ur problem.
Cheers..
Functional Consultant
ITTIL
Thanks to both...