I have a List form to list the details of all the Depositors. But I want to show only the Depositors having a Particular ID(Where ID field is not a primary key).
Here I have to compare the ID field of Card Form "Deposit" and the ID field of the List Form "Depositor"
How I have to make it?
Regards,
N.Sridhar
0
Comments
I would be in a better position to help if you could explain your problem more rigourously.
Thanks
>install Navision::4.0 SP1
>q
$
oOo
N.Sridhar
use SETFILTER("The Field",txtTheString);
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
I have a List Form "Depositor" that will be invoked when I click the lookup button of the "Name" field in the "Deposit Card" Form.
When the List form is invoked I should see only the details of "Depositor" whose ID matches with the ID in the "Deposit Card".
I have used the Setfilter function, but I m viewing all the Depositors details.
Is that I have to set any property?
N.Sridhar