How to use IDE_ExecuteSQLReport

Doum

Member²
I'M trying to use the IDE_ExecuteSQLReport function in a Delphi plug-in, but it do nothing. No error, no display, no nothing.

I try pl/sql developer version 6.0.5.926 and 7.1.0.1317.

Could you give me an exemple of code or something like that?

I've try this :
IDE_ExecuteSQLReport('select * from demo_users;', 'R
 
It looks okay and it works for me. Maybe you can try without the ; at the end of the statement?

You can also set the DEBUGPLUGINS command line parameter for PL/SQL Developer to give you some debugging in the debug.txt file. You should be able to see if the Plug-In is loaded correct and the functions that are called.
 
Back
Top