|
| Open an application in read only mode |
| Iniciado por guest, 08,oct. 2015 17:04 - 2 respuestas |
| |
| | | |
|
| |
| Publicado el 08,octubre 2015 - 17:04 |
I have a very simple (perhaps 'stupid'....) question. Is there any possibility to open a Windev-application in readonly mode? So everything needs to be available but the user may not change anything |
| |
| |
| | | |
|
| | |
| |
| Publicado el 08,octubre 2015 - 18:00 |
If you only use HAdd,HModify,... it's easy. just define one trigger before for all your files, all the functions and in the procedure just put H.ToDo="A" or H.ToDo="E" When modifying data files via a query, only the server triggers can be triggered. The simple triggers or the client triggers are not triggered.
I don't know if the Access (Property) in the connection can be used and if it works under any condition, you can try that way and let us know if it works.
http://doc.windev.com/en-US/…
http://doc.windev.com/en-US/…
http://doc.windev.com/en-US/… |
| |
| |
| | | |
|
| | |
| |
| Publicado el 08,octubre 2015 - 18:01 |
Hi Geert
Yes and No!
it is of course possible if YOUR code is made for that, but there is no general setting that would allow that option with a simple checkbox or instruction
Best regards |
| |
| |
| | | |
|
| | | | |
| | |
|