BLOCK DATE IN CALENDER FIELD

Hai Everyone, I would like to ask about, how to block date when that date already pick up in calender field. NOT IN CALENDER APPLICATION. Thanks

[ATTACH=CONFIG]n75506[/ATTACH]

calender field.png

You can do that only on some event like onvalidate.

Hai Mr @aducom ! thanks for your response. did you have an example? i cannot imagine how to do it. Thanks

I mean that when you are in the onvalidate event you can use php to check the date and generate an error message. You cannot do this in the selection of the date.

@aducom ohh i see . it’s it possible that we can customized that date field ? my coding was successful in hard code(try in Dreamwever). so i don’t know when in scriptcase. Tq

You can try to add your own code but I haven’t got experiences with this in SC. You can apply the code to a label field, but I’m not sure how you get that data into your scriptcase variables.