Skip to Content
0
Jan 11, 2005 at 03:08 PM

TableView; Navigation; Runtime Error

37 Views

Hi,

I,m getting a 'Runtime Error; Error: Object doesn't support this property or method.' when I'm trying to navigate in a Tableview.

If I choose to debug this (because I have Microsoft Script Debugger), I have an error on:

function ur_table_getCellHeaders(s){ result = null....

This function is inside '../sap/public/bc/ur/Design2002/js/sapUrMapi_ie6.js'.

I'm currently with SP47, IE6.0.2800.1106 and using design2003.

I'm not getting any error if I use design2002.

My code is very simple:

<%@page language="abap" %>

<%@extension name="htmlb" prefix="htmlb" %>

<%@extension name="xhtmlb" prefix="xhtmlb" %>

<%@extension name="phtmlb" prefix="phtmlb" %>

<htmlb:content id = "content"

design = "DESIGN2003"

controlRendering = "SAP">

<htmlb:page>

<htmlb:form id="formTable" >

<htmlb:tableView id = "result"

width = "100%"

table = "<%= t_data %>"

visibleRowCount = "8" >

</htmlb:form>

</htmlb:page>

</htmlb:content>

Any help should be great.

JS