NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: ccordes on August 30, 2007, 03:32:46 PM

Title: Child Browses - What's the magic?
Post by: ccordes 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 
Title: Re: Child Browses - What's the magic?
Post by: Bruce 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
Title: Re: Child Browses - What's the magic?
Post by: ccordes 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
Title: Re: Child Browses - What's the magic?
Post by: Bruce 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
Title: Re: Child Browses - What's the magic?
Post by: ccordes 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