Expand my Community achievements bar.

kingphysh
kingphysh
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Sorry, I thought you wanted to change it dynamically. Yes the Appearance dropdown in the Field Tab assigns the borderStyle/fillStyle around the field itself--the Border Pallet assigns the borderStyle/fillStyle around the whole object (field AND caption).

    Type

    Questions

    Views

    5.0K

    Likes

    0

    Replies

    0
  • Hi,I don't have time to test--however, I think the answer is:this.ui.dateTimeEdit.border.presence = "hidden";goodluck!Stephen

    Type

    Questions

    Views

    4.9K

    Like

    1

    Replies

    0
  • Hi,In thethere are 2 types of borders that can be applied--One for the field with caption (in the Border Tab) and one for just the field itself (in the Object/Appearence setting). The second one is the <ui> and I believe the <ui> is a different syntax for dropdowns.Examining the XML it looks like th...

    Type

    Questions

    Views

    4.9K

    Like

    1

    Replies

    0
  • Hi,Place this on the calculate event of a number field of the repeating row:     this.rawValue = this.parent.index + 1;Then, if you need to display # in front of the number, you can place the following in "Patterns..." found on the "Field" tab of the "Object" pallet for the field with the script:   ...

    Type

    Questions

    Views

    3.9K

    Like

    1

    Replies

    0