NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: alex.kolaric on December 13, 2011, 02:10:32 PM
-
Hi,
Are browses with unique key with multiple components working properly in Nettalk 5? I need to build few pages for some tables in customer DB that have PK defined with multiple components.
thanks,
Alex
-
I tested browse on one of the tables where PK has 2 fields. Data is displayed correctly, however when I click on next button, navigation buttons disappear. Using version 5.37
Any help is appreciated.
Thanks,
Alex
-
Hi Alex,
While some multi-component-key things work in NT5, it's not officially supported there. In NT6 it is supported, so if there's a problem there then it's a bug.
cheers
Bruce
-
Thanks for the answer Bruce.
Is there any way to make it work without you updating NT5 (I guess you won't be doing any such thing now NT6 is out)? This is rather simple thing, I need one browse for displaying data from one table with 2 component PK and the main problem is that Previous and Next buttons are not working properly. So if you could point me, at least, to some tweak I could do to make it work I would appreciate it.
Thanks again,
Alex
-
hi Alex,
it's possible the problem is not the key.
Open Firebug in Firefox, and go to the browse.
Now open the firebug "console" window, and then click on the "Next" button.
You should see the response apepar in the console. Open the response, and choose the XML tab. If you see any kind of error there, then that implies something in the response was not xHtml compliant. This is the most common reason for the browse buttons to fail.
see attached pic.
[attachment deleted by admin]
-
Thanks Bruce,
I will try that.
Regards,
Alex