@angelawatson you were quite close but the problem with your code at that event is: you are trying to overwrite the selection while it is still processing it. So even if you change, by the end of the change eevent it gets overwritten.I tried a different event (exit) for that second part and it seem...
@bob_hopfner_az you can also watch this YT video which might help you with this (8) LiveCycle / AEM Designer 101 - Part 4 Making Your Form "Flow" - YouTubebut talk to @GirishBedekar as well.
@shyamasundar-ks , I did test this in Acrobat Pro and had no problem, with an empty path/filename the dialog opens. Then I went to a different system where I have Adobe Reader installed. I tried the same thing and it did not work. I applied Reader Extensions with Acrobat Pro on the PDF to allow sav...
Hi @pranaym48551345 , this is not an issue but works as designed.Master page and Content pages work differently and are handled at different times in the event hierarchy. The feature of hiding a button upon pressing it will work on Content pages. Having a singular button on the Master page and hide ...
@pranaym48551345 Tomcat is just a web server and web-container. You can use it for AEM Forms OSGi. BUT the JEE stack also contains enterprise beans and other things that Tomcat does not offer. So there will be no way to run your JEE stack on Tomcat.Other application servers (even if they would suppo...
@shyamasundar-ks as I thought you have a security related issue.See Designer Scripting Reference (adobe.com) and look for exportDataThere it saysFor security reasons, if you provide the first parameter, the exportData method executes only when performed on certified documents. If you do not provide ...
Hi @shyamasundar-ks,what kind of issues? Save functionality is restricted by the Acrobat/Reader security module as the save functionality might be used harmfully.See JavaScript for Acrobat API Reference (adobe.com) and find saveas function. It has a red S for security. This means (quote):For securit...
Hi @ReluctantProgrammer ,hence your name I think the offender is the this.rawValue==null == is a comparator not an assignment. Here my guess at what you wanted to do:if (headFtExistingMain10.rawValue == null) {this.rawValue = null} else {this.rawValue = (Math.round(hweFtMain10.rawValue*10)/10)+(Ma...
Error code 0x80070005 is a Windows Access Denied error and points to inadequate permissions. What user are you running installations and regsrv commands with?