Subject Data module question
Author Francois Leemans
For simplicity’s sake I use a datamodule where I keep my Query’s and stuff.
In this data module I have a TIB_Datasource and a TIB_Query
I use those in a unit with a TIB_Grid.
This works fine.
Now when in the grid a new record is created, I want to intervien before the
insert take place.
Normally I would use the beforeInsert event of the TIB_Query.
Since the TIB_Query is not in the unit but in the datamodule, I can not use
the beforeinsert event.
How do I work around this ?

Lee


[Non-text portions of this message have been removed]