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

_Bruce_Robertson
_Bruce_Robertson
Offline

Badges

Badges
38

Accepted Solutions

Accepted Solutions
372

Likes Received

Likes Received
274

Posts

Posts
1782

Discussions

Discussions
45

Questions

Questions
1737

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by _Bruce_Robertson
Customize the badges you want to showcase on your profile
Re: How to bind the %VAT from a dropdown list - Adobe LiveCycle 01-03-2020
Hi, I think we will need to see the form hierarchy to understand the issue. Can you add a screen shot, or maybe a link to the actual form? RegardsBruce

Views

2.7K

Likes

0

Replies

0
Re: Horizontally Expandable table rows - Adobe LiveCycle 05-02-2020
Hi,Maybe try this method of changing normal subforms into a table, seems to allow for columns to be autofit https://blogs.adobe.com/formfeed/2011/10/tables-with-variable-numbers-of-columns.html Bruce

Views

2.8K

Likes

0

Replies

0
Re: Make the textfield mandatory - Adobe LiveCycle 04-02-2020
Hi,If you mean that your text fields have a value because you have assigned them "(000) 000-0000" or the like, then you may want to use a null display pattern.So a display pattern of:null{'(000) 000-0000'}will have the same effect, but the mandatory test will still work.RegardsBruce

Views

4.0K

Like

1

Replies

1
Re: Color Failed Field - Form Properties - Adobe LiveCycle 27-01-2020
Hi, The exclGroup is the container for the radio buttons, so this code will put the border around all the radio buttons, as opposed to each one individually. So, this is generally what you want. What effect are you wanting from the validation colouring? RegardsBruce

Views

2.9K

Likes

0

Replies

0
Re: data on that column comes out misaligned and scattered. - Adobe LiveCycle 17-01-2020
Hi, maybe a screenshot would give us a better idea of what is going ob RegardsBruce

Views

2.7K

Likes

0

Replies

0
Re: Skip Form data when field matches specific value - Adobe LiveCycle 07-01-2020
Hi, You can use an expression in the binding, so try $.PurchaseOrder.Item.[ActionCode <> "03"] Note the full stop should be before the opening square bracket. Regards Bruce

Views

4.3K

Like

1

Replies

0
Re: Skip Form data when field matches specific value - Adobe LiveCycle 03-01-2020
Hi, You can use an expression in the binding, so try $.PurchaseOrder.Item.[ActionCode <> "03"] Note the full stop should be before the opening square bracket. Regards Bruce

Views

4.4K

Likes

0

Replies

0
Re: How to dynamically do the data binding (two-way binding as it happens when we do data binding through binding tab) through javascript? - Adobe LiveCycle 05-12-2019
I don't think you can script against the binding properties. If you can explain what you are trying to achieve, at a higher level, then we might be able to offer some alternatives. If you are wanting to change the binding from one element in your xml to another you might be able to use predicts.The remerge method takes the template DOM and data DOM and rebuilds the form DOM, so even if your scripting worked it would be reset by the remerge.RegardsBruce

Views

3.1K

Likes

0

Replies

0
Re: Make a field visible dependent on another fields length - Issue change event - Adobe LiveCycle 05-12-2019
Hi Deborah,You are getting the exception because this.rawValue is null and the null object does not have a length property.In the change event this.rawValue has not been updated yet.You probably want to use xfa.event.newText instead.RegardsBruce

Views

2.7K

Likes

0

Replies

0
Re: dynamic image - Adobe LiveCycle 03-12-2019
Hi Johan,I'm not sure what you mean, do you want to have lots of images in the form and select one to display? If so, then you can do that with JavaScript, something likeImageField1.rawValue = Image1.value.image.valueSo, you would end up with 2000 Image fieldsBruce

Views

2.8K

Likes

0

Replies

0
Likes given to