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

CarlYoungPhx
CarlYoungPhx
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by CarlYoungPhx
Customize the badges you want to showcase on your profile
Re: Character limit of Text Field - Adobe LiveCycle 05-11-2014
ix_76 is the index record pointing to the Instructions field in the yourdeployment.tb_task table in the LiveCycle database. A customer using LiveCycle Process Management (Workspace) had the identical issue. This field holds the data from the "Task Instructions" user action in Workspace. The LiveCycle database limits this field to 900 bytes. My customer was using a variable to populate Task Instructions that pulled data from a form. If the data was less than 900 characters the form would go throu...

Views

315

Likes

0

Replies

0
Replacement for FormCalc Date2Num Date Field Calculations in Mobile Forms? - Adobe LiveCycle 24-06-2014
I have a number of forms that use the FormCalc Date2Num function. According to the Adobe documentation this function is not supported in mobile forms. If I were doing pure html5 forms I would use a JavaScript library to use a similar function. What's the best practice for handing Date2Num in Mobile Forms?

Views

958

Likes

0

Replies

1
How do I implement Digital Signatures and Scribble in a dual-use form? - Adobe LiveCycle 24-06-2014
I would like to have one xfa form that can be rendered as both PDF and html5. The form requires a signature. What code do I use to detect the rendering environment and display the correct signature type?Thanks,Carl Young

Views

504

Likes

0

Replies

1
Prevent users from entering future dates in Mobile Forms - Adobe LiveCycle 10-06-2014
How do you prevent users from entering a future date in a form that will be displayed on a mobile device in html 5 and on a PC as a PDF? It's easy to do with FormCalc date2num or the Acrobat method util.scand when you are doing xdp/pdf forms on the desktop, but FormCalc date2num and the Acrobat method util.scand are not supported in html 5 according to Adobe's documentation. If I were doing pure html 5 I would just import a JavaScript library that had the functions I need. In my case I need a so...

Views

659

Likes

0

Replies

0