Jeremy Hylton wrote: > > The pack() method on a ClientStorage has an optional argument wait. > If you call pack(wait=1), it should block until the pack is completed. Urm, small question though... I currently have: app.Control_Panel.Database.manage_pack() What do I replace that with to get teh above functionality? cheers, Chris