At 4:16 PM +0200 6/22/01, Andreas Zeitler wrote:
>Hi!
>
>I have got a little problem. How can I manage to access lets say the user-db
>from server-side script? From a movie I just send a netmessage with the
>appropriate subject and so on. But this makes no sense in server-side
>script.
Sure it does. There is a server-side Lingo command specifically for
sending messages:
sendMessage()
Syntax
whichServerMovie.sendMessage( string/listRecipient, \
"system.script.subject", messageContents {, errorCode \
{, protocolFlag {, stringSenderID}}} )
whichServerGroup.sendMessage( string/listRecipient, \
"system.script.subject", messageContents {, errorCode \
{, protocolFlag {, stringSenderID}}} )
whichServerUser.sendMessage( "system.script.subject", \
messageContents {, errorCode {, protocolFlag {, stringSenderID}}})
If you want to use system functions, simply address "System.OBJECT.command"
with your message.
--
...---===| Terry R. Schussler |===---...
...---===| Chief Investigator |===---...
on visitWebsite yourSelection
coolSites = [ \
#advancedSeminars : "http://www.macromediaSEMINARS.com/", \
#directorUniversity: "http://www.directorU.com", \
#multiuserUniversity: "http://www.multiuserU.com", \
#flashUniversity: "http://www.flash5U.com", \
#freeBehaviors : "http://www.behaviors.com/"]
gotoNetPage coolSites[yourSelection]
end visitWebsite
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]