NetTalk Central

Author Topic: Records not visible in Browse of a new table after updating to Nt8.23  (Read 2660 times)

johanco123

  • Full Member
  • ***
  • Posts: 245
    • View Profile
    • Email
Hi Bruce

I upgrade one of my apps from Clarion 6 and NT6 to clarion 8 and nettalk 7.32 without problems by following the instructions. I upgrade the apps now to Nt8.23 without problems.

I also update my File Manager3 to 5.20. I use a MSSQL database and use fm3 to connect to the database.. Working fine.

I add a new table to the dictionary with MSSQL driver and use fms3 as version control.

I add a new browse for the new table in my web application. Now filters . I cannot view the records in the browse.

I create a new web application with the template wizard for that new file only. Then I can view the records.

I can view the records through a windows application as well.

Then I create a new module and create a new browse. Still cannot view the records in the web browse. (Multi-dll apps)

I create a new table again in dct . The same situation with all my tests.

I thought there might be a file that is not needed in my solution file but not sure ?

Any suggestions.
Kind regards
Johan

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Records not visible in Browse of a new table after updating to Nt8.23
« Reply #1 on: August 08, 2014, 03:36:20 AM »
so I think what you are saying is that all the programs you have created as tests work fine, but your actual program does not.

I guess then you're in the best position to do some debugging. Check to see if the request comes in - turn on debugview in the affected browse, inspect the filter, and so on.

I'd also be looking closely at the glo:owner string for the tables if i were you. If you're pointing at the wrong database, or no database, then you aren't gonna get any records.


cheers
Bruce