Home » Developer & Programmer » Forms » frm 41344 ole object not defined
frm 41344 ole object not defined [message #198193] Mon, 16 October 2006 02:33 Go to next message
arcangulac
Messages: 16
Registered: October 2006
Location: izmir
Junior Member
i have flash item on canvas weh nthe nw form insatance i have that erros frm 41344 ole object not defined how can i solve this problem
Re: frm 41344 ole object not defined [message #198201 is a reply to message #198193] Mon, 16 October 2006 02:55 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Please REREAD your post before pressing the enter key. There are more spelling errors and other typos than words in this minimalist post!

What version of Forms are you using?

Look at http://www.orafaq.com/forum/t/45296/0/

Search this site using the 'big search engine or google 'frm 41344' and look at a few posts.

David
Re: frm 41344 ole object not defined [message #198205 is a reply to message #198193] Mon, 16 October 2006 03:02 Go to previous messageGo to next message
arcangulac
Messages: 16
Registered: October 2006
Location: izmir
Junior Member
ok i use developer 6.0.8 verison i write this kod on triggger when the new form instance
DECLARE
B OLEOBJ;
BEGIN
B:=:ITEM('block3.FLASH').INTERFACE;
ShockwaveFlash_IShockwa_0.MOVIE(B,'c:\a.SWF');
END;
and i have item that active X contol that name is flash .but i hve errors frm 41334 ole object not defined for flash in the current record.
Re: frm 41344 ole object not defined [message #460225 is a reply to message #198205] Thu, 10 June 2010 04:23 Go to previous messageGo to next message
noname_28
Messages: 1
Registered: June 2010
Location: TURKEÄ°
Junior Member
Hi Everyone.

I have a Problem.
Its FRM-41344 : Ole object not defined for VBPRN in the current record?

I using Vbprint Ole class.
Import from PROGRAM -> OLE LIBRARY INTERFACES Than vbprn.Vbrpint

Oracle Forms Versiyon : 6.0.8.11.3

How can i resolve this problem ?

Thanks,
Regargs.
Re: frm 41344 ole object not defined [message #463945 is a reply to message #460225] Mon, 05 July 2010 06:15 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Sorry that I have been so long in replying. Have you solved your problem?

Do you get this error at run time or when you compile the form in the Form Builder?

David
Re: frm 41344 ole object not defined [message #529261 is a reply to message #198205] Sun, 30 October 2011 09:57 Go to previous message
inspirer2008
Messages: 3
Registered: October 2011
Location: Jordan
Junior Member
Just do it like this

DECLARE
var oleobj;
BEGIN
GO_ITEM('CONTROL.ACTIVEX_CONTROL1');
SYNCHRONIZE;
var := :item('CONTROL.ACTIVEX_CONTROL1').interface;
ShockwaveFlash_IShockwa_0.MOVIE(var,'D:\ERP\IMAGES\FLASH\test.SWF');
END;

Best Wishes
Previous Topic: To display error message, when an invalid value is entered on a field; Saving records ;
Next Topic: Sequence
Goto Forum:
  


Current Time: Tue Apr 23 10:50:33 CDT 2024