Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have an editable PDF form of a blank calendar template. Each grid box contains 2 fields: a small date in upper left corner, and a larger text field for daily activities on each day.

Ideally, I would like the user to click on the date field under any day of the week IN THE FIRST ROW, and have a script run which would put a '1' in that date field, a '2' in the next, etc, up to the correct number of days in each month.

Currently I have the 'date' fields defined as "Dt0.0" "Dt0.1", etc in a grid, up to "Dt5.6" to allow for 30 and 31 day month which start on Friday/Saturday.

I know how to have a script trigger when the field is clicked.

Any help would be GREATLY appreciated.
Posted
Updated 4-Sep-14 21:06pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900