Expand my Community achievements bar.

BCinHOU
BCinHOU
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I have a scripts that checks to ensure users have added Denial comments.  If the leave the Comment field blank then it gives a pop-up to puts the focus into the comment field.  It works perfect with Reader9 ...but doesn't recognize the comments in ReaderX now.  What is really strange is if you leave...

    Type

    Questions

    Views

    697

    Likes

    0

    Replies

    0
  • That did it.  Thanks so much for your help!Final solution in my example:Approvers_subform.approvers.login::changethis.resolvedNode ("approvers.name").rawValue = xfa.event.newText;Phew.  The boundItem was throwing me off but once I removed that it works perfect.  Again.  Thanks.

    Type

    Questions

    Views

    691

    Likes

    0

    Replies

    0
  • Thanks for the examples.  This helps us to get the actual value of the item that was selected.  However, at this point we are also attempting to retrieve the text that is displayed for the selected item.  Is it possible to obtain this value also?

    Type

    Questions

    Views

    691

    Likes

    0

    Replies

    0
  • As a clarification, the following syntax works but doesn't capture the input from the user, it only captures the last item in the list.parent.name.rawValue = (firstName + " " + lastName +" (" + titleName + ")" );

    Type

    Questions

    Views

    689

    Likes

    0

    Replies

    0
  • Pardon me as I don't come from a developer background so I gotta be beat over the head.  I tried two different things that didn't work.  Perhaps you can help me with my syntax.I tried:parent.name.rawValue = parent.login.boundItem(xfa.event.newText);The name box is empty using this.and I tried:parent...

    Type

    Questions

    Views

    683

    Likes

    0

    Replies

    0
  • A while back I had a consultant build me a form that performs a look-up to EDCPRINCIPALENTITY to resolve names.  It takes result and populates a downdown list to present a list of matching user name.  The user can then select a name from the list and the response gets bound to their Login-ID.  Works...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    7
  • I am still having the problem.  Each and every time I make a change to the form, I get this error.  The annoying part is I don't get it immediately.  I'll make a change to any part of the form and then save and then the WSDL stops working.  In fact, I don't even have to make a I change ...I can simp...

    Type

    Questions

    Views

    870

    Likes

    0

    Replies

    0
  • Just figured it out.  It a seperate set step after each Assignment:Expression:/process_data/TaskResult/object/attachmentListLocation:/process_data/AttachList[1]You have to use the [1] to essentially reset the AttachList variable otherwise it appends attachments each time even if they are duplicates....

    Type

    Questions

    Views

    257

    Likes

    0

    Replies

    0
  • I'm working on a big workflow and hopefully this is the last major hurdle to figure out.I don't understand how attachments are supposed to work in ES2.  In ES1 it was straight forward because attachments just got saved into an List/Document variable which I typically called 'AttachList'.With ES2, if...

    Type

    Questions

    Views

    787

    Likes

    0

    Replies

    1
  • Well, that did the trick. What is odd is that every time I modify the form, it loses the data connection(s) and I have to refresh the data connection after each save.  I've done it before but it didn't occur to me that I'd have to do it each and everytime.  Clearly something else is happening but I ...

    Type

    Questions

    Views

    869

    Likes

    0

    Replies

    0