This topic is locked

Hold values after insert of new record

2/23/2007 10:56:14 AM
PHPRunner General questions
U
Uwe Loyal author

Hello!
Is it possible, to hold values after insert of new record?

How can manage this with a dropdown, date or textfield?
Rgds

Uwe Loyal

Alexey admin 2/26/2007

Uwe,
yes, just chage this line in generated ..._add.php file:

$readavalues=false;

to

$readavalues=true;