Options

FILTERGROUP

tulliotullio Member Posts: 39
edited 2013-05-08 in NAV Three Tier
I've a big problem.
Porting old form to a page change some code.

Old code is:

FILTERGROUP(5);
SETRANGE(Type,TypeToFilter);
CurrForm.UPDATE(FALSE);
FILTERGROUP(0);

but not working.

So I've modified code to:

FILTERGROUP(1);
SETRANGE(Type,Tipo);
CurrPage.UPDATE(FALSE);
FILTERGROUP(0);

So seems to work but .... cannot retrieve value in my table.
Opening the table they are gone. If I try to re-enter them I get a message saying that the value is already present.
So it seems that a filter is applied and I can not manage to remove it ..
Help me! ](*,) ](*,)

Comments

Sign In or Register to comment.