This topic is locked

How to save not saved variables

3/3/2008 12:54:14 PM
PHPRunner General questions
V
vytb author

I've got some tables with the variables calculated from the fields when opening list pages. They cannot be saved all the time because of time concerns (large number of records). How to collect them without the impossible task of combined very complex queries? I see only possibility which is to save them at first and then collect. If nobody sees any other options, how to save them from the list page?

J
Jane 3/5/2008

Vitas,
use List page: Before process event for this purpose.

Use Ajax to save all values in background mode. You should be familiar with JavaScript and Ajax for that.