Re: [OT] PHP Developer wanted for small job

2021-06-23 Thread Antti Ilola via use-livecode
Try change mysql_ to mysqli_ . It works for me. Antti ti 22. kesäk. 2021 klo 23.47 JeeJeeStudio via use-livecode ( use-livecode@lists.runrev.com) kirjoitti: > a very very very very very good one is https://phpdelusions.net > > Try to switch over to use PDO for database connections and query's,

Re: Open a folder on the desktop from a LiveCode app

2021-06-23 Thread Eller, Roger via use-livecode
I like to use the full path to the file and use the /SELECT switch. This opens the folder AND selects the file. on mouseUp set the hideConsoleWindows to true get shell("explorer.exe /SELECT," & quote & tPathToFile & quote) end mouseUp ~Roger From:

Re: Open a folder on the desktop from a LiveCode app

2021-06-23 Thread Bob Sneidar via use-livecode
Oooh nice. I have a use for that. Bob S > On Jun 23, 2021, at 11:43 , Eller, Roger via use-livecode > wrote: > > I like to use the full path to the file and use the /SELECT switch. This > opens the folder AND selects the file. > > > on mouseUp > > set the hideConsoleWindows to true >

Re: Open a folder on the desktop from a LiveCode app

2021-06-23 Thread William Prothero via use-livecode
Klaus and others: I love it! I can use this too. Bill Prothero > On Jun 19, 2021, at 12:50 PM, Klaus major-k via use-livecode > wrote: > > Hi Paul, > >> Am 19.06.2021 um 20:48 schrieb Paul Dupuis via use-livecode >> : >> >> What is the "best" way (or any way) to open a folder on the Windows