cancel
Showing results for 
Search instead for 
Did you mean: 

Error while creating a hyperlink for a field in a table view

Former Member
0 Kudos

Hi all,

I have created a table view to display the lead information.Now i wanted to make the lead number to be made as a hyperlink.I have tried the delow code

<htmlb:tableView id = "tvX"

headerText = "Leads Details"

headerVisible = "true"

design = "alternating"

visibleRowCount = "5"

visibleFirstRow = "<%= firstvisiblerow %>"

fillUpEmptyRows = "true"

onHeaderClick = "MyEventHeaderClick"

onRowSelection = "select"

selectionMode = "singleselect"

table = "<%= activities %>"

iterator = "<%= z_it %>"

sort = "SERVER" >

<htmlb:tableViewColumns>

<htmlb:tableViewColumn

columnName = "object_id"

type = "link" >

</htmlb:tableViewColumn>

</htmlb:tableViewColumns>

</htmlb:tableView>

But am getting the following error whlle am activating the code

Internal error occured during runtime generation

of Class CL_O2D59X6KFES8AMMPAFQ6AV1R3WF (Dump ID:

DBIF_REPO_SQL_ERROR).

When i remove the code for <htmlb:tableViewColumns> this error does not exist

Can canyone help me in solving this?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

MarcinPciak
Active Contributor
0 Kudos

My Friend,

I suggest moving the thread to [BSP forum|; as here you might not get to much help about that.

Anyhow I would start looking around your iterator as all seems fine about this page fragment. This might be the issue as iterator itself may already provide column definitions. The easiest would be simply commenting out iterator and see the result

or

use columnDefinitions of <htmlb:tableView> where you pass already filled table which defines how table should apprear.

Regards

Marcin

Former Member
0 Kudos

Thank You i have moved the thread to BSP

Sandra_Rossi
Active Contributor
0 Kudos

S@N, you must move the thread by clicking the ABUSE button, you have then the possibility to ask the moderators to move it (you won't have any penalty of course ). As it seems you have created another thread in BSP forum, please close this one (click "answered")

Answers (1)

Answers (1)

Former Member
0 Kudos

Assumed answered by moderator