| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
AddcurrentRange ?
Report.ParameterFields(4).AddCurrentRange "000", "999", 3
In this line of code, what does number 3 stands for ? 000 is start and 999 is end range I presume, but number 3 is a mistery 2 me. |
|
#2
|
|||
|
|||
|
Re: AddcurrentRange ?
According to info I found :
"Use this bitwise value to indicate whether the upper and/or lower bound of the range should be included". I'm not sure which value indicates what, though. Hope this helps. |
|
#3
|
|||
|
|||
|
Re: AddcurrentRange ?
http://support.businessobjects.com/l...s/c2007345.asp :
'crRangeNotIncludeUpperLowerBound 0 'crRangeIncludeLowerBound 2 'crRangeIncludeUpperBound 1 'crRangeNoLowerBound 8 'crRangeNoUpperBound 4 I would guess the value 3 probably means include both upper and lower? |
![]() |
| Bookmarks |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|