Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle Forms call to Visual Basic-routine

Re: Oracle Forms call to Visual Basic-routine

From: Quark Geng <quarkg_at_hotmail.com>
Date: Tue, 19 Jan 1999 09:32:21 +0900
Message-ID: <780k64$2in$1@news.coara.or.jp>


Add a property to your form

private mvarYourValue
Public Property Let YourVakue(ByVal vData as Variant)

    mvarYourValue=vData
End Property

Public Property Get YourValue() as Varinat

    YourValue=mvarYourValue
End Property Received on Mon Jan 18 1999 - 18:32:21 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US