NetTalk Central

Author Topic: Empty Browse  (Read 2947 times)

Djordje Radovanovic

  • Full Member
  • ***
  • Posts: 237
    • View Profile
Empty Browse
« 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?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Empty Browse
« Reply #1 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


Djordje Radovanovic

  • Full Member
  • ***
  • Posts: 237
    • View Profile
Re: Empty Browse
« Reply #2 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Empty Browse
« Reply #3 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

Djordje Radovanovic

  • Full Member
  • ***
  • Posts: 237
    • View Profile
Re: Empty Browse
« Reply #4 on: February 10, 2014, 08:38:45 AM »
It was lucky guess.  ;D

Thank you Bruce.

Djordje Radovanovic