Thanks
Eric

This gets info into the customproperty 'ctgfork1' not sure if it is correct
info but there is something in it know

set the itemdelimiter to slash  
    put the effective filename of this stack into dbPath
    delete the last item of dbPath
    put "/ctgfork01.PNG" after dbPath   
    set the ctgfork1 of stack "specs" to URL ("binfile:" & dbPath)
     
-- to display the image I tried this but does not work?

     put the ctgfork1 of this stack into image "ctgfork01"




set the ctgfork1 of stack "specs" to URL("binfile:" & dbPath)
'binfile' is a text string and 'dbPath' is a variable: they must be  
concatenated :-)

Best regards from Paris,
Eric Chatonet.
----------------------------------------------------------------
http://www.sosmartsoftware.com/
[EMAIL PROTECTED]/
----------------------------------------------------------------


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

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

Reply via email to