PDA

View Full Version : Advanced question - need advice


duhuskermeg
08-20-2001, 11:05 AM
I'm making a calendar in flash. So far so good. Now, for each day I want a routine to chech in a database if there are any tasks to do this day. Still, I think this one also will work out fine, then, when a day is selected I want to show free time/busy time this day. I cant think of a really good way to do this check. Tables? Objects? Tables of objects? And I also will need a routine to validate free time when new tasks are added to the calendar.

Please let me know what you think.



TranceMore

VAYKENT
08-23-2001, 11:10 PM
If you're wanting to deal with chunks of data, and you want each chunk to have attributes - I'd do it in XML.

duhuskermeg
08-27-2001, 11:29 PM
Weell.... I know sqat about xml yet...
Im posting this question again with a bit more detail to see if anyone can see a way do do it...

Check my next post.


TranceMore