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

69RoadRunner
69RoadRunner
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
9

Discussions

Discussions
0

Questions

Questions
9

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by 69RoadRunner
Customize the badges you want to showcase on your profile
Re: No "presence" Attribute for Master Pages or Content Areas? - Adobe LiveCycle 22-08-2009
My problem is I have page 1 with fields in the header, then there are line items attached to a database table. There could be 1 line item or 200. I can print up to 7 line items on the first page and then a footer must appear on just page 1.If there are more than 7 line items, I continue to another page. I have to have a bunch of header fields at the top of this continuation page. The line items continue under this. If another continuation page is needed, then the header info appears at the top a...

Views

104

Likes

0

Replies

0
No "presence" Attribute for Master Pages or Content Areas? - Adobe LiveCycle 18-08-2009
Is it true that there isn't a .presence attribute for master pages and content areas? I have a form with multiple master pages, and based on certain criteria, I'd like to not display the master page.This master page has 1 content areas. One is a header area. The rest of the page is content area 2. It is blank. I have a conditional breakpoint that sends line items from a table to content area 2 if I have more than 7 line items.If I have 7 or fewer line items, I'd like to hide this master page, bu...

Views

1.0K

Likes

0

Replies

3
Re: How To Prevent a Page From Displaying? - Adobe LiveCycle 18-08-2009
I've partially resolved this issue. I created a global variable and in the conditional breakpoints for the line item table, I move the ZCOUNTER value into the global variable.If this global variable is < 8, I subtract 1 from the total page count on page 1 and also subtract 1 from the page number and page count on page 3.The line item continuation page still prints when I don't have more than 7 line items, but it can be thrown away without messing up the page count.

Views

2.3K

Likes

0

Replies

0
Re: How To Prevent a Page From Displaying? - Adobe LiveCycle 17-08-2009
SAP is the Enterprise Resource Planning system we use here. SAP integrates LiveCycle in the form design. ZCOUNTER is a field in a table on Page1. I have a conditional breakpoint that sends the table to a content area on another master page if I have more than 7 line items on the database.So, the table and field ZCOUNTER are not actually defined on this continuation page. Therefore, there are no events on the continuation page tied to the table or ZCOUNTER.If I have 7 or fewer line items on this ...

Views

2.3K

Likes

0

Replies

0
Re: How To Prevent a Page From Displaying? - Adobe LiveCycle 17-08-2009
Which event gets the code on the line item continuation page? It's a master page and I'm doing this within SAP, if that makes a difference. See the screenprint.Thank you very much for your help!

Views

2.3K

Likes

0

Replies

0
Re: How To Prevent a Page From Displaying? - Adobe LiveCycle 13-08-2009
Anybody?

Views

2.3K

Likes

0

Replies

0
Re: How To Prevent a Page From Displaying? - Adobe LiveCycle 11-08-2009
Please excuse my ignorance, I'm a newbie. I'd like to try the code that Rakesh suggested. Where should I put the code (which event for the page)?If my table is called item and one of the fields is ZCOUNTER, would I replace Rakesh's field txtnumber with ZCOUNTER or item.ZCOUNTER?Thanks!

Views

2.3K

Likes

0

Replies

0
Re: How To Prevent a Page From Displaying? - Adobe LiveCycle 05-08-2009
Well, my work priorities have changed, so I won't get to try this until next week. I like the ideas here and look forward to trying them.Thank you very much for the quick replies!

Views

2.3K

Likes

0

Replies

0
How To Prevent a Page From Displaying? - Adobe LiveCycle 05-08-2009
have a form with a table on the first page. If it has more than 7 line items, then it continues to a new master page content area to display the rest of the line items. Then it has another separate page to print at the end.However, if I have 7 or fewer lines, it still prints my continuation page. Is there a way to prevent this page from displaying and from being included in the page count?As another option, is there a way I can subtract 1 from the page count if the number of line items is 7 or l...

Views

7.8K

Likes

0

Replies

10