Hello!Please, how do I run a backup on Reader Extensions to keep certificates safe?Is there a way to do it from Administration Console?Thank you!Marcos
I am using the "change" event script and it looks like this:if (this.rawValue == "1") { form1.MainPage.MTAIn.MTA-INFundingSubform.MTA-INFundingCheckSub.MTA-INIndSponsTF.mandatory = "error"; form1.MainPage.MTAIn.MTA-INFundingSubform.MTA-INFundingCheckSub.MTA-INIndSponsTF.presence = "visible";}else ...
Hello all, Need some help on the xdp that I am working on.This xdp has 1 Page Set- set to Print on Both Sides.The first master page is the Odd Pages (Front pages).The second master page is the Even Pages (Back pages).There isn't much logic on the Even Pages as it is only static information.The conte...
Help please - I am new to the product and am trying to create forms.1) I recently upgraded to office 2010. When I launch Designer and tell it to start from a Word doc, it tell me: "Word (version XP or onwards) could not be found on the machine"Any suggestions?2) How to do I check for updates? I do n...
HiI am trying to call a function from a timer using the following code:var mTimer;function testTimer(){ mTimer = app.setInterval( "runTimer()", 1000 );}function runTimer(){ app.clearInterval(mTimer); app.alert("timer run");}The function runTimer() simply doesn't run.The only way I can get the timer ...
I have a table wrapped in a subform that can be hidden by unchecking a check box. Each of the table cells have a textfield added with no caption and have the Rich Text option turned on. I want the end user to be able to add text into these table textfields, hide the table, and save the form without ...
Hello,In my room console, inside a room:I enable p2pdatamessaging for a collectionNodeI get the warning that there may be problems if flash player is not 10.3I click continueI click somewhere else, eg next collectionNodeAfter clicking back the p2pdatamessaging is disabled again.Any tips please?
I'm having a hard time with some scripting for a form where would like to show/hide a field based on a selection in another drop down field. I have two choices in the drop down and I have bound numbers to the selections. I created a script that I thought would work based on information I found in...
I carried a group of 'Favorites' objects over from my last job when I came to work for a new company. I copied and pasted the items into the Designer 9/EN directory (copied the entire Objects folder). I see the items that were in my last job's 'Standard' group just fine (I had added a few to it an...
Hello,I am using the webCamera pod.This error occurs after the following happens:A user calls webCamPub.startWebcam();After a while I stop this publisher with this webCamPub.publisher.stop(null);and with another user I call again webCamPub.startWebcam();At this point I get this error ( r...