Actally, I contacted RR support attempted that exact fix and I still experence the 
same error (I already triesed this sine I found it ina posting). Here is my last 
respsonse to RR support.  They requested I send the stacksInUse to then and add that 
script to my preOpenStack.


RR Support response:

Yes, that is correct the sub-stack Reconciliation is invoked by using 'go' in turn the 
Reconciliation stack (in its proOpenStack) starts using secfilings.rev.

Executing stacksInUse from the preOpenStack of card 1 of stack DSMS reveals the 
following

DSMS
libBasics

(This means that the code in use never actually does anything)

libBasics is a set of very simple set coordination functions and DSMS is the 
startup/program stack.

Kevin

-==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=-
Disclaimer:

Any resemblance between the above views and those of my
employer, my terminal, or the view out my window are purely
coincidental. 
Any resemblance between the above and my own views is non-deterministic.

 The question of the existence of views in the absence of anyone to hold
them
is left as an exercise for the reader. The question of the existence of
the reader
 is left as an exercise for the second god coefficient. 
(A discussion of non-orthogonal, non-integral polytheism is beyond the
scope of this article.)



 --- On Wed 06/16, Jan Schenkel < [EMAIL PROTECTED] > wrote:
From: Jan Schenkel [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Date: Wed, 16 Jun 2004 03:59:30 -0700 (PDT)
Subject: Re: revdb_init

--- K <[EMAIL PROTECTED]> wrote:<br>> <br>> <br>> Is there a way to aquire the 
program/startup stack<br>> name when a library stack receives savingStandalone?<br>> 
If so I can just have my library stacks set a<br>> property "RevolutionLibraryModule" 
with it's short<br>> name then clear it when I receive savedStandalone.<br>> So I can 
execute a start using when necessary.<br>> <br>> <br>> My configuration is as listed 
below.<br>> <br>> <br>> Standalone stack DSMS.rev<br>> Sub stack Reconciliation card 
Enities<br>> Secfilings database interface (a main stack)<br>> secfilngs.rev<br>> 
<br>> <br>> The secfilings stack is encountering the error.<br>> <br>> K<br>> 
<br><br>Hi Kevin,<br><br>Your conclusion is correct, you are bumping into a<br>current 
design limitation in the engine. However, you<br>can apply the same approach 
Revolution uses to allow<br>all stacks access to the externals, by adding 
your<br>standalone mainstack to the stacksInUse.<br>To avoid message path conflicts, i
 t is strongly<br>advised to move all unnecessary handlers out of the<br>standalone 
mainstack's stack-script (for example, by<br>moving a number of handlers to the script 
of the first<br>card).<br><br>After that, insert the following piece of code 
into<br>the script of the first card of the standalone<br>mainstack :<br>--<br>on 
preOpenStack<br>  if the short name of this stack is not among the<br>lines of the 
stacksInUse<br>  then start using stack (the short name of this<br>stack)<br>end 
preOpenStack<br>--<br><br>This way, all mainstacks opened from your 
standalone<br>application will have access to the externals that you<br>added to your 
standalone.<br><br>Hope this helped,<br><br>Jan Schenkel.<br><br>=====<br>"As we grow 
older, we grow both wiser and more foolish at the same time."  (La 
Rochefoucauld)<br><br><br>             <br>__________________________________<br>Do 
you Yahoo!?<br>Yahoo! Mail Address AutoComplete - You start. We 
finish.<br>http://promotions.yahoo.com/new_mail <br>

_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to