.NET4 and C#.
Created a form, used a DevExpress scheduler successfully. My form currently has a login, one type can read and write using the scheduler. But the other group I need to restrict there ability to write, basically read only.
I’ve tried adding a separate conn string to the “storage sched”, but this actually errors saying the connection is closed (no idea what its on about since its through the wizard.)
I have no code obviously because I’m asking if there’s actually a 1 line code that toggle read or write (I pray there is).
If not whats the long winded way?
Many thanks
Took a look and it seems there are methods which you can call that restrict access. All that needs to be done is restrict this to the users and should work.