standalone crash on post to URL or put url

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7390
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: standalone crash on post to URL or put url

Post by jacque » Sun Sep 29, 2013 8:02 pm

Simon wrote:I have asked before "how do I know if the library has been loaded?" but most say just save any calls to it till the openCard handler.

Code: Select all

get the backscripts
put "revliburl" is in it
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: standalone crash on post to URL or put url

Post by Simon » Sun Sep 29, 2013 8:17 pm

Cool Thanks Jacque!

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

Steve Denney
Posts: 101
Joined: Wed Dec 22, 2010 8:17 pm

Re: standalone crash on post to URL or put url

Post by Steve Denney » Mon Sep 30, 2013 2:05 am

Thanks again Simon, revOpenDatabases very useful, wish I’d known earlier (been through the dictionary so many times, never twigged)… Anyway, I suspect it may be the answer -- or at least an answer since it may well be a left-open connection behind both crash issues. I’ve started replacing my earlier closing code with yours. Unfortunately I’m not going to test whether an open connection was the original problem (at least for now) – workaround is in place & working. So much to do so little time.
Cheers Steve

Post Reply