This topic is locked

BeforeProcessRowList

7/24/2009 7:08:49 AM
PHPRunner General questions
A
aszeto author

Hi Jane,
This function is useful for me since I need to do some checking before processing each row in 'List'. I need to do the same checking before processing the records in View. There is a Before Process function in View, but does not allow us to access $data directly. Currently, I have to code it in the xxx_view.php file in the output directory. And whenever I build the project again, I have to add the code back in.
Can you consider adding a similar function in View in the next version?
Thanks,
Anne

J
Jane 7/24/2009

Hi,
use View page: Before display event and $values array for this purpose.

A
aszeto author 7/29/2009

Thanks for you reply.
Actually, I need to change the <a> to use a file indicated in my database table as thumbnail and need to do this before the html is constructed. Seems not possible to do this in Before display.

J
Jane 7/29/2009

Hi,
I recommend you to publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with detailed description of what you want to achieve. I'll try to help you.