down arrow fix

search tweaks
search tweeks
up arrow fix
This commit is contained in:
2009-02-05 20:51:38 +00:00
parent 20498a2eb5
commit 1503b3f9cc
5 changed files with 173 additions and 103 deletions

View File

@@ -650,7 +650,7 @@ namespace VEPROMS.CSLA.Library
{
get
{
return (IsHigh?0:(IsRNO?1:0)+((ItemInfo)ActiveParent).RNOLevel);
return ((IsProcedure || IsSection || IsHigh)?0:(IsRNO?1:0)+((ItemInfo)ActiveParent).RNOLevel);
}
}
public int Columns