Expand my Community achievements bar.

madhu_livecycle
madhu_livecycle
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • hi nbharpe,if the Catalog Number is dropdown in the table you mentioned,then in the Change Event of the Catalog Number Dropdown list field write the below script, Select Script Language as JavaScript.var catalog = this.boundItem(xfa.event.newText);if ( catalog == "7008" ){body.Tablename.Row.unitpric...

    Type

    Questions

    Views

    1.3K

    Like

    1

    Replies

    0
  • hi Annie,place the below code in the exit event of the date field and script language should be FormCalcif($.rawValue <> null ) thenvar num = IsoDate2Num($.rawValue)-Date()if ( num > 0 ) then$host.messageBox("Invalid Date and cannot be Future Date")$.rawValue= ""$host.setFocus("your field path")endi...

    Type

    Discussions

    Views

    926

    Likes

    0

    Replies

    0
  • hi,i am using LiveCycle Designer Version 8.0, i think the same should work in E.S version also which you specified, but try this way,To shrink the text to the text field,Select the Text Field and then go to Font Pallete,in the Font Pallete we have options likeEdit Caption and ValueEdit CaptionEdit V...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • hi,To add a Text field with Button Click, for a button in Click Event you have write scripting(javascript) like body.ingredients.TextField2.instanceManager.addInstance(1);so that new text field will be added for every click.To achieve this you have already wrap in subform, but in the object pallete ...

    Type

    Questions

    Views

    604

    Likes

    0

    Replies

    0