Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have one DateField which I am representing through calendar object in my dashboard.
In this calendar object I want only one value selected at a time (it doesn't allow user to select more then one data) and if I clear then also it select one default value always. This we can do in list box very easily this same Can we apply for calendar object. Plz help.
SampleDate-:::
DateField
02/01/2015 |
05/01/2015 |
06/01/2015 |
07/01/2015 |
08/01/2015 |
09/01/2015 |
12/01/2015 |
13/01/2015 |
14/01/2015 |
15/01/2015 |
16/01/2015 |
19/01/2015 |
20/01/2015 |
21/01/2015 |
22/01/2015 |
23/01/2015 |
24/01/2015 |
26/01/2015 |
27/01/2015 |
28/01/2015 |
29/01/2015 |
30/01/2015 |
02/02/2015 |
03/02/2015 |
04/02/2015 |
05/02/2015 |
06/02/2015 |
09/02/2015 |
10/02/2015 |
11/02/2015 |
12/02/2015 |
13/02/2015 |
14/02/2015 |
16/02/2015 |
17/02/2015 |
18/02/2015 |
19/02/2015 |
20/02/2015 |
23/02/2015 |
24/02/2015 |
25/02/2015 |
26/02/2015 |
27/02/2015 |
28/02/2015 |
02/03/2015 |
03/03/2015 |
04/03/2015 |
05/03/2015 |
06/03/2015 |
09/03/2015 |
10/03/2015 |
11/03/2015 |
12/03/2015 |
13/03/2015 |
16/03/2015 |
17/03/2015 |
18/03/2015 |
19/03/2015 |
20/03/2015 |
21/03/2015 |
23/03/2015 |
24/03/2015 |
25/03/2015 |
26/03/2015 |
27/03/2015 |
30/03/2015 |
31/03/2015 |
01/04/2015 |
02/04/2015 |
03/04/2015 |
04/04/2015 |
06/04/2015 |
07/04/2015 |
08/04/2015 |
09/04/2015 |
10/04/2015 |
11/04/2015 |
13/04/2015 |
14/04/2015 |
15/04/2015 |
16/04/2015 |
17/04/2015 |
18/04/2015 |
20/04/2015 |
21/04/2015 |
22/04/2015 |
23/04/2015 |
24/04/2015 |
27/04/2015 |
28/04/2015 |
29/04/2015 |
30/04/2015 |
01/05/2015 |
04/05/2015 |
Create a listbox, select a value and turn on the "Always One Selected" property. Then hide the listbox. The Always One Selected will be in force on your Calendar object as well.
-Rob
Create a listbox, select a value and turn on the "Always One Selected" property. Then hide the listbox. The Always One Selected will be in force on your Calendar object as well.
-Rob