Link to home
Start Free TrialLog in
Avatar of richardsimnett
richardsimnett

asked on

retrieving cfschedule values

Hello,
I am writing a coldfusion app which needs to allow users to flexibly schedule certain events. Scheduling the task is of no issue, but I want to provide the user with the ability to edit the task once its been set. How do I query the current schedule values by taskname from coldfusion?

Worth 500 points.

Thanks,
Rick
ASKER CERTIFIED SOLUTION
Avatar of pinaldave
pinaldave
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of richardsimnett
richardsimnett

ASKER

pinal,
Well parsing that document is easy. Simply open the file with cffile. Then, use XMLParse (CFMX) to translate it it into a searchable xml document, and then use XMLChildPos to find out the indexes of the elements you are looking for.

Thanks for the info. It was easy it incorporate once I knew where to get the information from.

Thanks,
Rick
Rick thank you for completing my half given answer with your comment. This will help future asker. I was new when I new to CF when I was trying to do so I was scared to death :)
Thanks and good day,
---Pinal