VBX Control VSVBX ver. 5.00 in Forms 4.5

From: <lukas_at_calico.dse.it>
Date: 1996/01/26
Message-ID: <4eaio2$1ipm_at_venere.inet.it>#1/1


Is there away in Forms 4.5 to pass an image (*.ICO, *.BMP) to a specific Tab on the VBX Control VSBX ver. 5.00.

It is possible in Visual Basic trough the VSVBX Control property in the following syntax:

          vsIndexTab.TabPicture(index%) = picture%

"picture%" is of the type Picture array in Visual Basic.

In Forms I can write in the following syntax:

          vbx.set_property ('BLOCK.VITEM', 'TabPicture[index%]', 'picture%')

but I don't have any kind of Picture array in Forms 4.5 and this is my problem.

Thanks in advance. Received on Fri Jan 26 1996 - 00:00:00 CET

Original text of this message