|
| [WB19] How to show a specific month in a scheduler control |
| Iniciado por guest, 11,mar. 2015 11:34 - 2 respuestas |
| |
| | | |
|
| |
| Publicado el 11,marzo 2015 - 11:34 |
Hi,
I want to show a specific month (from the first up to the last day) in a scheduler control an I can´t find the properties for the date (in webdev). Anyone done this before ? |
| |
| |
| | | |
|
| | |
| |
| Publicado el 11,marzo 2015 - 12:04 |
Hello,
SchedulerChangeMode(Scheduler1,schModeMonth) SchedulerPosition(Scheduler1,"20141201") //position to first day of month
Regards, Bart |
| |
| |
| | | |
|
| | |
| |
| Publicado el 11,marzo 2015 - 12:06 |
Hi Bart,
thx. Seconds later I found it in the help. |
| |
| |
| | | |
|
| | | | |
| | |
|