I am trying to create a master detail
relationship between 3 tables. Here is an
example:
Table 1: People (Tom, Jim, Tracy)
Table 2: Favorite Shows (Seinfeld, Simpsons, Friends)
Table 3: Favorite Foods (Pizza, Pasta, Chicken)
I want to have the master be the people (1
record per page), and for each person show
his/her favorite shows and favorite foods. All 3 "pages" should be on one HTML page.
I have created master/detail pages with the
Page Wizard, and have tried to emulate that
manually by creating the separate pages,
creating the joins in the detail pages, adding the detail pages as subpages in the
master page's properties, and adding this
event code to the master page:
public int this_onBeforeRowDisplayEvent(CSpDataDrivenVisualEvent event)
{
return (doJoin (event.getRowIndex()));
}
This is ND 4.1.3. I am fairly new to ND, I
have a feeling it's something simple I missed.
Thanks!
Tom C
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]