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?