Optional parameters in Request Form

I’m looking for advice. I am designing a report where the initial entry into the Request Form determines what other data should be entered. For example, if Parameter A is 1, then a Start Date is required. But if Parameter A is not 1, then a Start Date is not allowed. I was going to make the Start Date field Visible or not depending on the value of Parameter A, but can’t figure out a way to do that gracefully. The various CurrForm type functions don’t work in a Report Request Form. All I’ve come up with so far is an error message if they try to enter a Start Date when one isn’t appropriate. Any other suggestions? Dave Studebaker das@libertyforever.com Liberty Grove Software A Navision Services Partner

Instead of using CurrForm you need to use RequestOptionsForm. Regards

Very good. Thanks and have a very Happy Holidays! Dave Studebaker das@libertyforever.com Liberty Grove Software A Navision Services Partner

Likewise to you David Regards