Expand my Community achievements bar.

Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Well, I dont think you need a manual list of all overlapping elements, you could simply have a "Exception Array" in which you will insert the parent's name of the overlapping elements. Therefore, when looping throughout the form and saving the access state of each element, you can refer to the Excep...

    Type

    Questions

    Views

    822

    Likes

    0

    Replies

    0
  • Hi there, if what you are trying to do is to remove the "highlight" of fields which the application is applying by default to all the filling fields there is one line of code which will do exactly as you wish, but it will also apply the setting to the whole form. //False: remove highlight of all fie...

    Type

    Questions

    Views

    557

    Likes

    0

    Replies

    1
  • Hi there, When making your subform visible, you could execute a function to set all other fields to be read only until the user closes the subform "dialog"?

    Type

    Questions

    Views

    852

    Like

    1

    Replies

    4
  • Hi there, Changing objects from one location to another may create problems, because the reference_syntax is not the same.If the issue is that your code is not working, you might want to review it all to make sure it all works accordingly with the new reference objects.If you would provide more deta...

    Type

    Questions

    Views

    1.9K

    Like

    1

    Replies

    0
  • Hi there, Please provide more details, such as,what kind of signature field are you using;is it a dynamic or static form;what properties the signature field has in the Object > Signature tabIs the signature field working before you enable the Reader Extended PDF optionsIf possible would you provide ...

    Type

    Questions

    Views

    455

    Likes

    0

    Replies

    0
  • Hi there, There is not much details of what you are trying to accomplish here, based on what you have provided, here is how I would achieve this.In the calculate event of the field Table1.Row7[0].Cell6 you would enter the following syntax://intPercentage should be the reference syntax that can retri...

    Type

    Questions

    Views

    773

    Likes

    0

    Replies

    2
  • Hi there, Be aware that using this functionality may have an effect on copy pasting into the field.The result format may differ with the source formatting from the paste function.

    Type

    Questions

    Views

    2.1K

    Like

    1

    Replies

    0
  • Hi there, this seems to be a bit confusing... You should be able to create your own conditions and statements, if I provide you the JavaScript code to verify if a signature field is signed. //Use this with signature field within the formReady event (checks if field is signed only when form is opened...

    Type

    Questions

    Views

    907

    Likes

    0

    Replies

    0
  • Hi there,In your Master Page, the object called Body1 is the "Content Area" in which the form will appear.So if you resize the object on top of the Master Page, it should lower your form to where you specify it. I hope this will help.

    Type

    Questions

    Views

    634

    Like

    1

    Replies

    0
  • Hi there, to search for a specific value in a list box, simply have a loop iterate through each items and compare the displayed value to "Supplier Check Sheet"like the following:var boFoundValue = false; for (var i = 0; i < ListBox1.length; i++){ var strOneItem = ListBox1.getDisplayItem(i); ...

    Type

    Questions

    Views

    591

    Likes

    0

    Replies

    0