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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal Report Web ASP (Hyperlink)

Status
Not open for further replies.

wolfieman

Programmer
Oct 17, 2002
10
0
0
DK
Hi everyone!

I am currently building a webreport using the the
RAS SDK from an asp page.

I am trying to make a "dynamic" hyperlink to a website,
for instance what i would like to do is this:


But this statement doesnt work in the following code!

I know how to make a "static" link, that is always the same. I do it like this:

Set NewReportObject = ObjectFactory.CreateObject("CrystalReports.FieldObject")
With NewReportObject
.Kind = FieldToAdd.Kind
.FieldValueType = FieldToAdd.Type
.DataSource = FieldToAdd.FormulaForm
.Left = left_start
.width = field_size
.format.EnableCanGrow = true

.Format.HyperlinkType = crHyperlinkTypeWebsiteFieldValue
.Format.HyperlinkText = "end with

Can anyone PPPLLEASE help me with an example or so..?
Should i do it another way?!!!

Does anyone know where to get some better documentation..
than the SDK....?

Write as soon as possible

Sincerly
Jan Tovgaard
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top