preopenStack

Generic Email generic.email.30022 at gmail.com
Sun Jan 18 21:45:38 EST 2009


I have a stack with a fld "test"
this code fails on startup

on preopenStack
     put URL "http://screen-share.com/" into eml
     put "test" into field "test"
end preopenStack

This code succeeds on startup

on preopenStack
     --put URL "http://screen-share.com/" into eml
     put "test" into field "test"
end preopenStack

Can someone explain why this is failing? It is very frustrating.

I have the example stack at http://www.screen-share.com/test-[1].rev




More information about the use-livecode mailing list