Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hyperlink

Status
Not open for further replies.

crsdev

Programmer
Sep 29, 2006
96
US
Hi, I wanted to put a hyperlink in just last 3 rows of in the details sections,can anyone please help.
 
Hyperlinks are on text, formulas or fields, not on rows.

There are a couple of ways you might do this, software version dependent, of course, so I'll share one:

Right click the details and select insert section below.

Place the fields in the upper details in the lower details as well (you can highlight all and copy and paste).

Right click the text, field or formula you wish to create a hyperlink for in the new details section (B) and select format field->Hyperlink and point to the appropriate type of hyperlink and complete the information.

Now right click the upper details section and select section experts->X2 next to Suppress and place:

recordnumber >= count({Orders_Detail.Product ID})-2

Do the same for the lower details section and place:

recordnumber < count({Orders_Detail.Product ID})-2

Now the second details section will display for the last 3 rows, so your hyperlink is active, otherwise the upper detail section is dislayed without a hyperlink.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top