Mar 28, 2001 #1 krill Programmer Jan 16, 2001 38 AU Hi guys ...is there a good adjustment to this code that includes both upper and lower datas in a range.. AddCurrentRange d1, d2, crRangeIncludeLowerBound
Hi guys ...is there a good adjustment to this code that includes both upper and lower datas in a range.. AddCurrentRange d1, d2, crRangeIncludeLowerBound
Mar 28, 2001 #2 kenhamady Instructor Sep 10, 2000 8,794 US I am not sure, but I think that by default it includes both, you only add argument if you want to include only one bound or neither. Ken Hamady http://www.kenhamady.com/Crystal Reports Training/Consulting and a Quick Reference Guide to VB/Crystal (including ADO) Upvote 0 Downvote
I am not sure, but I think that by default it includes both, you only add argument if you want to include only one bound or neither. Ken Hamady http://www.kenhamady.com/Crystal Reports Training/Consulting and a Quick Reference Guide to VB/Crystal (including ADO)
Mar 28, 2001 Thread starter #3 krill Programmer Jan 16, 2001 38 AU Thanks..I tied not putting the argument..but it tells me it is not optional....but I believe I have found the solution as follows: AddCurrentRange d1, d2, crRangeIncludeLowerBound + crRangeIncludeUpperBound Thanks Upvote 0 Downvote
Thanks..I tied not putting the argument..but it tells me it is not optional....but I believe I have found the solution as follows: AddCurrentRange d1, d2, crRangeIncludeLowerBound + crRangeIncludeUpperBound Thanks