I was wondering how a callback actually functions within the code?  I have
many of them implemented, and I want to know specifically in what order they
are called.

// Set custom Load Procedures
TblSetLoadDataProcedure(table, 0, AField);
TblSetLoadDataProcedure(table, 1, BField);

// Set custom Save Procedures
TblSetSaveDataProcedure(table, 0, AField);
TblSetSaveDataProcedure(table, 1, BField);

Now am I right in assuming they are looped somewhere behind the scenes in a
Column 1, Column 2, Column 1, etc. fashion?

Timothy D. Astle

People on Jolt cola write the funniest things.

                                     A-10 Obedience Guide,
                                     Kitty Hawk Studios





-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to