Page 2 of 2

Re: standalone crash on post to URL or put url

Posted: Sun Sep 29, 2013 8:02 pm
by jacque
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

Re: standalone crash on post to URL or put url

Posted: Sun Sep 29, 2013 8:17 pm
by Simon
Cool Thanks Jacque!

Simon

Re: standalone crash on post to URL or put url

Posted: Mon Sep 30, 2013 2:05 am
by Steve Denney
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