----- Original Message ----- 
From: "Lawrence Lustig" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, September 28, 2004 10:51 AM
Subject: [RBG7-L] - Re: Announcing R:Scripter for R:BASE 7.x


> >  RScripter is a middle ware utility that will let a lot of the VBers out
> > there
> > convert their NON-GUI VB code to Script code (which requires very little
> > effort)
> > for use in RBase.
>
> Mike:
>
> Does the script get a reference to the R:Base application or any of it's
forms?

  No application object because you can't pass in an object reference, only text
arguments.  But you could use FindWindow to get a handle on a form and go from
there in the script (untested, but I know the API is available for use).   BTW,
I have a Great utility written by Mike Sutton that I have included some of the
text from a NG that contains the link for the file(I checked the link and the
file is still there.  It is an EXE and requires no installation.  Just copy it
somewhere and with the usual AV precautions first, run it) The only thing I
haven't dug into is messaging in the script, but I have seen other code some of
the gamers are using that uses messaging.  There doesn't exist any documentation
on the PascalScript Engine as of this writing, but about 4 or 5 days ago, Carlo
said that RemObjects has embarked on the creation of the documentation.  All I
know of the Engine of this moment is by reading a couple thousand emails from
the archive list before Carlo was hired by RemObjects and the current NG
RemObjects.Public.PascalScript.


[snip]

Another method is a little home grown utility of my own called WindowInfo which
allows you to simply point at the window you want
and the code to find it is generated for you in either VB, Delphi, C# or C++.
You'll find an old version temporarily here:
Http://www.mvps.org/EDais/Files/Full/WndInf/Bin/WndInf13.exe

[/snip]

> Larry
>

Reply via email to