pmo:
After upgrading to RC1, my servoy developer does not recoginize my database server connections anymore…
Here’s what’s in the “Problems” tab in developer:
Is anyone having this problem? thanks
it cant open the table editor for a table because your database server is disabled or invalid.
What happens if you just open the server itself? Is there something wrong with your connection?
Since this release I see 58 warnings as follows on the problems tab:
RowBGColorCalculation of form ‘BasLog’ is linked to an entity that doesn’t exist. BasLog.frm /HadesBasics/forms HadesBasics/forms/BasLog.frm Form Problem
The row bg color calculation is linked to a global method. This is a rather new possibility. Why do we get warnings now?
birgit:
Since this release I see 58 warnings as follows on the problems tab:
RowBGColorCalculation of form ‘BasLog’ is linked to an entity that doesn’t exist. BasLog.frm /HadesBasics/forms HadesBasics/forms/BasLog.frm Form Problem
The row bg color calculation is linked to a global method. This is a rather new possibility. Why do we get warnings now?
Regards
I noticed the same problem. You can fix this by changing in 4.1 your RowBGColorCalc put it first on -none-, save your change and then change it back to the correct method and save it again.
Then export your 4.1 solution and import it again into 5.1. In my case that solved this warning
birgit:
Since this release I see 58 warnings as follows on the problems tab:
RowBGColorCalculation of form ‘BasLog’ is linked to an entity that doesn’t exist. BasLog.frm /HadesBasics/forms HadesBasics/forms/BasLog.frm Form Problem
The row bg color calculation is linked to a global method. This is a rather new possibility. Why do we get warnings now?
Regards
What happens if you clean the projects (Project → Clean…) ? Do the markers reappear ? What if you restart developer then clean ?
jcompagner:
ahh ok, so thats when you set the foundset
Thats an easier fix.
Ok, but beware : at the moment of the form.foundset.loadrecords() that form is not (yet) shown…
Feel free to fix all of the easier fixes…
Hi Johan,
After testing in RC2 : not fixed in RC2.
As a workaround I issue an extra (dummy) setSelectedIndex(1) followed by setSelectedIndex(selectedIndexBeforeFormShow) after the tableview form is shown…
Then it works ok but I hope it will be fixed soon
I repeat my bug description : At show event the currently form.foundset.selectedIndex is not (always) in the tableview (screen) window !
After upgrading to RC1, all my database connections are gone.
i tried openning the local servoy admin page, and there’s no database connections.
But all the *.dbi files are still in my workspace’s local resources folders.
anyone else having this problem?
thanks
thank you very much.
I re-created my servoy5 directory, and did not copy over the servoy.properties file.
so can I use the servoy.properties file from a servoy 4 installation on a servoy 5 install?
I just want to make sure this is safe to do.
thanks
Since this release I see 58 warnings as follows on the problems tab:
RowBGColorCalculation of form ‘BasLog’ is linked to an entity that doesn’t exist. BasLog.frm /HadesBasics/forms HadesBasics/forms/BasLog.frm Form Problem
The row bg color calculation is linked to a global method. This is a rather new possibility. Why do we get warnings now?
Is there a solution for this issue ??
It is not possible for us to go back to 4.1 and then up again to 5.1.
It seems to be an issue with solutions that where upgraded from 4.1 and had global rowbgcalculations.