Scripting of Forms Builder ?
From: Jaroslaw Haziak <j.haziak_at_wp.pl>
Date: Fri, 31 Aug 2001 10:11:27 +0200
Message-ID: <3b8f4647$1_at_news.vogel.pl>
I have noticed that FormsBuilder 6i on Windows registers itself as "FormBuilder.Application"
so I think that one may control Forms via OLE scripting (for example by VB Script). Indeed the following invoke Forms Builder Application:
Date: Fri, 31 Aug 2001 10:11:27 +0200
Message-ID: <3b8f4647$1_at_news.vogel.pl>
I have noticed that FormsBuilder 6i on Windows registers itself as "FormBuilder.Application"
so I think that one may control Forms via OLE scripting (for example by VB Script). Indeed the following invoke Forms Builder Application:
Set forms = CreateObject("FormBuilder.Application")
but, unfortunatelly I don't know what one can do with it, i.e. what methods
and properties Forms expose,
I have looked for it in documentation, but I didn't find anything...
maybe this is intended for internal use only within Developer/2000 and thus
not made public ?
Received on Fri Aug 31 2001 - 10:11:27 CEST