On Sat, May 24, 2014 at 11:25 PM, Matthias Rebbe | M-R-D <
matthias_livecode_150...@m-r-d.de> wrote:

> what does the function revOpenDatabase return? Is that function really
> successfully executed?
>

Normally, on successful execution, it would return empty, and an error
message if unsuccessful.

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
>

No; it wasn't that.  It turned out that an array wasn't being filled in
time (but was built early in the IDE for a coherency check and to set
static values).  Because it wasn't set, opening the cache db returned an
untrapped error, and the variable holding the db number was empty.  So
empty was passed to the revDataBaseQuery() call--which triggered an error
causing no message, but the immediate silent exit of the calling handler.

Putting it into a try/catch gave me some info (not really what I needed),
but let me look and see the database number variable wasn't set.

Thanks to all.

And trap *every* database call for errors!


-- 
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

Reply via email to