Expand my Community achievements bar.

ra_be
ra_be
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Dear Paul,thanks for the link, but it has not worked out.I have tried below code:if (this.rawValue != null ){ var oDate = util.scand("mm/dd/yyyy", page1.dateField1.formattedValue); var sFullYear = oDate.getFullYear(); var sMonth = oDate.getMonth(); var sDate = oDate.getDate();dateField2.formattedval...

    Type

    Questions

    Views

    733

    Likes

    0

    Replies

    0
  • Hello,I am trying to figure out how to calculate with dates in LCD-Javascript. But I need a bit support.The user shall enter a date into a "datetimefield" and a another "datetimefield" shall show 2 months ahead (entered date plus 2 months).Thanks for help.Regards,ra_be

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    3
  • You can place the code where you want to have the action.I assume you would like to have the user click on a submit button. Then copy the code (and modify for your requirements) in the click event of the submit button (just a normal-standard button).regradsra_be

    Type

    Questions

    Views

    705

    Likes

    0

    Replies

    0
  • Hello Shipper62,try the following script (e.g. at a click event of a button), then the XML data of the form will be attached to an email:var Mailto = "me@myCompany.com";var mySubject = "This is the subject"; var myMessage  = "This is the email-text .";var Mail = "mailto:" + Mailto + "?Subject=" + my...

    Type

    Questions

    Views

    707

    Likes

    0

    Replies

    0
  • Hello,my form contains a datetimefield in which a user can select any date.Now I need to know how many days are between the entered date and the current system date.Does anybody have an idea how the javascript can be look like?Thanks a lot.Regrads,ra_be

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    2
  • Hello,I am using the followig script to submit a form:var Mailto = "me@myCompany.com";var mySubject = "This is the subject"; var myMessage  = "Please find attached my file.";var Mail = "mailto:" + Mailto + "?Subject=" + mySubject + "&Body=" + myMessage;event.target.submitForm({cURL: Mail, bEmpty: tr...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    1
  • Dear all,I am working with LiveCycle Designer ES 8.2 (German version).I have a form with a datetimefield (the value can be changed by the user). The date is shown like  "date{D.MM.YY}"and it must be like this. The display cannot be changed to "date{WW}" and thus "this.formattedValue" will not work o...

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    1
Top badges earned by ra_be
Customize the badges you want to showcase on your profile