cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding text

srinivasa_raghavachar
Participant
0 Kudos

Hi,

I have requirement to show the calendar year in form if the year is equal or greater than 2006. Otherwise, the year should not be shown. I created a text text field for that and wrote script

if ( $.rawValue < 2006 ) then

$.presence = "hidden"

endif

It works fine. But the problem is each digit of the year should be shown in square boxes and this box shows up when year is less than. I want to hide it too. Is there any way to do it as i can not write script for static field.

Regards,

Srini.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Srini,

You may check in the adobe development center. I think there is a similar example. If you dont find, you may send your mail id.

Rgds,

Anto.

srinivasa_raghavachar
Participant
0 Kudos

Hi Anto,

Thanks for the reply. Could you please mail to srini.br@gmail.com?

Regards,

Srini.