Posted by Tahmidul
2015-05-30

Hello Sir,
I'm really to sorry to say, it still makes him/her as "Active" !

I've changed 'reg'=>'Y' to 'reg'=>'N' from "web/codelib/asc/df.fl.members.inc.php" as you say ! But sorry to say, it doesn't work for me !

Will you please recheck my problem and give a solution ???
I'll be very happy if u do that ! :)

Thank You.
Posted by Tom
2015-06-03

OK, try this. Open web/form/app/cls_ps_(table-name).inc.php and find the following code [Line 229-232]
//-- [BEGIN] Set additional init values
$obj =& $def->GetChild('active');
$obj->SetVal('Y');
//-- [END] Set additional init values
Change SetVal('Y') to SetVal('N')