I have been working on a Servoy solution for a few weeks. Today I had a tabpanel that would stop displaying when I restarted Servoy. I ended up checking the logfile and found that Servoy was generating many errors when it loaded my solution. I would copy and paste the errors here, but each time I open Servoy it generates more than 1,000 lines of errors. The solution is quite small - only 9 forms and a handful of methods so far although the database structure is largely complete. What should I do? Thanks.
There is not a method running. The solutions loads and goes to the form specified under solution settings. There are no onshow or onload events specified. There are only six methods (all globals) in the whole solution and they are all for navigation purposes. The form that loads has 4 portals on it, one of which is appointments. However, the forms that loads is not the appointments form. I don’t understand what I could have done to cause this to happen.
That was it. The initial sort for two of the portals was incorrectly set and that caused all of the errors. I’m coming from a FM background and will have to make adjustments. Thanks for the help.