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

Pepperpotsman
Pepperpotsman
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
39

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Pepperpotsman
Customize the badges you want to showcase on your profile
Re: Can Not View From from different client - Adobe LiveCycle 07-08-2012
I just cant seem to solve this. I have everything just great except the instance number or record number showing up on the debtor line.When the "Name" field is populated on the schedule, it appears like this: o/ Boston Eng. Company1/ Carter Glass It appears it placing the index number with a "/" to the left of the data. The "0" and the "1" are the instances that I created. I am not being given any errors but I located the following code in the xml source: It is part of the exit script for the dr...

Views

291

Likes

0

Replies

0
Re: Can Not View From from different client - Adobe LiveCycle 02-08-2012
Ok,I kept at it and I have it working good except one thing. When the "Name" field is populated on the schedule, it appears like this:o/ Boston Eng. Company1/ Carter Glass It appears it placing the index number with a "/" to the left of the data. The "0" and the "1" are the instances that I created. I am not being given any errors but I located the following code in the xml source: It is part of the exit script for the dropdown boxI think it is because of this part of the code......................

Views

288

Likes

0

Replies

0
Re: Can Not View From from different client - Adobe LiveCycle 01-08-2012
You always come through! It is looking good. Now the only thing that does not work is the field "Name" on page 1. It is a dropdown list that is used to polulate other fields. Here is what I am being returned:Script failed (language is javascript; context is xfa[0].form[0].form1[0].Page2[0].Footer[0].schedule[0].Debtor[0])script=var myindex = this.parent.index;var mypage = myindex+1;var myname = xfa.resolveNode("Page1["+myindex+"].Header.Name").rawValue;name = myname.substring(name.indexOf("/")+1...

Views

288

Likes

0

Replies

0
Re: Can Not View From from different client - Adobe LiveCycle 01-08-2012
Yes it does. I thought I had it but now I am getting this;Generating PDF Document...Script failed (language is javascript; context is xfa[0].form[0].form1[0].Page2[0].Footer[0].schedule[0].Debtor[0])script=var myindex = this.parent.index;var page = index+1;var name = xfa.resolveNode("Page1["+index+"].Header.Name").rawValue;name = name.substring(name.indexOf("/")+1,name.length) ;if(_Page1.count >= page){this.rawValue =name;} Error: Argument mismatch in property or function argumentFont Service: D...

Views

289

Likes

0

Replies

0
Re: Can Not View From from different client - Adobe LiveCycle 01-08-2012
I changed the worf "index" to "myindex" where ever it was referenced but I think I am comfused. here is what I get now.Generating PDF Document...Script failed (language is javascript; context is xfa[0].form[0].form1[0].Page2[0].Footer[0].schedule[0].Debtor[0])script=var myindex = this.parent.myindex;var page = myindex+1;var name = xfa.resolveNode("Page1["+myindex+"].Header.Name").rawValue;name = name.substring(name.myindexOf("/")+1,name.length) ;if(_Page1.count >= page){this.rawValue =name;} Err...

Views

288

Likes

0

Replies

0
Re: Can Not View From from different client - Adobe LiveCycle 31-07-2012
Hi Niall,Just about the time I think I am learning.....I checked the areas you suggested and all seems ok. There are errors present but didnt seem to be the deal breaker. There are the erroors. Generating PDF Document...Script failed (language is javascript; context isxfa[0].form[0].form1[0].Page1[0].Header[0].InvoiceDate[0])script=if (this.rawValue == null){var msNow = (new Date()).getTime();var d1 = new Date(msNow);this.rawValue = util.printd("mm/dd/yy", d1);}else {this.rawValue = rawValue;}Er...

Views

288

Likes

0

Replies

0
Can Not View From from different client - Adobe LiveCycle 30-07-2012
I have a form created in Livecycle 8.3 It is interactive and uses an XML data base. When i test the form it works great. It is secured with a password and uses extended rights through Acrobat Pro 8.3 When i send this to people using Reader to try it, they all get the same message: Need a newer version, then it opens and works great. If a user was opening with Standard 8 or Pro 8, the same thing happens except no version error message and the data does not poulate correctly. I am at my witts end....

Views

3.5K

Likes

0

Replies

10
Re: Difference btwn xfa.event.change and xfa.event.newText pls? - Adobe LiveCycle 09-07-2012
Hi Radzmar, my name is Steve. Niall is out of town this week and said maybe you could help me with a solution. I have a PDF form I designed in livecycle and it connects to a SQL datbase. It works great but need it to populate some fields on the form and I just can't get it. I am using some script from a help filebut Iam a novice here..Can you help?

Views

455

Likes

0

Replies

0
Re: Need script to force text entry - Adobe LiveCycle 30-04-2011
I have a date field that is a calculate java event that is throwing me acurve. It is suppose to populate the current date if the field is empty.When I open the form online it is saying 4-29-11 but when I click my add newinstance of the invoice it populates the field with 4-30-11 which iscorrect. I opened the form off line and it populated the field with 4-30-11when it opens. Here is the code;if (this.rawValue == null){var msNow = (new Date()).getTime();var d1 = new Date(msNow);this.rawValue = ut...

Views

146

Likes

0

Replies

0
Re: Need script to force text entry - Adobe LiveCycle 29-04-2011
Great, I had a little code wrong....Thanks for the great help, it works

Views

145

Likes

0

Replies

0