02-19-2010 12:27 AM
Hi,
It's been awhile since I've had contact with the SLX community. I'm currently troubleshooting something in SLX 7.0.1.1075 Client/Server application. DB is on MSSQL Server 2000. No Sync Server. All users are on the Desktop client.
I added some custom fields to the Account table, all of them are long integer types. I placed them on a custom tab view in edit boxes. As Admin I can see the data in all of the edit boxes. As a regular user with all rights, I can only see three out of these same five fields. All of the edit boxes have the same exact properties except for text, name, left, top and width. Nothing extraordinary, but two fields will not show anything and I can't seem to figure out why.
The fields display fine in List View. I've tried putting edit boxes linked to the same fields on the Account Detail View and I get the same result. What's up with this?
Can anyone help?
Thanks,
John Houlgate
Solved! Go to Solution.
02-19-2010 12:47 AM
Hi John,
i had similar problems in SLX 7.22 and SLX 7.51.
Try to set field level security new. Open Administrator --> Manage --> Field Security Profiles --> Select Profile of the Users, if you don't have own select Read/Write Default --> Edit --> Select Table then:
- Set to Read Only --> Save --> Open Profile again and set back to Read/Write --> Save
This helped in my case.
Check first in your Test Enviroment!
Regards
Rainer Raebiger
bizz consult gmbh
02-19-2010 01:37 AM
02-19-2010 01:39 AM
Thanks Rainer,
Your solution was next on my list, but the re-release seemed to get it done.
JH