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

rbw78
rbw78
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
10

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by rbw78
Customize the badges you want to showcase on your profile
Re: Help with pagination and conditional page breaks - Adobe LiveCycle 23-07-2010
Hi Srini,Any luck?

Views

74

Likes

0

Replies

0
Help with pagination and conditional page breaks - Adobe LiveCycle 22-07-2010
I have a rather complex form where pages are added based on what the user has entered in a table with repeatable rows. For most of the pages, conditional page breaks are working fairly well, but I have a group of pages with nested subforms that need page breaks. The inner subform is breaking as expected, but the parent page break isn't triggering for some reason. Is this a bug within Livecycle or is it possible to fix?Thanks!

Views

739

Likes

0

Replies

2
Re: Export XML to local path; Completeness check - Adobe LiveCycle 13-07-2010
Thanks so much for your help so far, PaulEverything works great, except when trying to use the Export button from Reader. (It works as expected in Pro)The file has been reader extended, so save works, but our developers need the ability to click that Export button from Reader and get an XML file. Any ideas if this is possible or how the code can be tweaked so it will work for Reader?Thanks!

Views

96

Likes

0

Replies

0
Export XML to local path; Completeness check - Adobe LiveCycle 08-07-2010
A couple of questions as we're wrapping up development on our form-First, I'm attempting to build a button that will save the exported XML to a local path, ie, c:\\windows\desktopI found this: xfa.data.saveXML(); which I put in the click event, but how do I tell it to save to a path? (and while we're at it, specify a file name)Alternately I tried using the built in buttons -email, HTTP, but I've been unable to find documentation on how to construct the code. I know just about anything can be add...

Views

1.1K

Likes

0

Replies

3
Re: Quick export question (i hope) for Reader - Adobe LiveCycle 16-04-2010
Thank you very much for your answer. I'm not sure I understand, or maybe my question wasn't clear.. I'm developing a form in LiveCycle but I've used the extensions in Acrobat Pro to enable it for Reader.If these are available to turn on in LiveCycle, can you point me to some documentation on how to turn it on, or describe where these features are located? I've combed through much of the documentation / help and haven't seen anything on this.Thanks for your help..

Views

83

Likes

0

Replies

0
Quick export question (i hope) for Reader - Adobe LiveCycle 15-04-2010
I'm using the following button created in livecycle: form1.Submit::click - (JavaScript, client)xfa.host.exportData("",0);In Acrobat Pro, I get a prompt to save the file as .xml (desired behavior)I have enabled the form with "extend features in adobe reader" using Pro and have the 'save as' menu item available in Reader, so I know that is working. However, when the export button is clicked in Reader, it flickers and does nothing.Any ideas on this one?Thanks!

Views

978

Likes

0

Replies

3
Re: Help with instancemanager.count to reference last field of repeated, nested subform? - Adobe LiveCycle 07-04-2010
Hi Niall,Thanks so much for your help so far. Last night I realized what I need now is a variable that I can set in one field and reference it in another field -I'm pulling a project number, activity code, and a project title from each row in table 1 into a concatenated field in form1.DescripNeedByPjt (it's a subform that spans two pages and repeats based on the value in the Tbl1Sites field.I tried setting a global variable, gThisInstance, which I set to 0, thinking I could set it to this.parent...

Views

374

Likes

0

Replies

0
Re: Help with instancemanager.count to reference last field of repeated, nested subform? - Adobe LiveCycle 06-04-2010
I have more questions.. I'm really wanting to find a good resource to learn how the instanceManager works and how resolveNode works. I've read all the help files I can find in LiveCycle, I've been googling and reading as much as I can, and I've logged into safaribooks and flipped through a couple of the books on there - nothing seems to explain how to use these in the way I need to use them.I'm tackling a different piece of my project (I solved the question I had above in a different, easier way...

Views

375

Likes

0

Replies

0
Re: Help with instancemanager.count to reference last field of repeated, nested subform? - Adobe LiveCycle 31-03-2010
Thanks for getting me started - I was wondering if I needed to start declaring variables to get this working.The code you wrote has me thinking this needs to go in the event I'm scripting rather than using the UI to declare variables in the hierarchy (I tried that first and was unable to set the variables)So here's what I have so far for the Exit event for the field engArch - my variable is coming back undefined and I'm having trouble seeing why: form1.Table2SF.Table2SF2.engArch::exit - (JavaScr...

Views

376

Likes

0

Replies

0
Help with instancemanager.count to reference last field of repeated, nested subform? - Adobe LiveCycle 30-03-2010
I'm attempting to use instanceManager.count to get livecycle to tell me the last instance of a particular field inside of the last instance of a particular recurring subform.hierarchy:Table 1 (Tbl1SF)-subform (Tbl1SSF) This subform is a repeatable row inside of Tbl1SF. When a new instance of Tbl1SSF is created, a second instance of another entity, Table 2 (Table2SF) is created. In this form, another row is repeatable, -subform (Table2SF2) In this row, exists a field that I want to run some code ...

Views

7.8K

Likes

0

Replies

9