I got that but the Ip add varies from time to time. Is there a way to send a message in a stack from a different stack ?
Thanks hershrev
On Monday, February 2, 2004, at 03:40 PM, Jan Schenkel wrote:


--- hershrev <[EMAIL PROTECTED]> wrote:
Hi every one
I have a script in a stack
on openStack
    "put  revOpenDatabase("PostgreSQL",field
"ip_address","test","postgres","xxxxxxx")into field
"myDBID"
end openStack
  working fine , when I call it from a
substack,(call "openStack" ) the
compiler comes up no such object.

        executing at 3:26:04 PM
Type    Chunk: no such object
Object  ATfRE
Line    put  revOpenDatabase("PostgreSQL",field
"ip_address","test","postgres","xxxxxxx")into field
"myDBID"
Hint    ip_address

Thanks hershrev.


Hi Hershrev,


Unless you have a field "ip_address" in your substack,
you'll have to better specify that field "ip_address"
in your mainstack :
  put revOpenDatabase('PostgreSQL", field "ip_address"
of me,"test","postgres","xxxxxxx")into field "myDBID"

Hope this helped,

Jan Schenkel.

=====
"As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld)


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to