or are they stored in like some sort
of xml file that I could tap into?

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net
410.548.2337 

-----Original Message-----
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 9:41 AM
To: CF-Talk
Subject: RE: cfschedule question


nope, anyone know the cfmx reg keys that this might be stored in?

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net
410.548.2337 

-----Original Message-----
From: Randell B Adkins [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 9:36 AM
To: CF-Talk
Subject: RE: cfschedule question


If your running CF5 depending on you havign access to use the CFRegistry
function, you can get a listing from there.

If I am not mistaken, it is located:
HKEY_LOCAL_MACHINE\MACROMEDIA\ColdFusion\Schedule

Something like that

>>> [EMAIL PROTECTED] 01/16/03 09:33AM >>>
so yeah, to update, I guess you update, based on the name of the
event?  so how do I get the events that are there, lets say I make a
change
to an event in the admin, and the user wasn't expecting it, is there a
way
to get that data, the scheduled events that are already there, to show
whats
available to change?

otherwise, I got what ur saying, and that's what I was figuring, just
wondering if
I can get that data, the data to know what I getting ready to update,
before updating?

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net 
410.548.2337 

-----Original Message-----
From: Clint Tredway [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 9:29 AM
To: CF-Talk
Subject: RE: cfschedule question


According to the refernce book, you can use the cfschedule tag to
create,update, and delete a scheduled event.

So I would say that you would need to have 2 tables, a client table
and
a
schedule table. Store tha params of the scheduled event and just
update
or
delete the event using the cfschedule tag.

HTH,
Clint

-----Original Message-----
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 8:12 AM
To: CF-Talk
Subject: RE: cfschedule question


that's fine, a db to handle that, but is there any
way to expose whats in the scheduler?  for them
to....modify, and then update, and expect the results
to happen next scheduled run?

I mean, I could easily create a db table that has some
parameter info in it, and then have a scheduled page run
that would hit the db, get the parameters, row by row,
parse the parameters, execute the reports that are generated
and go from there, but wanted to tap the scheduler more than
sql, but I wasnt sure if that info from the scheduler's schedule
of events was exposable?

thanks

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net 
410.548.2337

-----Original Message-----
From: Clint Tredway [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 9:06 AM
To: CF-Talk
Subject: RE: cfschedule question


Not without you building an application that can track what schedules
are
whos.

HTH,
Clint

-----Original Message-----
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 8:00 AM
To: CF-Talk
Subject: cfschedule question


hi there...

is there a way with the cfschedule tag and the scheduler
to give my clients access to scheduled events that are theirs?

thank you

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net 
410.548.2337








~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to