Code conversion from VB to PL/SQL
640284Aug 1 2008 — edited Aug 15 2008Hi all,
Does anyone know how the following VB script code translates to PL/SQL?
ActiveDocument.Envelope.Insert Address:=strAddr, _
ReturnAddress:=strReturnAddr, Size:="Size 10"
I need to learn what the equivalant code would be in PL/SQL so that I could put it in the program unit of my Oracle Forms.
Thanks in advance,
Seyed