no such object
Jan Schenkel
janschenkel at yahoo.com
Mon Feb 2 15:40:07 EST 2004
--- hershrev <hershbp at realtorsgroup.us> 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/
More information about the use-livecode
mailing list