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

shiv179
shiv179
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
16

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by shiv179
Customize the badges you want to showcase on your profile
Re: calculate.override bugs; LC ES 2; Acrobat 9.4/Reader 9.4 - Adobe LiveCycle 18-10-2010
Hi RadzmarThanks for your replies.All working nowThanks!!!!

Views

331

Likes

0

Replies

0
calculate.override bugs; LC ES 2; Acrobat 9.4/Reader 9.4 - Adobe LiveCycle 15-10-2010
Hi AllI have encountered possible bugs in calculate.override.It seems that I cannot turn it off and allow the user to type freely, and then turn it on again.The situation simplifed:1) There are 3 text boxes, A, B and C.2) A and B are normal text boxes, free to type.3) C is set as 'Calculated - Read Only', the calculation is A.rawValue + B.rawValueNow I want to allow the user to type anything they want into C (by pressing a button), so I have to disable the calculation (and the read only attribut...

Views

1.6K

Likes

0

Replies

3
Re: loadXML problem - Adobe LiveCycle 03-06-2010
Hi pguerettI have sent a mail to you.Thanks for your asistance!Regards,Shiv

Views

656

Likes

0

Replies

2
Re: loadXML problem - Adobe LiveCycle 01-06-2010
The XML data that gets written to the datbase is xfa.data.saveXML();This data is exactly the same when it gets retrieved from the web service call.I even went into the database and pulled up the data that was written.So the data isn't the problem!When I call loadXML, the data does come back into the form.However, as I have stated, I want to hide certain fields and set the value of a field, AFTER calling loadXML.This is where my problem lies - the code afterwards gets ignored.I have tried using x...

Views

656

Likes

0

Replies

4
Re: loadXML problem - Adobe LiveCycle 01-06-2010
Hi PaulThanks for the quick reply.My command is actually: xfa.datasets.data.loadXML(payload,1,1);payload is an XML file returned from a web service call.Let me explain my situation:The user fills in the form.The data in the form is exported to XML (using the saveXML function) to a database .The user can retrieve the data they captured previously in the form by entering a reference number and hitting Search.A web service call is made and the XML data is retrieved from the database.This XML file i...

Views

656

Likes

0

Replies

6
Re: loadXML problem - Adobe LiveCycle 01-06-2010
I am having the same issue!No need for a sample form.Just put a button and a text field on the form.On button click, call loadXML() and then try setting the value of the text field, for example TextField1.rawValue = "test";The TextField's value remains unchanged.Any code that modifies form objects (setting values, hiding/showing objects, etc) is IGNORED after the call to loadXML.I can't seem to find a suitable workaround.Feedback much appreciated!!Thanks,Shiv

Views

656

Likes

0

Replies

8
execValidate, but silently? (no validation/empty message boxes!!) - Adobe LiveCycle 16-02-2010
Hi AllI want to check if all fields are valid and filled in.I use execValidate().However, executing execValidate means all the validation script messages and empty messages are also displayed.Is there any way of checking for validity, but without the annoying message boxes popping up?Thanks,Shiv

Views

2.0K

Likes

0

Replies

4
Re: Check boxes / radio buttons inside a ListBox / other component? - Adobe LiveCycle 11-02-2010
Hi NithI was looking at the Acrobat JavaScript Scripting Reference, the execDialog function.I am trying to insert a check box into a Heirarchical List Box, but it's not working.Have you attempted to integrate one component into another this way?Thanks so much, much appreciated.Regards,Shiv

Views

326

Likes

0

Replies

0
Re: Check boxes / radio buttons inside a ListBox / other component? - Adobe LiveCycle 11-02-2010
Hi NithThanks for the reply.What is the point if you can't make dynamic, free flowing, fillable, interactive forms?By having this functionality, printing is going to be a problem at some point.Think of list boxes that scroll (and don't have vertical scroll bars while I'm at it).Because I can't include radio buttons / check boxes in another component for easy scrolling, I had to just use a list box - which isn't as user friendly.Multi select in a list box will already confuse users. Printing is a...

Views

328

Likes

0

Replies

0
Re: Check boxes / radio buttons inside a ListBox / other component? - Adobe LiveCycle 10-02-2010
That's 2 negative replies from you today!! There are so many limitations on Acrobat / LiveCycle, it's not even funny!!

Views

325

Likes

0

Replies

0