MySQL: .rev main stack called from standalone rev app
    James.Cass at sealedair.com 
    James.Cass at sealedair.com
       
    Mon Aug  2 16:44:05 EDT 2004
    
    
  
Woohoo!  That did it!  I also added a "stop using..." in my "on close 
stack".  Is that recommended?
THANK YOU!!
-James
Trevor DeVore <lists at mangomultimedia.com>
Sent by: use-revolution-bounces at lists.runrev.com
08/02/04 04:09 PM
Please respond to How to use Revolution
 
        To:     How to use Revolution <use-revolution at lists.runrev.com>
        cc: 
        Subject:        Re: MySQL: .rev main stack called from standalone 
rev app
On Aug 2, 2004, at 12:11 PM, James.Cass at sealedair.com wrote:
> PLATFORM:       MacOSX (10.3.4)
> ISSUE:  MySQL commands not working
> DESCRIPTION:    We have a small, standalone "client" Rev app (MacOSX
> 10.3.4) that shows a splash screen and calls a separate .rev main
> stack,
> which is the main guts of the application.  The client app is on the
> user's Mac (>40 users), and the .rev main stack is on the server.  This
> way, when we make changes/updates to the application, everyone is
> running
> the latest version.  The main application uses MySQL commands.  The
> MySQL
> commands work fine in development mode, and if I build it as a
> standalone
> app.  However, the MySQL commands do not work when the .rev main stack
> (not a standalone) is called by the client app.  I have set my
> standalone
> settings for the client app to include the MySQL Database Support.
I imagine that the revdb external is being applied to to the stack
(splash) that is being used  to create the executable.  In your client
stack start using the stack that was used to create the exe.  So if
your splash stack was named "mySplash" then in your client stack do
something like this:
start using stack "mySplash"
This will make the revdb calls available in the message path.
--
Trevor DeVore
Blue Mango Multimedia
trevor at mangomultimedia.com
_______________________________________________
use-revolution mailing list
use-revolution at lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution
    
    
More information about the use-livecode
mailing list