Expand my Community achievements bar.

mmgiath
mmgiath
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • What pattern I can use so,if someone enter 1 for example to display 1.0or 05 to display 0.5?what is better to use decimal or numeric field?Thanks

    Type

    Questions

    Views

    2.3K

    Likes

    0

    Replies

    1
  • Here is the condition FOR THE SCRIPT:If the validation(Variable-execValidate() is OK)and FieldA.rawValue==2or(FieldB.rawValue==1) ||(FieldC.rawValue==2)||(DropDownlist.rawValue==1)||(DropDownlist.rawValue==3) ||(DropDownlist.rawValue==4)thenMail_form.execEvent("click"); _____________________________...

    Type

    Questions

    Views

    2.2K

    Likes

    0

    Replies

    1
  • What is wrong with this syntax? On calculate eventThank youif ( form1.Page1.StateProv.getDisplayItem=="A"){ form1.Page1.HST.rawValue=form1.Page1.Table1.Row4.Subtotal.rawValue*0.13 ; form1.Page1.PST.rawValue=""; form1.Page1.GST.rawValue="";} else if (form1.Page1.StateProv.getDisplayItem=="B"){form1.P...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    0
  • Let me explain :I have a DDL_B where items are auto populate from another DDL_A.DDL_B items: DepartmentA,  DepartmentB,  DepartmentCAlso I have 3 Numerics field : TaxA, TaxB, TaxC   anda Total numeric fieldAll I need is a script to calculate the the Taxes... with the follow contition:if (DDL_B.Item=...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    0
  • Thank you for your reply.I am looking to select the Item of the DDL not the value.Thanks

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    0
  • How I can select a specific item from a Drop Down List via scripting?For example: Name of Item:DepartmantAThanks

    Type

    Questions

    Views

    4.3K

    Likes

    0

    Replies

    7
  • I have this script on calculate event for a DDList but does not work!What I am doing wrongThanks if DisplayItem(vChoice)=="ON";{ form1.Page1.HST.rawValue=0.13* form1.Page1.Table1.Row4.Subtotal.rawValue; } else {form1.Page1.HST.rawValue="";}

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    0
  •   I try to make a script using the Item choice from a DDList.how I can make it  to work?Thanksif DisplayItem(vChoice)="ON";{form1.Page1.HST.rawValue=0.13* form1.Page1.Table1.Row4.Subtotal.rawValue;}

    Type

    Questions

    Views

    2.8K

    Likes

    0

    Replies

    3
  • Thank you my friend!works fine! Thanks

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    0
  • May someone help me a little more with this ?All I want is if someone enters 1 for exampe to display 1.00or  if someone enters 235 for exampe to display 2.35...and so on...What I have to use numeric or decimal field?Thank you

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    0