Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I insert text into dynamically created form?

Status
Not open for further replies.

programmher

Programmer
May 25, 2000
235
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top