Expand my Community achievements bar.

mmgiath
mmgiath
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi Niall,works perfect!One more question:How I can deselect radio button?Thnaks

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • I have two mandatory radio boxes and this I like to achive it is on ExitEvent the red border to dissapear.I have try this script below without any luck:if (Radio.rawValue != null){Radio.mandatory= "disabled"; } How I can make this to work?THANKS

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    3
  • I try to use this script on exit without any luck...What can be wrong?Thanksif (form1.Page1.NumericField1.rawValue <=100) then// good$.rawValue = $.rawValue;elsexfa.host.messageBox("More than 100%. Please change the percent.");xfa.host.setFocus($.name);endif

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • I am using the follow patern for a numeric field to display a percent number: num{zzzz9.999'%'}What kind of pattern or script I can use so the field does not allow user  to enter percents more than 100%?Thanks

    Type

    Questions

    Views

    2.3K

    Likes

    0

    Replies

    3
  • On a click event for a email button I have apply the script:var myDoc = event.target; var address = ""; varsub = "Request"; var msgBody = "Please see attachment.\n\nThank You!"; varSender = "Department_A";myDoc.mailDoc({ bUI: false, cTo: address, cSubject: sub, cMsg: msgBody + "\n\nRegards\n" + Send...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    1
  • We have a form with a button (xfa.host.exportData("",0);) in click event to export .xml data..Is it possible to export the selected items(text) from drop down boxes rather than the values?Thanks

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    1
  • Here is my scenario...User fill a form and then send it via an email button.Is it possible the receptian of the form to reply click on an email button to the sender?The Reply email button will get(with a script) always the value(Email address of the Sender).We are using Outlook.Thanks very much

    Type

    Questions

    Views

    2.2K

    Likes

    0

    Replies

    3
  • Thank you Shrini it's work fine!There is one more issue in case user does not select a value from the Drop Down Box!In this case we get the message:Micrsoft office Outlook does not recognize ""null"There is any way to solve this issue?Thank you

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • Hi Shrini I am using the script below:How I can genarate cCC from the DD values?THANKS AGAINvar myDoc = event.target; var address = "kkk@xxx.org"; var msgBody = "Please find the Form attached.\n\nThank You!"; var Sender = ( form1.Page1.EmployeeInfo.Row1.Last_Name.rawValue+" "+ form1.Page1.EmployeeIn...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • For the script below how I can take the value of a Drop Box(With some email address as values)and put into cCC?Thnaksvar oDoc = event.target;oDoc.mailDoc({bUI: true,cTo: "xxx@example.com",cCC: "",cSubject: "The Latest News",cMsg: "A.P., attached is my latest news story in PDF."});

    Type

    Questions

    Views

    2.6K

    Likes

    0

    Replies

    5