I have been dealing with RBScript a while and still have problems to gain
access to some classes, for example in a REALSQLdatabase I have the database
itself and a recordset, RBScript can create just one context so I added a
context of a class I created that contain both recordset and
REALSQLDastabase

I can access the REALSQLDatabase elements but not recordset

rs.IdxField(1).StringValue

I noticed that any thing that have dots does not work under RBScript I'm
wrong?

Any sample there on using Databses and recordsets on RBScript?



db.bumrecords

2006/6/10, Aaron Bratcher <[EMAIL PROTECTED]>:

Yes, subclasses of RBScript also  have the print and input events.

--
Aaron Bratcher
On-Target Reports, Inc.
http://www.ontargetreports.com


On Jun 10, 2006, at 8:08 AM, Benjamin Brooking wrote:

> I've just started to look at using RBScripting to add a sort of
> plug-in functionality and it seems a very powerful feature.
> I notice that corresponding to the Print() and Input() RBScript
> commands are the events Print and Input in the RBScript class.
>
> Is it possible to similarly add event definitions to a sub-class of
> RBScript and call them from the script? (I'm trying to add
> functionality without using up my context object).

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to