Richard,

what does the function revOpenDatabase return? Is that function really 
successfully executed?
Do you have any other handler in your script which traps the activity of the 
standalone builder and might prevent it to
create a standalone with all needed information

As i wrote before i ran into a similar problem (with 5.5.4 and 6.x) not with 
4.6.
A missing "pass savestackrequest" prevented the standalonebuilder to create a 
full functioning app.
My standalone contained all database externals/drivers, but did not do any db 
communication.
Even a manual selection of the inclusions did not help. But the following steps 
helped me to create the standalone
even with my "faulty" script. 

Maybe you try the following. Just 2 minutes, but worth trying.

In standalone Application Settings 
1. select the "select inclusions for the standalone application"
2. select now manually what is needed for you applicaition
3. now DESELECT the sqlite and any other db selection in the field under 
"Database support", but LEAVE "Database support" checked.
4. create again a standalone
5. copy the needed db drivers to the newly created standalone.
6. now try the standalone.

If your app is running now then there could be something in your scripts what 
prevents the standalone builder to successfully complete the build of the 
standalone.

Regards,

Matthias



Am 24.05.2014 um 02:57 schrieb Dr. Hawkins <doch...@gmail.com>:

> On Fri, May 23, 2014 at 3:50 PM, Matthias Rebbe | M-R-D <
> matthias_livecode_150...@m-r-d.de> wrote:
> 
>> Is it possible that you have a SaveStackRequest handler in your card or
>> stack script?
>> And if so, could you check if maybe the line "pass savestackrequest" in
>> that handler is missing?
>> 
> 
> Nope.  Only just learned of it in this message :)
> 
> In a script of hundreds of lines, it hits that line, executes the line
> before revDataFromQuery(), and never reaches the line after (where I could
> test the result!)
> 
> Oh, and I'm usually using 5.5.4, but confirmed on 6.5.1 as well.
> 
> 
> -- 
> Dr. Richard E. Hawkins, Esq.
> (702) 508-8462
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to