Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
i have two calender's from date and to date and one button is there
after selecting from date and to date clicking button showing results
but my requirement is when we select to date less than from date
must show the error message or pop up messages
please help me
thanks in advance
Hi Hari,
I think that it´s going to be possitive to you, use conditional form like:
=If(datefrom > dateto, 'Wrong selection',0) ----->For values
And
=If(datefrom > dateto, 1,0) --------> For conditional show
Regards
Miguel del Valle
Hi Hari,
I think that it´s going to be possitive to you, use conditional form like:
=If(datefrom > dateto, 'Wrong selection',0) ----->For values
And
=If(datefrom > dateto, 1,0) --------> For conditional show
Regards
Miguel del Valle
See attached example.
Hi
In the calendar object ...>
set the Min and max values
thank you gwassenaar
thank you migueldelval
i have two variables one is F_date and one more is L_date
i want to show in alerts or pop ups not in text object
please
thank you
If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post) and Helpful Answers (found under the Actions menu under every post).
If not, please make clear what part of this topic you still need help with
.