On 3/30/07 2:10 PM, "Robert Mann" <[EMAIL PROTECTED]> wrote:
> Have a substack and when the card opens it looks for a background image
>
> set the itemdelimiter to slash
>     put the filename of this stack into dbPath
>     delete the last item of dbPath
>     put "/cartridge fork.PNG" after dbPath_#
>     set the filename of image "cartridge fork.PNG" to dbPath

> dbPath is empty I think it is because if you look in the stack properties
> under filename it has a [inherited] at the end, how do I correct this?

 put the filename of stack main stack into dbPath
--substacks don't have their own filenames.
or
replace "[inherited]" with empty in dbPath
> 
> Second question
> 
> If I open a substack from substack how do I pass the card name and stack
> name as a variable to replace "view_valving" and "insertvalving" in the
> following code?
> 
> put fld "newrecord_id" of card "view_valving" of stack "insertvalving" into
> fld "record_id"

I don't understand your second question.

Jim Ault
Las Vegas


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to