Recent content by HOME_X

  1. H

    How to return(send) message PlugIns ?

    Good Day Marco Kalter ! Forgive errors during translation .. Your answer - "You can only show messages in your own forms/dialogs." System message application or user message ????? Example user message(Delphi) .... ShowMessage('Begin SQL'); SQL_Execute(PChar(Memo.Text)); ShowMessage('End...
  2. H

    Description variables (version 5 - version 6)

    Hi ! Described variables preliminary More Comfortable !!!!!!!!!!!!!! Version 5 - worked perfectly /* & & */ select To_Date('&YEAR-&MONTH-01','YYYY-MM-DD')-1 DAY from DUAL Version 6 - ignores description Now it is correct ? Thank You !!!!!!!!!
  3. H

    How to return(send) message PlugIns ?

    Good Day Marco Kalter ! Now ? Example ? I Dispose function SQL_Execute: function(SQL: PChar): Integer; cdecl; SQL_FieldCount: function: Integer; cdecl; SQL_Eof: function: Bool; cdecl; SQL_Next: function: Integer; cdecl; SQL_Field: function(Field: Integer): PChar; cdecl...
  4. H

    How to return(send) message PlugIns ?

    Hello !!!! I have the DLL code for PlugIns. I want at execute function to return the system message SQL_Execute: function(SQL: PChar): Integer; cdecl; Example Initializing Executing 1000 rows selected in 1.45 seconds (more…) Executing ….. (2000) 5000 rows selected in...
  5. H

    Plug In - MyPath activate ?

    Good day respected Marco Kalter Thank You ! Version 6.0.0.840 Value of the key HKEY_CLASSES_ROOT\PL/SQL Developer\Shell\Open\Command after the load application in the initial state ? Before the load HKEY_CLASSES_ROOT\PL/SQL Developer\Shell\Open\Command="C:\Program Files\PLSQL...
  6. H

    Plug In - MyPath activate ?

    Hello ! Distributing your Plug-In Installing your Plug-In basically means copying it to PL/SQL Developers Plug-In directory. If you want to build an installer, you can determine the PL/SQL Developer directory by reading the following registry value: HKEY_CLASSES_ROOT\PL/SQL...
Back
Top