NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Djordje Radovanovic on October 02, 2013, 05:08:22 AM

Title: Empty Browse
Post by: Djordje Radovanovic on October 02, 2013, 05:08:22 AM
I create brand new application from existing dictionary. Whole application is generated by ServerAppWizzard and some of browses are empty and some of them are not.
Firstly I thought that there is no data but there is. Than, as this is ODBC connection, I used trace.exe to see were there some problems with odbc connection but there were not. Trace made log with data from table as I expected.
After that I use firebug to see what is in HTML and see that part of popup where table should be is dimmed.
Where did I go wrong?
Title: Re: Empty Browse
Post by: Bruce on October 02, 2013, 07:11:53 AM
so the table is being hidden if it is empty. (I'm assuming there was no data in the table?)
If you expand the (hidden) html was there data in there?

If not then I would guess the next step is to check the Filter and Order being generated (send them to Debugview).

cheers
Bruce

Title: Re: Empty Browse
Post by: Djordje Radovanovic on February 09, 2014, 10:17:42 PM
Now I am sure that I did it Ok.
I checked Filters with trace options. I checked even HTML (FB view source option).

I did not mention earlier that this empty browse is called as popup. If I change calling option and set 'Open as popup' to false and same browse return all data I asked.
The only difference is 'Open as popup' settings. Now I am  pretty sure that problem is on a NetTalk side (or my ignorance  ???).

Best regards,

Djordje Radovanovic
Title: Re: Empty Browse
Post by: Bruce on February 09, 2014, 10:41:06 PM
my guess is that something on your browse is not xHTML complient.
You can usually use firebug to inspect the open-browse-request and check if the xml is valid.

cheers
Bruce
Title: Re: Empty Browse
Post by: Djordje Radovanovic on February 10, 2014, 08:38:45 AM
It was lucky guess.  ;D

Thank you Bruce.

Djordje Radovanovic