thank worked perfect for what I needed.
no worries!
its for vb.net?
It's for Crystal Reports. Very similar for VB though:Local thismonth As NumberLocal thisyear As Numberthismonth = Month(CurrentDate)+1thisyear = Year(CurrentDate)formula = cDate(thisyear, thismonth, 1)-1
Post a Comment
4 comments:
thank worked perfect for what I needed.
no worries!
its for vb.net?
It's for Crystal Reports. Very similar for VB though:
Local thismonth As Number
Local thisyear As Number
thismonth = Month(CurrentDate)+1
thisyear = Year(CurrentDate)
formula = cDate(thisyear, thismonth, 1)-1
Post a Comment