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

Ben_Lyons_no42
Ben_Lyons_no42
Offline

Badges

Badges
9

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
19

Discussions

Discussions
0

Questions

Questions
9

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Ben_Lyons_no42
Customize the badges you want to showcase on your profile
Re: I am getting the Microsoft C++ Runtime Error in Designer when I try to unwrap a subform - Adobe LiveCycle 04-11-2011
Well, I don't know if was a best-practice fix - but in MacGuyver-style, I renamed the file extention.myForm.xdp to myForm.xdp.xmlThen I opened the file in Notepad ++, did a search for the subform name (as it appeared in Designer).There I found I found the tag - so I deleted that tag and its matching, closing tag to eliminate that wrapping.Then I renamed the extention to XDP, reopened in Designer, and now it appears to be working.Pro-tip for those that don't know and may find themselves in a sim...

Views

102

Likes

0

Replies

0
I am getting the Microsoft C++ Runtime Error in Designer when I try to unwrap a subform - Adobe LiveCycle 04-11-2011
I am working on fixing a form in Designer. I am using LC Designer ES2 on Windows 7.The form was originally inported from a PDF asset that was created with some other software program.The last developer worked through the code, and did an okay job - but I am going through and doing some cleanup.As part of the cleanup work, I am having to unwrap a subform that contains a ton of objects including more subforms.The issue is that everytime I try to unwrap or delete the subform, Designer instantly cra...

Views

698

Likes

0

Replies

1
Re: Workbench Not Expanding Application to Display Processes - Adobe LiveCycle 02-09-2011
Nevermind everyone - with the help of a teammate I have figured this out.Tha answer is that I was trying to import LC 8.2 archives as applications in ES2 without migrating them properly.For that we need the migration tool:http://labs.adobe.com/technologies/lcworkbench_archivemigration/Once the migration tool was inplace and the files properly up-converted the problem resolved itself.

Views

70

Likes

0

Replies

0
Workbench Not Expanding Application to Display Processes - Adobe LiveCycle 02-09-2011
I am having a very frustrating issue with Workbench and cannot find any answers online. If anyone has any feedback on this issue please let me know because it is imperative that I get Workbench working properly. Here is the issue:OS: Windows 7 Professional x64VersionL Workbench ES2 Version: 9.5.0.0.20100908.1.247189 Here is the problem: I have opened this Application in Workbench, and I need to edit the processes. But there is no arrow next to the main process to expand the sub processes. If I s...

Views

494

Likes

0

Replies

1
Re: How do I bind an XML Schema (XSD) to a Repeating Subform? - Adobe LiveCycle 01-11-2010
Okay - I solved my issue.And I am posting the answer for any other people who may find themselves in my situation.The answer is twofold:1. In your binding, you must include a bracket asterisk "[*]" to indicate that the subform can have multiple entities (see pic).2. In your schema, the element that this is bound to, MUST declare that the maxOccurs="unbounded"; so in this instance:So - there you go.

Views

175

Likes

0

Replies

0
Re: How do I bind an XML Schema (XSD) to a Repeating Subform? - Adobe LiveCycle 29-10-2010
Update:So, I realized the reason that the XML was outputting the entire form is due to the way the LC process I created to output the sample XML outputs the data.Using Adobe Acrobat to extract the XML from the form, it now looks like this: Facility Name 1234 Fac Address St. Businesstown NY 12345 000000000 jkfhkfkj@yhaoo.com jhfflk fllhjhfj <--This is the subform container and subform that I am trying to get to repeat hfhfhfh hjkjkjdhkdhkj Add sjdjdj@hfhfh.com (555) 555-5555 So the whole "r...

Views

179

Likes

0

Replies

0
How do I bind an XML Schema (XSD) to a Repeating Subform? - Adobe LiveCycle 28-10-2010
Hello -I am trying to make a form that repeating subform elements.See Picture:I wrapped the repeating elements in a positioned subform, that is then wrapped in subform container (another subform that is set to "flowed" to allow the repetition of the wrapped positioned subform.The effect looks like this:(You can see the dynamic repeating parts at the bottom)Everything works as it should - but I cannot figure out how to bind the data elements to my schema.If I explicitly bind each data element in ...

Views

974

Likes

0

Replies

3
Can I use Non-standard XSD Data Types in my XSD; if so how? - Adobe LiveCycle 11-08-2010
Please help if you can, this is a complex question, so bear with me.Also note that I am in Livecycle 8.2 ES (not ES2 or higher).I am working on creating XSD schemas to map to form objects.I have created one master schema document that is wired into multiple forms, and I have one separate schema for reusable form objects, that I refer to as a "common node".All of my individual form schemas are brought together in this one Master Schema via the use of include statements.***************************...

Views

520

Likes

0

Replies

0
Re: XSD isn't working properly as a Data Connection - Adobe LiveCycle 27-07-2010
Marking thread as answered.

Views

62

Likes

0

Replies

0
Re: XSD isn't working properly as a Data Connection - Adobe LiveCycle 27-07-2010
Never mind - a fellow team member answered my question.This occurs when you use "Normal Binding" rather than explicit binding.Thanks anyway -Ben L.

Views

63

Likes

0

Replies

0