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...
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!
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 ...
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
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
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) { ...
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 ...
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...
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...
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...