Skip navigation
Currently Being Moderated

Make subform visible, content doesn't show

Jul 27, 2012 11:10 AM

I have a script that's supposed to make subforms visible based on the selection in 3 DDLs. The script seems to work sort of. The space is there but the actual content of the subform is not visible.

 

The subforms are set to Hidden.

 

The script is set in the exit event of the third DDL.

 

Thanks,

MDawn

 
Replies
  • Currently Being Moderated
    Jul 28, 2012 2:14 PM   in reply to mdawn50

    Hi MDawn, This should be possible, can you host your form on Acrobat.com (or similar) and post a link to it in this thread so we can have a look at it? Regards Bruce

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 31, 2012 4:17 PM   in reply to mdawn50

    Hi Margaret,

     

    In the windsNtwkAccess exit event code at line 298  you need to change

     

    else if (v1 = '2')

     

     

         to

     

     

    else if (v1 == '2')

     

    That is change the equals to a double equals.

     

    You also have code in the form1.page4.eitEquipment ready:layout event and form1.page4 ready:layout events that seem to duplicate this code and should be removed.

     

    Regards

     

    Bruce

     

     

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points