Database Script - Help Please

Under Database Resources - Database Script, how do I create a new object? I want to paste a screen print of what I’m trying to accomplish, but don’t seem to be able to.I’m trying to create this object called setcon which will create connection docs on post open in the mail template.

I am not a developer, so if you could explain in simple terms I would greatly appreciate it.

Thanks for any input

Helen

Subject: Database Script - Help Please

You can create custom classes in the Declarations section of the database script.

However, I would create a script library for my class and then reference it in the Objects section like so:

Use “MyClass”

where MyClass is the name of your class.

hth.

Subject: Database Script - Help Please

Helen Do this

Go to the Database Script - there you see Options

Write in there Sub setcon

you will see that it will create a new Sub like this

Sub setcon

End Sub

Hope this helps