Re: [firebird-support] How to capture a POST_EVENT in a client application?

2012-09-21 Thread Helen Borrie
Mark, At 07:32 PM 21/09/2012, Mark Rotteveel wrote: >On Fri, 21 Sep 2012 08:21:54 +0100, Andrea Raimondi > wrote: >> Oh I can answer that :-) A component in Delphi terms is a self contained >> class that can be placed on a form and that is not necessarily visible >at >> run time :-) Visible compon

Re: [firebird-support] How to capture a POST_EVENT in a client application?

2012-09-21 Thread Andrea Raimondi
On Fri, Sep 21, 2012 at 8:32 AM, Mark Rotteveel wrote: > Thanks, so my guess was right that it is a UI element, but then > not-visible ;) It's not so easy actually: in Delphi we have "data modules" which are essentially invisible forms where to group those components, which may include database c

Re: [firebird-support] How to capture a POST_EVENT in a client application?

2012-09-21 Thread Mark Rotteveel
On Fri, 21 Sep 2012 08:21:54 +0100, Andrea Raimondi wrote: > Oh I can answer that :-) A component in Delphi terms is a self contained > class that can be placed on a form and that is not necessarily visible at > run time :-) Visible components, in Delphi, are called controls :-) Thanks, so my gue

Re: [firebird-support] How to capture a POST_EVENT in a client application?

2012-09-21 Thread Andrea Raimondi
Oh I can answer that :-) A component in Delphi terms is a self contained class that can be placed on a form and that is not necessarily visible at run time :-) Visible components, in Delphi, are called controls :-) On Sep 21, 2012 8:14 AM, "Mark Rotteveel" wrote: > On Thu, 20 Sep 2012 23:32:55 -0

Re: [firebird-support] How to capture a POST_EVENT in a client application?

2012-09-21 Thread Mark Rotteveel
On Thu, 20 Sep 2012 23:32:55 -0400, W O wrote: > How to capture an event in an application programmed with Visual Basic 6, > Visual FoxPro, C, C++ or Java but without using components? > > I know that there are Delphi's components for that but ... how can I > capture an event in some of the above

Re: [firebird-support] How to capture a POST_EVENT in a client application?

2012-09-20 Thread Helen Borrie
At 03:32 PM 21/09/2012, W O wrote: >Hello everybody > >How to capture an event in an application programmed with Depends on your driver: >Visual Basic 6 Ask on firebird-odbc-developer and/or firebird-net-provider list >Visual FoxPro Ask on firebird-odbc-developer >C, C++ Look at IBPP wrapp

[firebird-support] How to capture a POST_EVENT in a client application?

2012-09-20 Thread W O
Hello everybody How to capture an event in an application programmed with Visual Basic 6, Visual FoxPro, C, C++ or Java but without using components? I know that there are Delphi's components for that but ... how can I capture an event in some of the above languages without using a component? Gr