programmher
Programmer
I have a form that reflects the number of work days in each month. I use a series of CFIFs and CRLoops to accomplish this. I now need to insert assigned duty employee names to certain dates (depending on the date).
I need these names to be included in the SAME BOX as the work date ( ex: 7
John Doe
7-4 )
I am using CFARRAYs along with my CFIFs to do this and have been able to get my text into the box BEFORE the appropriate date or in the box AFTER the appropriate date.
(Ex - CFIF Today IS 7
CFSET Today EQ "#Employee[2]#" **Employee[2] = John Doe in my array**)
Any suggestions?
Thanks in advance,
Pru
I need these names to be included in the SAME BOX as the work date ( ex: 7
John Doe
7-4 )
I am using CFARRAYs along with my CFIFs to do this and have been able to get my text into the box BEFORE the appropriate date or in the box AFTER the appropriate date.
(Ex - CFIF Today IS 7
CFSET Today EQ "#Employee[2]#" **Employee[2] = John Doe in my array**)
Any suggestions?
Thanks in advance,
Pru