Didn't get a chance to study your
code, but I noticed one big bug.
Each gMemHandle should be initialized to 0, and then the code in
populatePage should be:
for(i=0;i<11;i++){
if(gTextHandles[i])
MemHandleFree(gTextHandles[i]);Doubt this will solve your issue. Lionscribe -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
