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

Woodland_butche
Woodland_butche
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
26

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Woodland_butche
Customize the badges you want to showcase on your profile
Re: Automatic row numbers in the dynamic table - Adobe LiveCycle 26-08-2009
HiHope this helps

Views

338

Likes

0

Replies

0
Re: Automatic row numbers in the dynamic table - Adobe LiveCycle 26-08-2009
Niall! Once again Thank you for your help!I've seen the books you've recomended to Greg I'll try to read them to improve my scripting in LC.If I can somehow to return your favor please let me know!Best regardsAlex

Views

316

Likes

0

Replies

0
Re: Automatic row numbers in the dynamic table - Adobe LiveCycle 26-08-2009
Nial, thnaks for your help, the script you gave me is 50% solution I solved the error message but the calculation after second condition does not perform.Would you have a look a the table please?Thanks a lot

Views

314

Likes

0

Replies

0
Re: IF ... Else statement formula help needed - Adobe LiveCycle 25-08-2009
Paul,would you be able to help me with this one as well, please? form1.SubTable.Table2.Row1[0].Total::calculate - (FormCalc, client)if (AmountNet > 0) then Total = AmountNet + VATelse (AmountNet == 0) and (ExchangeRate > 0) Total = AmountForeign /ExchangeRateendifit still gives me an error.ThanksAlex

Views

141

Likes

0

Replies

0
Re: Automatic row numbers in the dynamic table - Adobe LiveCycle 25-08-2009
Hi, I just figure it out the answer for my frst question:form1.SubTable.Table2.Row1[7].ItemNumber::ready:layout - (FormCalc, client)this.rawValue=this.parent.index+1But still need your help for second one,please

Views

312

Likes

0

Replies

0
Automatic row numbers in the dynamic table - Adobe LiveCycle 25-08-2009
Hi, with your help I've almost completed my table. My table has 18 rows and it has add row btn. Is it possible automate numbering of the rows so that when I add rows they will have numbers automaticly. I've tried indexing but it doesn't work.this.rawValue=this.parent.indexI'm trying to improve also a calculation script and for some reason I do get and error. Will you be able to let me know where the errror is. My script is:form1.SubTable.Table2.Row1[0].Total::calculate - (FormCalc, client)if (Am...

Views

1.8K

Likes

0

Replies

8
Re: Rows in a Dynamic table disappear after edge of the page. - Adobe LiveCycle 21-08-2009
Thank you all for your advice I've managed to get it working ok.

Views

106

Likes

0

Replies

0
Rows in a Dynamic table disappear after edge of the page. - Adobe LiveCycle 19-08-2009
Hi I have a dynamic table with two buttons : 'add row' and 'delete row' I have two problems:1. is it possible to add more than 1 row at the time?2. How to make my document to add new page when the rows reached the edge of the content area?I have attache my docThanks a lot

Views

828

Likes

0

Replies

3
Re: IF ... Else statement formula help needed - Adobe LiveCycle 19-08-2009
Harray! It works!!!!!

Views

144

Likes

0

Replies

0
IF ... Else statement formula help needed - Adobe LiveCycle 19-08-2009
Hi, I have a table with several colums and I need to perform a simple calculations between them the scrip for it looks like thisform1.#subform[0].SubTable.Table1.Row[0].Total::calculate - (FormCalc, client)if (AmountNet > 0) then Total = AmountNet + VATelseif (AmountNet == 0) then Total = AmountForeign * ExchangeRateendiffor some reason the first part of the staement is working I cannot figure it out why second part does not.Can some one advise please?Thanks a lot

Views

2.0K

Likes

0

Replies

10