Expand my Community achievements bar.

Jodi1725
Jodi1725
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • So I went into Livecycle and I went to properties and changed the for to Acrobat and Adobe Reader 11.0 or later.  And still when i try using the NVDA screen reader nothing happens. It can read the title of the form, but not the content of the form.  I still dont now how @gvdpatida1 was able to get t...

    Type

    Discussions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Not yet   I still cant get the screen reader to work.  My accessibility team cant either.   And I have my accessibility settings correct.  My latest question was about adobe reader vs adobe pro. Thanks!  

    Type

    Discussions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • I don't know what i am doing wrong.  I found the settings that you said to have set and I still cant get NVDA to read the content of the form.  It will read the title of the form but that is it.  When i click in the form it doesn't read anything?  Does it matter that i am using Adobe Acrobat Pro vs ...

    Type

    Discussions

    Views

    1.2K

    Like

    1

    Replies

    0
  • HI!  Thank you so much for the information!  When you say  "Make sure you have enabled assistive technology in Acrobat reader/DC " is that something i set in the form itself or is it something i set in my adobe when opening the form?Jodi

    Type

    Discussions

    Views

    1.2K

    Like

    1

    Replies

    0
  • Sure can!  When i attempt to use NVDA screen reader, it doesn't read the contents.  I have tried adding custom text tags, accessibility tags, screen reader tags. And nothing. Thank you!Jodi 

    Type

    Discussions

    Views

    1.2K

    Like

    1

    Replies

    3
  • Hey Bruce!I actually figured it out!  I used Loop Through Subform Instances  and used this code.expenseReport.#subform[0].validate2::click – (JavaScript, client)  var vItems = expenses.expense.all;  for(i=0; i<vItems.length; i++)  {      if (vItems.item(i).description.rawValue == null)      {       ...

    Type

    Questions

    Views

    5.6K

    Likes

    0

    Replies

    0
  • Hey Bruce!Long time no talk! Hope you are doing well!  I have another repeating issue that I can't get to work I once again am trying to validate through a repeating subform, but this is just the subform.  I have tried to manipulate the different code you sent me but I am just getting validation on ...

    Type

    Questions

    Views

    5.5K

    Likes

    0

    Replies

    0
  • Hey Bruce!You are awesome!  What it is supposed to do is check the Fund field for each person that is added.  If any one of the people have a fund that has a 4 or 5 as the first number, then the whole form needs to be sent to the grants and contracts office first for approval.  when Grants and contr...

    Type

    Questions

    Views

    5.5K

    Likes

    0

    Replies

    0
  • Hi Bruce!  I know it has been a long time but things around here don't always  move fast    I am finally trying to put in this looping through subforms but I am not having much luck.  I have uploaded the doc to google docs.  Here is the link.  If you can help that would be awesome!  Thank you!JodiAw...

    Type

    Questions

    Views

    5.5K

    Likes

    0

    Replies

    0
  • Hey Bruce,Since you were so helpful last time.  Do you know how you would loop through the subform that the table is in?  I have a button that duplicates the subform so the users can add additional information.  So I need to look through each duplicated subform and also check the cell in the row.Any...

    Type

    Questions

    Views

    5.6K

    Likes

    0

    Replies

    0