Search found 7 matches

by fahedakhter
Wed Jun 13, 2007 3:48 am
Forum: Oracle Forms & Reports
Topic: Change the block source dynamically
Replies: 0
Views: 4162

Change the block source dynamically

I have a block name "EMP" & "EMP2". I want to change the property of block emp QUERY_DATA_SOURCE_NAME to "EMP2" I write a trigger on When-New-Form-Instance. Set_Block_Property('Emp',Query_Data_Source_Name,'Emp2'); Set_Block_Property('Emp',Query_Allowed,4); Set_Block...
by fahedakhter
Wed Apr 11, 2007 1:51 am
Forum: Oracle Databases
Topic: Oracle hetrogenious Service
Replies: 1
Views: 4047

Oracle hetrogenious Service

What is the Executeable file name of Hetrogenious Service on Linux As4 Update Version. I use Oracle 9i on Linux As4. In Windows the "HSODBC" exexuteable file is exist in Oracle "BIN" Folder but this file does'nt exist on Linux As4. Please help me.

Regard's
Fahed
by fahedakhter
Mon Apr 09, 2007 3:07 am
Forum: Oracle Databases
Topic: Oracle & Microsoft Access Table Synchronization
Replies: 1
Views: 4204

Oracle & Microsoft Access Table Synchronization

I want to Synch Oracle & Ms Access Table data. When User Insert data in Oracle table the MsAccess table also synch with this record. And when I delete record from Oracle table then it also delete from MsAccess table how can I do this. I use Oracle Hetrogenious Service but it does'nt work on Linu...
by fahedakhter
Thu Dec 28, 2006 3:19 am
Forum: Oracle Forms & Reports
Topic: Run Report 9i From Form 9i (Urgent)
Replies: 1
Views: 3819

Run Report 9i From Form 9i (Urgent)

How can I run Report 9i (Rep) File From Form 9i. <img src=images/speech/icon_speech_ugh.gif border=0 width=23 height=15>
by fahedakhter
Sat Dec 09, 2006 6:35 am
Forum: Oracle Forms & Reports
Topic: Calling Window's Media Player in Form
Replies: 2
Views: 4253

1) Import the Media Player Library Interface.
2) And Write this code on any trigger

Declare
Pla Oleobj;
Begin
Pla := :Item('Media').Interface;
Mplayer.FileName(Pla,'FileName');
Mplayer.Play(Pla);
End;

Regards
Fahed
by fahedakhter
Thu Jul 20, 2006 7:23 pm
Forum: Oracle Forms & Reports
Topic: Multiple Instance of an Application.
Replies: 25
Views: 990658

1) Attach a Libarary D2kwutil.Pll in ur form. 2) Add These Codes In W-N-F-I Trigger Set_Window_Property(FORMS_MDI_WINDOW,Title,'TEST'); If Not Win_Api_Session.One_Session('TEST','IFRUN60.EXE','WINDOW',FALSE,WIN_API.D2K_WINDOW_CLASS,FALSE) Then Message('Another Session Is Running...'); Exit_Form(No_V...
by fahedakhter
Sat Jul 15, 2006 9:02 am
Forum: Oracle Forms & Reports
Topic: Multiple Instance of an Application.
Replies: 25
Views: 990658

You should use D2kwutil.pll Library Function Win_Api_Session.One_Session to restrict the user for Open more then one instance of Application. If u need example I will post it.

Reagrd's
Fahed Akhter