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

geoff_olding
geoff_olding
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
13

Discussions

Discussions
0

Questions

Questions
8

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by geoff_olding
Customize the badges you want to showcase on your profile
Checking for pdf/x Compatibility - Adobe LiveCycle 05-02-2013
Hello thereI am using PDF Generator (from LiveCycle ES3) to convert WORD documents and images to pdfs.In the PDF Generator settings, I am setting the "Compliance Standard" to "PDF/X-3" and the "output intent profile name" to "U.S. Web Coated (SWOP) v2".Am I able to check (and more importantly verify to my client) that these settings have been applied to the resultant pdf?When I open the resultant pdf in Acrobat Pro, in "Document Properties", the PDF version is stated as 1.3 (Acrobat 4.x). Howeve...

Views

1.6K

Likes

0

Replies

0
Re: Custom Field Validation - Adobe LiveCycle 28-09-2011
Hello againIt would probably be sensible to document this properly in the LiveCycle documentation.

Views

210

Likes

0

Replies

0
Re: Custom Field Validation - Adobe LiveCycle 28-09-2011
I now have this working.You can use the following line of code in the validate event:event.rc = falseThanks for your help (I assumed you meant that the function should return true or false).Thanks for your help.

Views

209

Likes

0

Replies

0
Re: Custom Field Validation - Adobe LiveCycle 28-09-2011
Thanks for the reply, however this doesn't work.I am returning true (or false) from the Validate event, and have set the Validation Script Message appropriately.After entering a value in the field, nothing happens.RegardsGeoff Olding

Views

206

Likes

0

Replies

0
Custom Field Validation - Adobe LiveCycle 28-09-2011
Hello thereIs it possible to use a Javascript function to validate a field, rather than use the “Validation Pattern” approach? I am OK to write the function, however I also want to be able to use it with the Form Level Validation Settings (having the function run again when the form submits etc.).I have seen references to the “Run custom validation script” option on a Validate tab, however I don’t see these.I am using LiveCycle Designer 9. Many thanksGeoff Olding

Views

1.1K

Likes

0

Replies

5
Controlling one PDF From Another Within a PDF Portfolio - Adobe LiveCycle 28-09-2011
Hello thereCan anyone please advise on the best way of programatically controlling one pdf within a pdf portfolio from within another?I have a client who wants to break down one large form into several “sub” forms, and to place all these forms into one pdf portfolio.Is it possible, using Javascript, to control the action of one of the forms from within another? (I only want to do standard stuff like making sections visible and invisible etc.). I will also want to submit all the form data in one ...

Views

504

Likes

0

Replies

2
Re: Timer Not Working - Adobe LiveCycle 04-09-2011
Many thanksNow working

Views

388

Likes

0

Replies

0
Timer Not Working - Adobe LiveCycle 31-08-2011
HiI am trying to call a function from a timer using the following code:var mTimer;function testTimer(){ mTimer = app.setInterval( "runTimer()", 1000 );}function runTimer(){ app.clearInterval(mTimer); app.alert("timer run");}The function runTimer() simply doesn't run.The only way I can get the timer to work is with a line like this:mTimer = app.setInterval( "app.alert('test')", 1000 );However, calling a function doesn't work. The code is in a global module. It doesn't work with anything I try, su...

Views

1.6K

Like

1

Replies

3
Re: Can't Access the doc Object - Adobe LiveCycle 21-06-2011
thanks

Views

213

Likes

0

Replies

0
Reacting to a Character Entered into a TextBox - Adobe LiveCycle 16-06-2011
Hello thereIs there a way to react to the input of a new character into a textBox?I am creating a dynamic XML form using Designer 8.2.If you add code to the change event, the rawValue property contains the value of the field before the latest character was entered.I have also tried using a timer, which doesn't work:topmostSubform.Page2.sfAbout.sfLimitedCompanies.txtRegisteredNumber::change - (JavaScript, client)basFields.setTimer();function setTimer(){ app.setInterval("checkContinueA()",1)}funct...

Views

547

Likes

0

Replies

1
Likes from