Expand my Community achievements bar.

Rien_vd_Voorden
Rien_vd_Voorden
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Try using this function./*** Rewrite date string function (in format DD-MM-YYYY) ; will return (modified) string* Leading zeros will be added in day and month: 1-3-1921 will become 01-03-1921** @param string* @return string*/function date ( sDate ) {           if( typeof(sDate) == "string" )        ...

    Type

    Questions

    Views

    718

    Like

    1

    Replies

    0
  • Im not sure how this could be done, but i can give you a way to bypass this.You could always use multiple Subforms on top of eachother, each with an image inside wich you want to show.You could then just hide and show the image you want using the presence of the subforms.maybe not entirely what you ...

    Type

    Discussions

    Views

    1.4K

    Likes

    0

    Replies

    2
  • Try this out, and i would recommend you use it in the change-event:varsCode = (xfa.event.newText) ? this.boundItem(xfa.event.newText) : this.rawValue;if(sCode == "Opt1"){    Opt1ServicesRequired.presence = "visible";    OtherServicesRequired.presence = "hidden";}else if(sCode == "Select..."){    Opt...

    Type

    Questions

    Views

    675

    Like

    1

    Replies

    0
  • A very easy way to get these things (opening subforms through clicking etc.) working is to use the folowing code in the Ready-form event:if(this.rawValue){     this.execEvent("click");}Its click in your case, i would rather use the code for opening subforms in the change-event(with radiobuttons or d...

    Type

    Discussions

    Views

    802

    Likes

    0

    Replies

    0
Top badges earned by Rien_vd_Voorden
Customize the badges you want to showcase on your profile