HELP! - OCX and Forms 6

From: Owen Hughes <ohughca_at_indigo.ie>
Date: Thu, 30 Dec 1999 14:14:51 -0000
Message-ID: <ROJa4.2792$J9.1885_at_news.indigo.ie>



I have an OCX control and am tryinying to integrate it into forms 6. However the documentation is
a little vague/confusing. All I want to do is invoke a method on this OCX. Below is the code from
the OCX's help. It is VB code. I want to do the same in PL/SQL. Any ideas? BTW it is an encrytion OCX.

Dim instring As String
Dim output As String
Dim password As String
instring = Text1.Text
password = Text2.Text
output = Object.EnCipherText(instring, password) Text1.Text = output

Regards
Owen Hughes Received on Thu Dec 30 1999 - 15:14:51 CET

Original text of this message