|
|
Re: How to change Form 6i default icon to a company logo [message #303362 is a reply to message #303331] |
Fri, 29 February 2008 00:43 |
danish_fsd@yahoo.com
Messages: 38 Registered: February 2008 Location: Pakistan
|
Member |
|
|
Assalam o Alikum
Dear first of all thanks for your so quick replay. I write following code in "New_Form_Instance" Trigger for testing purpose.
Declare
Icon_Id PLS_INTEGER:=0;
Begin
Win_Api_Session.Change_MDI_Icon(Win_Api_Utility.Get_Active_Window, 'F:\oracle\Forms\TOOLS\DBTAB60\SQL_PROD.ICO', Icon_Id);
End;
But it gives error
Win_Api_Utility.Get_Active_Window must be declared.
Kindly can you guide me whether I m right or wrong. and what is the correct procedure to do this.
Regards
Danish
|
|
|
|
|
|
Re: How to change Form 6i default icon to a company logo [message #304053 is a reply to message #303595] |
Mon, 03 March 2008 22:14 |
danish_fsd@yahoo.com
Messages: 38 Registered: February 2008 Location: Pakistan
|
Member |
|
|
Dear Azam Khan.
I m very thankful for your great guidance. Now i m able to change MDI window icon.
I did following steps which i write here for further guidance of other members who have this problem.
1. Write the above code in New Form Instance trigger.
2. Download "d2kwutil_6_0_6_0" utility from Oracle.Com
3. Attach library "D2KWUTIL.pll" to the form.
4. Place "d2kwut60.dll" at Forms Bin Folder.
5. Run the form.
Again Thanks.
Remember me in your prayers.
Regards
Danish
|
|
|
|
|
|
|
Re: How to change Form 6i default icon to a company logo [message #402871 is a reply to message #303327] |
Tue, 12 May 2009 22:23 |
rzkhan
Messages: 370 Registered: March 2005
|
Senior Member |
|
|
Dear Azam Khan / All others
I found a windows api (in d2kwutil) that would allow me to send keystrokes to a window, but I get an error saying
that I must declare it. Here what I type into a trigger:
Win_Api_Shell.SendKeys(
GET_WINDOW_PROPERTY(forms_mdi_window, window_handle ), '{End}', False);
It tells me that
[CODE]
Win_Api_Shell.SendKeys must be declared. [CODE]
Any help would be appreciated.
Thanks
Riaz
|
|
|
|
|
|
|
|
|
|
Re: How to change Form 6i default icon to a company logo [message #677357 is a reply to message #677352] |
Fri, 13 September 2019 04:43 |
|
Hi michel.
i tried to attach but the allowed extensions are only : txt sql log lst csv pls plb gif jpg png pdf fmb fmt fmx ora ctl dat bad dsc pks pkb pck rdf doc
it does not allow pll files and dll files (d2k has both pll and dll).
2ndly, i have a full zip of d2k that includes readme and demo form (fmb) that demonstrate each function of d2kutil library.
|
|
|
|
|
|
|