RE: LiveCode server and library stacks

2014-11-18 Thread Ralph DiMola
-livecode-boun...@lists.runrev.com] On Behalf Of Richard Gaskin Sent: Tuesday, November 18, 2014 8:24 PM To: use-livecode@lists.runrev.com Subject: Re: LiveCode server and library stacks Ralph DiMola wrote: > I'm writing a web service. I'm trying to activate a library stack > using

Re: LiveCode server and library stacks

2014-11-18 Thread Richard Gaskin
Ralph DiMola wrote: > I'm writing a web service. I'm trying to activate a library stack > using this code:(line numbers are included just in email) > > 15:if there is a file ("lib/DB_Library.livecode") then > 16: start using stack ("lib/DB_Library.livecode") > 17:end if > > the code finds the sta

LiveCode server and library stacks

2014-11-18 Thread Ralph DiMola
I'm writing a web service. I'm trying to activate a library stack using this code:(line numbers are included just in email) 15:if there is a file ("lib/DB_Library.livecode") then 16: start using stack ("lib/DB_Library.livecode") 17:end if the code finds the stack file but it won't "start" I'm ge