Group,
I’ve looked and can’t find anything like the problem I’m having so thought I’d post to see if anyone has any ideas. I have 8.1.052 installed on Ubuntu 16.04 and am having an odd problem. I’ve created a grid that’s pulling 8 fields from a PostGres table. By default, the last few fields are not included in the grid, so I have to add them with the “fields positioning” tool. I then center some of the data in some of the fields and run the application…but the data is not getting centered. If I work on another application and come back to the original one, my last fiew fields are no longer included, so I have to go use the “fields positioning” tool again. It’s like the information is not being saved into the correct spot. In the SQL area, I had a field that was seconds divided by 60 to get minutes. When I changed the SQL to only show me the seconds (I just removed the /60), and ran the grid, it still showed me minutes…again, as if the changes are not being pushed to the app properly. To make sure I wasn’t losing it, I copied the SQL and created a new grid, and pasted the SQL into the grid and the data was displayed correctly…
I checked the permissions in /home/myaccount/Netmake/v81/wwwroot/scriptcase/app/myproject and they were 755 to daemon:daemon. So I changed the permissions recursively to 777 and also added myself to the daemon group, but still having the same problem. The changes I am making in the design of the app are not being reflected when I run it. I tried deleting the app folder in /home/myaccount/Netmake/v81/wwwroot/scriptcase/app/myproject and then running the app from scriptcase (to regenerate the app code) and still it’s not reflecting the changes I’ve made (centering data in fields, sql changes e.t.c.). When I go back to look at the code / settings, my changes are saved…but running the app, it does not reflect the changes.
Does anyone have any idea what could be wrong? I’ve been using Scriptcase for years and have never seen this before.
Thanks in advance!
Mark