hi,

how can i determine, if the event coming in, is not from the current program ?
if for e.g. i insert a record in my program, then i also get the change event but do not really
want to do anything with it, since it was me inserting it.

if ( ( (FirebirdSql.Data.FirebirdClient
.FbRemoteEvent)( sender ) ).revent.RemoteId != m_fbEventAddress.revent.remoteId )

would solve the problem, if only i could get to revent.remoteId.
the debugger shows them up nicely, but they are not public.

anyone got an idea ?

environment:
NETProvider v.2.0 Beta 3, 6 January 2006
WinXP
VS C# 2005 Express

ciao
   Martin

Reply via email to