hi
I have a database table workdates that has holidays with a
type 'h'. HOw do i utilize this table so that my array reads only the holidays? I have used :
beforereadingrecords;
datevar array holidays:=[
date(1983,01,01),
date(1983,11,30),
date(1991,01,01),...]0
and hard coded the dates. there has to be a better way?
Thanks.
I have a database table workdates that has holidays with a
type 'h'. HOw do i utilize this table so that my array reads only the holidays? I have used :
beforereadingrecords;
datevar array holidays:=[
date(1983,01,01),
date(1983,11,30),
date(1991,01,01),...]0
and hard coded the dates. there has to be a better way?
Thanks.