Re: Changing the scripts of a standalone

2025-08-04 Thread Bob Sneidar via use-livecode
I just use a Login stack and database table. It allows you to provide an interface for addition, deletion and modification of accounts. Bob S > On Aug 2, 2025, at 5:42 AM, jbv via use-livecode > wrote: > > Hi list, > > Years ago I built a desktop app with LC, and the client is still using

Re: Changing the scripts of a standalone

2025-08-03 Thread Mark Clark via use-livecode
Always alternatives. May or not be worth your time investment but here is something that works for me in the case of a quote system for a widely dispered sales team-- I use a launch style stack. This loads a stack from a URL. I do not use a standard web server for this (too much extra stuff) bu

Re: Changing the scripts of a standalone

2025-08-02 Thread Tom Glod via use-livecode
At Canela, we have tech that does this successfully and has been in production for many years. I never looked under the hood to see details so there may be things i am not aware of maybe some things that have to be done a certain way. We encrypt the code on disk, but once its loaded everything is s