WeOnlyDo Support

Frequently Asked Question

How do I use wodCertificate.dll in PowerBuilder?
Last Updated 12 years ago

ou can use the following code to create an instance of wodCertificate:

OLEObject ole_cer
ole_cer = CREATE oleobject
ole_cer.ConnectToNewObject("WeOnlyDo.Certificate.1")

After this is done, ole_cer should have all the methods/properties assigned.

Please Wait!

Please wait... it will take a second!