Expand my Community achievements bar.

Varma_LC
Varma_LC
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hope you have resolved it your self.....if not here is how I resolved it..........function getPOOther(myXfa, dropdownField) {                                                 dropdownField.clearItems();       // Clear the items of the Drop-down list.   for (var i=0; i < myCourts.length; i++)   // Loo...

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    0
  • Idea is to keep the display format separate from the scripting format. You can use any format that you like in Display format and will not interfere with the script. In the script I would always like to use "YYYY-MM-DD" the international format which you do not have to worry about as long as you set...

    Type

    Questions

    Views

    548

    Likes

    0

    Replies

    0
  • Irrespective of the display pattern/format I would use the following FormCalc code in your situation. Also check the attachment.'exit' event of the DateFrom:if (Date() <= Date2Num($.rawValue, "YYYY-MM-DD")) then //xfa.host.setFocus("xfa.form.form1.DateTo") var v1 v1=1else xfa.host.setFocus("xfa.form...

    Type

    Questions

    Views

    558

    Like

    1

    Replies

    0
  • Your requirement is tricky and very challenging (I like the stuff). Check the attachment here is what I have done.........1. Set the Binding to Normal2. Added FormCalc code to the "exit" event of the Table1:Column1:txtMaterialComp Here is the script var partLeftvar partRightpartLeft = Substr($.somEx...

    Type

    Questions

    Views

    717

    Likes

    0

    Replies

    0
  • This is a setting on individuals machine...........you need to turn off "Auto Complete". Set this to Off @ Edit>>Preferences>>Categories:Forms:Auto-Complete.

    Type

    Questions

    Views

    428

    Likes

    0

    Replies

    0
  • The simple answer is 'FeldName.rawValue = "";' simply include the line of code for each field that you want to clear the value with in the same code that makes them hidden.Good Luck,

    Type

    Questions

    Views

    467

    Likes

    0

    Replies

    0
  • Sangeetha,         GKaiseril included nice example. However since your requirements are clear I would like you consider one other feature available with in LC. We have tooltip feature which may come handy and easy to implement (no scripting involved). This comes with only text but customizable.........

    Type

    Discussions

    Views

    5.5K

    Likes

    0

    Replies

    1
  • Hi Sangeetha,                  Looks like all you need is simple "response" method. Review the documentation under help. Following is the JS syntax for response method. I always use this in my forms and delivered with LC, so not have to pay extract cost if you do not need all that fancy things.xfa.h...

    Type

    Discussions

    Views

    5.5K

    Likes

    0

    Replies

    5
  • If you are looking to update Tool Tip you do that in "Accessibility" pallet. You could use Window>>Accessibility or Shift+F6 to open it. Hope that helps.

    Type

    Questions

    Views

    730

    Likes

    0

    Replies

    0
  • Improved again to fix other possible issues...........var timeStampvar timeOutvar timeInvar Catvar timep1var timep2var timep3var timep4var StartIntervalif (HasValue($.parent.OUTA1[0]) and HasValue($.parent.INA1[0])) then timeStamp = $.parent.OUTA1[0].formattedValue Cat = At(timeStamp,":") timep1 = ...

    Type

    Questions

    Views

    2.2K

    Likes

    0

    Replies

    0