I am actually trying to create my own plug-in. I have a Delphi 7 book and was just wanting to see if I could implement some of the book's examples as a R:base plug-in.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Javier Valencia Sent: Friday, November 05, 2004 5:13 PM To: RBG7-L Mailing List Subject: [RBG7-L] - RE: Plugins Charles: All the plugins reside in the C:\RBTI\RBG7 directory. This is how I use the Calculator plugin PLUGIN RCalculator.RBL 'vValue' And the Load directory plugin PLUGIN LoadDirectoryName.RBL vFolderName |TITLE Select Folder for Database Backup So, I am going to guess that it would be: PLUGIN GridColor.RBL a_color_name By the way, is this plugin available somewhere? Javier, Javier Valencia, PE President Valencia Technology Group, L.L.C. 14315 S. Twilight Ln, Suite #14 Olathe, Kansas 66062-4578 Office (913)829-0888 Fax (913)649-2904 Cell (913)915-3137 ================================================ Attention: The information contained in this message and or attachments is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all system and destroy all copies. ====================================================== -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Charles Parks Sent: Friday, November 05, 2004 4:18 PM To: RBG7-L Mailing List Subject: [RBG7-L] - Plugins What is the correct syntax to use a plugin? I tried "plugins GridColor.rbl" but I get errors when R:base tries to execute it.
