This topic is locked

Error with lookup-Display by master/Detail

3/18/2005 2:03:56 PM
ASPRunnerPro General questions
Pfeiffer author

Hello,

I found the following problem :
I use master/detail.

In the mastertablel-view I use a lookup-wizard field, which is displayed correctly in the edit,add list-view of the mastertable.
In the view of the detail-table I want to see the fields of the master table too.

The fields of mastertable are shown until the line reaches the lookup-field.

The lookup-field and all following fields are black and not visible.
May be there is a propblem with lookup-fields in display of master fields in this case ??
Sincerely

Uwe Pfeiffer

Sergey Kornilov admin 3/23/2005

It sounds like some error happens on this page that prevents data from

displaying.
To see exact error message open ..._view.asp file in any text editor

and change the following line:
On Error Resume Next
to
'On Error Resume Next
After that you can run this page again and see error message which can be posted here.