Writing file to server with Livecode Server

2021-07-08 Thread Tim Selander via use-livecode
Hi, Several years back, I had a POST web form for our company where I saved responses to a .csv file on the same server and same folder as the .lc file. (All hosted on on-rev.com) That page is long gone, but I now need to do the same thing. But when I try to write the data to the csv file, I

Re: HiDPI scaling on HTML5 works great !

2021-07-08 Thread Tom Glod via use-livecode
Thats great news, thanks! On Thu, Jul 8, 2021 at 2:09 AM Rolf Kocherhans via use-livecode < use-livecode@lists.runrev.com> wrote: > Hello All > > For all doing HTML5 stuff, try the new 9.6.3 RC-1 Release, > finally it can now do HiDPI scaling ! > > The stacks on webpages now look beautiful ! > >

Re: mySQL 8 destroyes umlaute

2021-07-08 Thread Rick Harrison via use-livecode
Hi Tiemo, Could you use a substitution table as a work around patch? Rick > On Jul 8, 2021, at 8:45 AM, Tiemo via use-livecode > wrote: > > Thank you Matthias, > > because it is an existing db and years old LC programs in different versions > out at the customers, I can't modify my old LC p

AW: mySQL 8 destroyes umlaute

2021-07-08 Thread Tiemo via use-livecode
Thank you Matthias, because it is an existing db and years old LC programs in different versions out at the customers, I can't modify my old LC programs out there. I now have read that uft8 gets deprecated in mySQL 8 at some time, so that all new and migrated mySQL 8 databases gets by default u