January 23, 200124 yr I have many files that need dates entered into its records. For one file, I built a file that's a small calendar that pops up when a date is clicked on, then the user picks a date and that date is issued to the date field of the original file. So far I've figured out how to make this work for various fields in one file, but how do I make it work for various fields in various files with only on calendar file? Thanks.
January 23, 200124 yr You will need to set a variable that tells the calendar file which file/field you came from. The return script in the calendar file would test this variable and execute different external scripts depending upon its value (where you came from). -bd
Create an account or sign in to comment