NetTalk Central

Author Topic: Child Browses - What's the magic?  (Read 3665 times)

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Child Browses - What's the magic?
« on: August 30, 2007, 03:32:46 PM »
Sometimes the magic works, and sometimes it doesn't....
This is x-posted at the 3rd party NG.

I must be missing something because I just can not get a child browse to work.
Both browses work fine by themselves but when I put them together, the child will only display children of the last record in the parent.

I am using file relation as the filter for the child.
This is on a MSSQL database. Could be the problem?

Thanks,
chris c 
Real programmers use copy con newapp.exe

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11204
    • View Profile
Re: Child Browses - What's the magic?
« Reply #1 on: August 30, 2007, 10:45:20 PM »
try coding it as a "filter" rather than a "range".

There are sites using mssql where it works fine, so I don't think it's that.

Cheers
Bruce

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Re: Child Browses - What's the magic?
« Reply #2 on: August 31, 2007, 05:50:20 AM »
I made sure of my keys and it worked exactly once.
Now it is not refreshing the page when I select an item from the parent. If I select a parent record and then click refresh, the child displays properly.

 ??? Chris
Real programmers use copy con newapp.exe

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11204
    • View Profile
Re: Child Browses - What's the magic?
« Reply #3 on: September 03, 2007, 01:44:39 AM »
Hi Chris,

sounds like you have invalid XHTML in your html somewhere.
see here for details;

http://www.nettalkcentral.com/index.php?option=com_smf&Itemid=36&topic=119.0

Cheers
Bruce

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Re: Child Browses - What's the magic?
« Reply #4 on: September 03, 2007, 11:27:26 AM »
Thanks, Bruce. If the validators are to be believed, there are a LOT of xhtml errors all over the place. Mine particular one was to put ' ' as the browse title in order to position it.
I don't understand it, but when I removed that, it all worked again. Now I'm off to see if I can get the third level of this lookup to work.

chris c
Real programmers use copy con newapp.exe