Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

jonathanb536647
jonathanb536647
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
12

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jonathanb536647
Customize the badges you want to showcase on your profile
Re: Floating field and hyperlink - Adobe LiveCycle 09-03-2016
Thanks again for your answer.I inserted a bold letter in a regular Text and it works, but not on a Floating Field. I made sure the Floating Field was set on Rich Text. I don't get any errors, but it just doesn't do anything.Thanks again for your help, if you think of anything else, I would really appreciate it !Jonathan

Views

157

Likes

0

Replies

0
Re: Floating field and hyperlink - Adobe LiveCycle 09-03-2016
Hi,Thanks for your answer. As for the impossibility of adding a hyperlink within a floating field, it says in the adobe references that it's possible (in the first paragraph) :http://help.adobe.com/en_US/livecycle/11.0/DesignerHelp/WS107c29ade9134a2c52de23f912a8c8dc02a-8000.2.htmlI tried to add your script on the initalize and docReady events, but I can't get it to work. I get this error : TypeError: txt2.value.exData is undefinedThank you and have a great dayJonathan

Views

156

Likes

0

Replies

0
Floating field and hyperlink - Adobe LiveCycle 08-03-2016
Hi,I'm trying to add an hyperlink to a floating field and it doesn't work. I've been searching everywhere and I couldn't find why.I created a Text (not a TextField) and I right clicked inside and I added a Floating Field. Then, I linked the rawValue of the floating field to a TextField. I've tried alot a variant for a solution (added hyperlink only on the Floating Field, only on the TextField, on both, tried to add a script on the click event of the Floating Field, etc.).I would really appreciat...

Views

394

Likes

0

Replies

4
Re: Dynamically change the hierarchy of subforms - Adobe LiveCycle 12-11-2013
Hi,Okay, i'll simplify my exemple to be clear.1. I have a dropdown list with 3 items : Subform 1, Subform 2 and Subform 3.2. I can also duplicate this dropdown list with the InstanceManager.InsertInstance fonction with a "Add" button.3. I have 3 different subforms hidden by default (which are named Subform 1, Subform 2 and Subform 3).If my first selection in my dropdown list is Subform 2, I want the Subform 2 to show first. Then, I can click on "Add" to make another selection in my second dropdo...

Views

93

Likes

0

Replies

0
Dynamically change the hierarchy of subforms - Adobe LiveCycle 07-11-2013
Hi,I've been searching on the Web for days to find an answer to my question, but I couldn't find anything relevant.Basically, what i'm trying to do is to change the hierarchy of my subforms using javascript. I readed about the "subforms sets", but I really don't know if we can use it with javascript (I didn't find any references).I'd really appreaciate if someone could help me out on this.Thanks and have a good day

Views

640

Likes

0

Replies

2
Re: How to reset a subform to it's initial state ? - Adobe LiveCycle 08-10-2013
Hi,After using your function, I noticed some lag issues.1. There is way too many iteration because resetSection is called again for each object instead of only on the subforms.2. resetData needed to be called only once on the main subform (the first vNode) and not on all the subsequent subforms in the hierarchy (this caused the lag issues).So I did my best to do the corrections and it works fine.[code]function resetSection(vNode, resetData){ if (resetData === undefined || resetData != 0) { xfa.h...

Views

426

Likes

0

Replies

0
Re: How to reset a subform to it's initial state ? - Adobe LiveCycle 04-10-2013
Hi Radzmar,You're a genius !!! It works perfectly. Thanks Jonathan

Views

428

Likes

0

Replies

0
Re: How to reset a subform to it's initial state ? - Adobe LiveCycle 03-10-2013
Hi,Thanks for your answer. I tried your suggestion but I can't get it to work properly (I get this error : xfa.host.resolveNodes is not a function).Anyway, i'm developping a function which will reset all the fields and delete all the duplicated subforms (see in the myScript object) : https://workspaces.acrobat.com/?d=xd*FX-aRfUt*M4orAeWwMQI'm just having one last bug. I get this error when I delete the duplicated subforms : "Index value is out of bounds". I know what it means, but I don't know h...

Views

431

Likes

0

Replies

0
Re: How to reset a subform to it's initial state ? - Adobe LiveCycle 01-10-2013
Hi Radzmar,Thanks for your answer. I already used the resetData with somExpression in my forms and it works fine, but it doesn't "kill" all the subforms I dynamically created with instanceManager.insertInstance.I tried something new with the xfa.datasets.data.loadXML, but it doesn't work perfectly. Let me give you an example.If you specify the path you want to reset BEFORE the .loadXML and you add "xfa.form.remerge();" after, it only resets (clear all the fields AND kill all the subforms created...

Views

427

Likes

0

Replies

0
How to reset a subform to it's initial state ? - Adobe LiveCycle 30-09-2013
Hi,I've been searching all over the forum for an answer to my question, but I couldn't find anything...So basically, what I want to do is reset just a part of my form (I even want to reset the duplicated subforms I created).So far, I tried this on a clear button :var newXML = ""; // form1 is the root node of my form.xfa.datasets.data.loadXML(newXML,1,1);It resets ALL my form (the value in the fields AND the duplicated subforms).How can I specify to reset only one section of my form ?Thanks alot ...

Views

2.1K

Likes

0

Replies

7