Recent content by Doum

  1. D

    Macro lockup system

    When I press the Macro button (record), I can't do nothing. I have to press CTRL+AlT+DEL to free the system.
  2. D

    Plugin - IDE_GetBrowserItems

    It was another plug-in that affect my plug-in. Thanks for your help!!!
  3. D

    Plugin - IDE_GetBrowserItems

    This happen when I'm connected and there are tables. I have tried differents way. When selecting the Tables treenode, when selecting a table name, etc... Nothing seem to work... By the way , I use the version 7.1.5.1398.
  4. D

    Plugin - IDE_GetBrowserItems

    I have try almost every things. memo1.text := IDE_GetBrowserItems('TABLES', TRUE); or memo1.text := string(IDE_GetBrowserItems('TABLES', TRUE)); When I debug with Delphi, when he execute the IDE_GetBrowserItems function, he return me an Error "List Index Out Of Bounds". So I think there are a...
  5. D

    Plugin - IDE_GetBrowserItems

    Hi! Does anyone ever use the IDE_GetBrowserItems function in a plugin? The function return me nothing. What I'm doing wrong!? Thanks
  6. D

    How to use IDE_ExecuteSQLReport

    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 *...
  7. D

    TClientDataSet - First record show twice

    I've compile with Delphi7 with DOA for Delphi7 et the problem is gone!! Probably a problem with the midas component in Delphi4
  8. D

    TClientDataSet - First record show twice

    I have change nothing from the standard configuration as you can see. What surprise me the most, is this work without the TClientDataSet... Could be the MIDAS component you cause the problem.? But with a TQuery (Delphi) it's ok... I really don't know where to search.. object q_ora_DetailErr...
  9. D

    TClientDataSet - First record show twice

    The Primary Key of cb1000.hl7treceptevent is RefReceptEvent
  10. D

    TClientDataSet - First record show twice

    Sorry, but I don't understand what you intend to be "key fields"? It's probably my poor english (I'm french-canadian). My query is very simple : select '0' IGNORED, t.CodeFournisseur, t.eventtype, substr(t.pid,instr(t.pid,'|',1,3)+1,(instr(t.pid,'^',1,1) -...
  11. D

    TClientDataSet - First record show twice

    The problem seems to be only with the TClientDataSet
  12. D

    TClientDataSet - First record show twice

    key fields in the TOracleDataSet or TClientDataSet? All my fields seems to be ok!
  13. D

    TClientDataSet - First record show twice

    First of all, I develop in Delphi 4 with DOA ver. 3.4.6.4. I've connect my TOracleDataSet to a TDataSetProvider (Midas) wich is connect to a TClientDataSet (Midas). When I load my records in a DbGrid, the first record show twice. It's not a grid problem, because the recordcount as 1 record...
Back
Top