what's wrong with this code?????? [message #460060] |
Wed, 09 June 2010 08:04 |
owais_baba
Messages: 289 Registered: March 2008 Location: MUSCAT
|
Senior Member |
|
|
can any one tell me what's wrong with this i have run videos
there are two type of problems
1.whan i am inserting object "oralce video control" if i am re executing this form object is deleting automatically
2. i put this code on when-button-pressed
declare
video_obj ole2.obj_type;
begin
video_obj := forms_ole.get_interface_pointer
('run_VIDEO');
ole2.invoke(video_obj,'ImportFileAs');
end;
thnaks in advance
|
|
|
|
|
|
|