I noticed that the order is:
        
        AField( for row index 0), BField (row 0), AField( row 1), BField(
row 1) etc..

Marcelo

-----Original Message-----
From: Tim Astle [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 28, 2000 2:48 PM
To: Palm Developer Forum
Subject: Callback explanation needed please


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 Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/


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

Reply via email to