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

jashachik
jashachik
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
20

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jashachik
Customize the badges you want to showcase on your profile
Re: OnChange vs OnExit - Adobe LiveCycle 11-12-2013
I should have mentioned I'm doing this for HTML not PDF.xfa.event.newText returns undefined unfortunitly.

Views

279

Likes

0

Replies

0
OnChange vs OnExit - Adobe LiveCycle 11-12-2013
Good morning all,I have this method:var successFillColor = "204,255,255"; //Aquavar reqFillColor = "255,255,0"; //Yellowfunction validateACESID(){ var _Pattern = /^(\d{7})$/; var entered_text = VisitInformation.PatientInfo_subform.ACESID_TF.rawValue; if(_Pattern.test(entered_text)) { unHighlight(VisitInformation.PatientInfo_subform.ACESID_TF); } else { requiredHighlight(VisitInformation.PatientInfo_subform.ACESID_TF); }}function unHighlight(fld){ fld.fillColor = successFillColor;}function requir...

Views

667

Likes

0

Replies

2
Re: Way to invoke pattern validation in script - Adobe LiveCycle 10-12-2013
I know this is a little late but was this question ever answered?james

Views

444

Likes

0

Replies

0
Re: Master Page always displaying first - Adobe LiveCycle 06-12-2013
Hi Max,I actually fixed the issue by initially hiding all the screens, instead of hiding them via initialize action.

Views

328

Likes

0

Replies

0
Re: Calling REStful webservices from Designer - Adobe LiveCycle 05-12-2013
Hi Paul,Are RESTful services supported in the newest version of LiveCycle? If so can you provide a short example? Thank you,james

Views

164

Likes

0

Replies

0
Re: subform/table to contain scroll - Adobe LiveCycle 04-12-2013
What if you have a static subform/table, can you make that scrollable in PDF and HTML?

Views

426

Likes

0

Replies

0
Re: How to hide the First Page (Navigation) - Adobe LiveCycle 04-12-2013
Was this issue ever solved? I'm running into the similar situation

Views

434

Likes

0

Replies

0
Master Page always displaying first - Adobe LiveCycle 04-12-2013
Good morning all,I have a project I'm working on for the HTML view and I want only one page to be visible, the rest hidden. I have a list of the pages on the side tied to button clicks so as the user clicks the page they want to visit only one is shown. For the first page it works perfectly, but when I click the second button it displays the master page first and then the page I selected right below it. I'm assuming it's some layout property I have to fix with the master page.Ps my project works...

Views

1.0K

Likes

0

Replies

2
Deploy .pdf to LiveCycle Server for Testing - Adobe LiveCycle 02-12-2013
Good afternoon all,I was able to successfully install/configure our ES4 server and I am having trouble uploading and rendering files in my browser.I navigate to ServerName:8080/mobileformsivs/fileuploadservlet and select a .xdp from my computer successfully upload it (I check on the server side as well it was successful) and when I click "Render" it gets locked up and does nothing.Also when I select a .pdf from my computer and click upload I see that it uploaded on the server side but cannot see...

Views

640

Likes

0

Replies

0
Re: HTML Page Navigation - Adobe LiveCycle 26-11-2013
I am using ES4 (not sure of service pack) and rendering in HTML. I'm using a dropdown to select which page and I display a pop up window so I know the selection works. I used xfa.host.setFocus("DecimalField1"); and xfa.host.setFocus("NumbericField1"); with no success. Do I have to enable anything specific on the page? Or on the fields?

Views

253

Likes

0

Replies

0