calling a form from activeX control [message #197034] |
Mon, 09 October 2006 12:00 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
lalylatheef
Messages: 8 Registered: October 2006
|
Junior Member |
|
|
i imported a flash .swf in active x control. now when i click on this flash image, it should open another form. i used when mouse double click and used call_form()but its not working...plz help..its urgent..
|
|
|
|
Re: calling a form from activeX control [message #197246 is a reply to message #197084] |
Tue, 10 October 2006 14:01 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
lalylatheef
Messages: 8 Registered: October 2006
|
Junior Member |
|
|
code in when new form instance
ShockwaveFlash_IShockwa_0.LoadMovie( :item('BLOCK3.ACTIVEX_CONTROL4').interface, 0, 'E:\ESMA.SWF' );
ShockwaveFlash_IShockwa_0.Play( :item('BLOCK3.ACTIVEX_CONTROL4').interface );
then in active x item i used when mouse double click
CALL_form('C:\Documents and Settings\Administrator\Desktop\LALY DOC\esma');
|
|
|
|