CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2003
    Posts
    163

    Parameter Problem

    Hi everybody,

    I'm using CR 9. Is there any way to set a parameter as optional?

    Thanks

  2. #2
    Join Date
    Mar 2004
    Location
    South Africa
    Posts
    48

    Re: Parameter Problem

    I don't know of a way to set a parameter optional, but you could work around the issue by having a second boolean parameter. The boolean parameter would indicate that the "optional" parameter is either given a valid value and displayed or given a null value and suppressed.

  3. #3
    Join Date
    May 2003
    Posts
    163

    Re: Parameter Problem

    Finally I set some default value which will not affect the result.

    Anyway I'll try ur idea.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured