Из переписки с одной вьетнамкой по аське:
phuong: thanks Max, this morning we just added this into Task method of class syssetupformrun:
X++:
if(_p1 == 260)
{
isCreate = true;
return super(_p1);
}
if(_p1 == 2840)
{
if(!isCreate)
return super(_p1);
else
{
isCreate = !isCreate;
return true;
}
}
03.01.2008 11:24:50 phuong: and it works