
Announcements
I have two parameter Performance period and Rating and I want to filter some table based on these parameter value. Further more first I want to filter tables based on performance period, then again filter this with value in rating parameter. What I am going to do is I override modified field of rating control on form and then stuck how to get above selected performance period parameter value. Can any one guide me?
Thanks in advance !
Please tell us more about the form. Is it a dialog generated from a contract class? Or a form designed by yourself? If the latter, are the controls bound to data source fields, to data methods, or are they unbound?
Each case requires different code.