removing default page from RequestOption Forms

Hi All, I designed a report and I want to use RequestOptions Form. I added textbox for filtering to form. and I want to remove default page from RequestOptions Form. How can I do this. Regards.

You have to set the DataItemTableView property and clear the ReqFilterFields property. That should do it.

quote:


Originally posted by PeterD
You have to set the DataItemTableView property and clear the ReqFilterFields property. That should do it.


It solved Peter. Thanks a lot