Search found 6 matches
- Wed Jan 15, 2020 1:47 am
- Forum: Databases
- Topic: sqlite update execution error if multiple records exist
- Replies: 3
- Views: 9482
Re: sqlite update execution error if multiple records exist
Thank You! I didn't actually know what that part of the code I copied did for sure. Super simple, but I was stuck.
- Wed Jan 15, 2020 12:09 am
- Forum: Databases
- Topic: sqlite update execution error if multiple records exist
- Replies: 3
- Views: 9482
sqlite update execution error if multiple records exist
Hello
I'm just learning databases with Livecode. I'm sure there's a simple answer to this somewhere.
I've got a simple database just trying to update records with a simple statement. The query ends up reading like this
UPDATE photo SET favorite = "0" WHERE refnum = "123462"
This works just fine in ...
I'm just learning databases with Livecode. I'm sure there's a simple answer to this somewhere.
I've got a simple database just trying to update records with a simple statement. The query ends up reading like this
UPDATE photo SET favorite = "0" WHERE refnum = "123462"
This works just fine in ...
- Fri Aug 02, 2019 4:10 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Set defaultFolder BEFORE answer FOLDER
- Replies: 11
- Views: 11354
Re: Set defaultFolder BEFORE answer FOLDER
I'm trying to find the recycle bin on windows 10
SpecialFolderPath (0x000a)
doesn't return anything.
I'm just trying to recycle a file rather than obliterate it with the delete file command.
Appreciate any help. Thanks!
Jon
SpecialFolderPath (0x000a)
doesn't return anything.
I'm just trying to recycle a file rather than obliterate it with the delete file command.
Appreciate any help. Thanks!
Jon
- Sat Jan 19, 2019 1:29 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Associated File Launching a Standalone or Handling Associated File Input
- Replies: 5
- Views: 4813
Re: Associated File Launching a Standalone or Handling Associated File Input
Thanks!
I'm building the mac on a mac and the windows on windows as I couldn't get it to launch otherwise. I have just figured out what makes it work. For some reason I have to do something with the pSender. I added this line to the start of the apple event handler and it all works. I'm not doing ...
I'm building the mac on a mac and the windows on windows as I couldn't get it to launch otherwise. I have just figured out what makes it work. For some reason I have to do something with the pSender. I added this line to the start of the apple event handler and it all works. I'm not doing ...
- Fri Jan 18, 2019 10:33 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Associated File Launching a Standalone or Handling Associated File Input
- Replies: 5
- Views: 4813
Re: Associated File Launching a Standalone or Handling Associated File Input
Thank you so much!
Now I'm working on making this work on the Mac. is on appleEvent the best way to do this?
I'm actually trying to get EOS Utility (Canon Camera Software) to use my app as a linked app to open newly downloaded camera files. I only need the filename. If I use an on appleEvent it ...
Now I'm working on making this work on the Mac. is on appleEvent the best way to do this?
I'm actually trying to get EOS Utility (Canon Camera Software) to use my app as a linked app to open newly downloaded camera files. I only need the filename. If I use an on appleEvent it ...
- Thu Jan 17, 2019 7:43 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Associated File Launching a Standalone or Handling Associated File Input
- Replies: 5
- Views: 4813
Associated File Launching a Standalone or Handling Associated File Input
What message shows up when another app or associated file sends the launch command to my app?
I'm building an app to receive images from a camera. The camera app (EOS Utility) has the option to associate another app. Most apps (photoshop etc.) will just open the newly downloaded image file. I don't ...
I'm building an app to receive images from a camera. The camera app (EOS Utility) has the option to associate another app. Most apps (photoshop etc.) will just open the newly downloaded image file. I don't ...