Print Thread
IDE_GetWindowObject and non standard object name
#61196 03/04/20 09:16 AM
Joined: Jun 2018
Posts: 46
Ukraine, Odessa
B
Buzz_ss Offline OP
Member
OP Offline
Member
B
Joined: Jun 2018
Posts: 46
Ukraine, Odessa
Hi.

I have found some issue when I use plugin procedure IDE_GetWindowObject . As example

Suppose I have two procedures:
SQL Query
create or replace procedure "Test" is
begin
  null;
end "Test";

and


SQL Query
create or replace procedure Test is
begin
  null;
end Test;

Call
Code
IDE_GetWindowObject(
 pObjectType, pObjectOwner, pObjectName, pSubObject
);
returns pObjectName = 'Test' for both procedures. In the plugin code, I cannot determine exactly what procedure my window shows now.

Is it bug?

Last edited by Buzz_ss; 03/04/20 09:17 AM.

Sergiy Buzadzhi
Re: IDE_GetWindowObject and non standard object name
Buzz_ss #61200 03/04/20 09:40 AM
Joined: Aug 1999
Posts: 22,173
Member
Offline
Member
Joined: Aug 1999
Posts: 22,173
We'll check out.


Marco Kalter
Allround Automations

Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.030s Queries: 15 (0.008s) Memory: 2.4976 MB (Peak: 3.0377 MB) Data Comp: Off Server Time: 2024-03-28 17:44:50 UTC
Valid HTML 5 and Valid CSS