PDA

View Full Version : Multiple Schedules



Renato Villa
25-Mar-2009, 09:18 AM
Hi All,

i need , if possible, an explain on how to use Multiple Schedule in Calendar Control, to display technician appointment of the day divided by technician.

The DataSource is the same DB.

A sample is very very appreciated ;)

Thank's in advance

Ian Smith
25-Mar-2009, 03:31 PM
Hi Renato

Ok, multiple schedules has just been promoted to the top of the list. This is being actively worked on now. We hope to have it finished by 18th April (the next Sig meeting).

Coding should be finished in the next two weeks. If you can wait that long we can include you in the testing.

If you cannot wait for a couple of weeks I can let you have my proof of concept, but it is over 60 lines of code just to hard code 2 schedules!

The solution we will be implementing will allow for multiple schedules to be predefined and then loaded at runtime. I think it will be possible to switch schedules at runtime, but I have not proved this yet.

Renato Villa
26-Mar-2009, 04:06 AM
Thank's Ian for Your quick replay.

I wait the time that needed and you can include me for testing.

A little help for those who want to use different language in CJCalendar



Object oCalGlobalSetting is a cComCalendarGlobalSettings

Set peAutoCreate to acAutoCreate
Procedure onCreate

Forward Send onCreate
//Set ComResourceFile to "C:\Programmi\Codejock
Software\ActiveX\Xtreme SuitePro ActiveX
v12.1.0\Bin\Translations\SuitePro.ResourceIt.dll" //ITALIAN
Set ComResourceFile to "C:\Programmi\Codejock
Software\ActiveX\Xtreme SuitePro ActiveX
v12.1.0\Bin\Translations\SuitePro.ResourceFr.dll" //FRENCH
End_Procedure
End_Object