09-12-2013, 09:36 PM
Hello
I have a webtable inside multiple webtables which is making multiple row selection almost impossible.
Could someone please suggest me how to select multple rows from a webtable?
Currently, to click on an item in the webtable, i use a function which first find the text in all the rows and if True, it clicks on the object.
So using the above code i get the row and i use the click method to click on the object row.
Can anyone suggest on how to select multiple rows using the CTRL and also the SHIFTkey?
Here are the properties of the webtable object
I have a webtable inside multiple webtables which is making multiple row selection almost impossible.
Could someone please suggest me how to select multple rows from a webtable?
Currently, to click on an item in the webtable, i use a function which first find the text in all the rows and if True, it clicks on the object.
Code:
ProjectCheck = FindObject(Browser("Model On Demand").Page("Model On Demand").Frame("Frame").WebTable("Table_Projects"),expectedProject, 1, "Project")
Function FindObject(browserPath, expectedValue,expectedColumn,object)
If browserPath.Exist(12) Then
rowCount = browserPath.RowCount
If RowCount > 2 Then
For i = 3 to RowCount
ObjectName = browserPath.GetCellData(i,expectedColumn)
intCompare = StrComp(ObjectName, expectedValue, vbTextCompare)
If intCompare = 0 Then
Reporter.ReportEvent micPass, object &" Success"," "& expectedValue &" was found in the list."
browserPath.ChildItem(i, 0, "WebElement", 0).Click
ObjectFound = RowCount
Exit For
else
ObjectFound = 1
End If
Next
else
ObjectFound = -1
End if
else
Reporter.ReportEvent micFail, "Browser Error", "Browser DOES NOT Exist. Please check the page"
ObjectFound = 0
End if
FindObject = ObjectFound
End Function
So using the above code i get the row and i use the click method to click on the object row.
Code:
Browser("Model On Demand").Page("Model On Demand").Frame("Frame").WebTable("Table_Projects").ChildItem(rowCount, 0, "WebElement", 0).Click
Can anyone suggest on how to select multiple rows using the CTRL and also the SHIFTkey?
Here are the properties of the webtable object
Code:
"Class Name:=WebTable",
"abs_x:=266",
"abs_y:=394",
"border:=1",
"class:=",
"cols:=1",
"column names:=Projects: 2 Items",
"height:=410",
"html id:=ggctlProjectsList~OT~",
"html tag:=TABLE",
"innerhtml:=<COLGROUP><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL></COLGROUP><TBODY><TR id=ggctlProjectsList~GTR~-1~_TOPGROUP_ style=""HEIGHT: 22px"" onclick=EG_OnGRClick\(event\)><TD class="GroupCaptionCellStyle" colSpan=12>Projects: 2 Items </TD></TR><TR onselectstart=""return false;"" id=ggctlProjectsList~header-row~-1~_TOPGROUP_ style=""HEIGHT: 22px; -moz-user-select: none"" onclick=EG_OnGRClick\(event\) vAlign=top><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~0><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>Name<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~1><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>ID<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~2><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>Submitted By<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~3><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>Review Status<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~4><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>Type<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~5><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>Status<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~6><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>Effective<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~7><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>Created<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~8><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>Modified<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~9><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>Validated<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~10><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>Errors<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~11><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>Committed<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD></TR><TR onselectstart=""return false;"" id=ggctlProjectsList~TR~0~_TOPGROUP_\^2\*R0 style=""HEIGHT: 18px"" onclick=EG_OnGRClick\(event\)><TD class="AnyRecordFieldCellStyle">SampletoSavnw</TD><TD class="AnyRecordFieldCellStyle">2</TD><TD class="AnyRecordFieldCellStyle">,</TD><TD class="AnyRecordFieldCellStyle">Pending Acceptance</TD><TD class="AnyRecordFieldCellStyle">Type1</TD><TD class="AnyRecordFieldCellStyle">Status11</TD><TD class="AnyRecordFieldCellStyle">8/5/2011</TD><TD class="AnyRecordFieldCellStyle">9/12/2013 10:59 AM</TD><TD class="AnyRecordFieldCellStyle">9/12/2013 11:19 AM</TD><TD class="AnyRecordFieldCellStyle">9/12/2013 10:59 AM</TD><TD class="AnyRecordFieldCellStyle"></TD><TD class="AnyRecordFieldCellStyle"></TD></TR><TR onselectstart=""return false;"" id=ggctlProjectsList~TR~0~_TOPGROUP_\^3\*R0 style=""HEIGHT: 18px"" onclick=EG_OnGRClick\(event\)><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight"">SampletoSavnw \[13-09-12 10:17\]</TD><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight"">3</TD><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight"">,</TD><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight"">Pending Approval</TD><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight"">Type1</TD><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight"">Status11</TD><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight"">8/5/2011</TD><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight"">9/12/2013 11:17 AM</TD><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight"">9/12/2013 11:18 AM</TD><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight"">9/12/2013 11:17 AM</TD><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight""></TD><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight""></TD></TR></TBODY>",
"innertext:=Projects: 2 Items NameIDSubmitted ByReview StatusTypeStatusEffectiveCreatedModifiedValidatedErrorsCommittedSampletoSavnw2,Pending AcceptanceType1Status118/5/20119/12/2013 10:59 AM9/12/2013 11:19 AM9/12/2013 10:59 AMSampletoSavnw \[13-09-12 10:17\]3,Pending ApprovalType1Status118/5/20119/12/2013 11:17 AM9/12/2013 11:18 AM9/12/2013 11:17 AM",
"name:=WebTable",
"outerhtml:=<TABLE id=ggctlProjectsList~OT~ hideFocus onkeydown=OnGKeyDown\(event\); onblur=EG_OnBlur\(event\) style=""BORDER-COLLAPSE: collapse; HEIGHT: 410px; -moz-user-focus: normal"" onfocusout=EG_OnFocusOut\(event\) onfocus=EG_OnFocus\(event\) onfocusin=EG_OnFocusIn\(event\) cellSpacing=0 cellPadding=0 rules=all border=1 tdid=""_TOPGROUP_""><COLGROUP><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL></COLGROUP><TBODY><TR id=ggctlProjectsList~GTR~-1~_TOPGROUP_ style=""HEIGHT: 22px"" onclick=EG_OnGRClick\(event\)><TD class="GroupCaptionCellStyle" colSpan=12>Projects: 2 Items </TD></TR><TR onselectstart=""return false;"" id=ggctlProjectsList~header-row~-1~_TOPGROUP_ style=""HEIGHT: 22px; -moz-user-select: none"" onclick=EG_OnGRClick\(event\) vAlign=top><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~0><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>Name<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~1><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>ID<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~2><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>Submitted By<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~3><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>Review Status<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~4><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>Type<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~5><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>Status<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~6><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>Effective<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~7><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>Created<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~8><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>Modified<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~9><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>Validated<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~10><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>Errors<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD><TD class="ColumnHeaderCellStyle" onmousemove='OnHeaderMouseMove\(event, false, false, """", """"\)' onmousedown=OnHeaderMouseDown\(event\) id=ggctlProjectsList\+_TOPGROUP_~CH~11><DIV class="ggctlProjectsListCH"><TABLE style=""HEIGHT: 100%"" cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style=""BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px"" vAlign=center>Committed<DIV></DIV></TD></TR></TBODY></TABLE></DIV></TD></TR><TR onselectstart=""return false;"" id=ggctlProjectsList~TR~0~_TOPGROUP_\^2\*R0 style=""HEIGHT: 18px"" onclick=EG_OnGRClick\(event\)><TD class="AnyRecordFieldCellStyle">SampletoSavnw</TD><TD class="AnyRecordFieldCellStyle">2</TD><TD class="AnyRecordFieldCellStyle">,</TD><TD class="AnyRecordFieldCellStyle">Pending Acceptance</TD><TD class="AnyRecordFieldCellStyle">Type1</TD><TD class="AnyRecordFieldCellStyle">Status11</TD><TD class="AnyRecordFieldCellStyle">8/5/2011</TD><TD class="AnyRecordFieldCellStyle">9/12/2013 10:59 AM</TD><TD class="AnyRecordFieldCellStyle">9/12/2013 11:19 AM</TD><TD class="AnyRecordFieldCellStyle">9/12/2013 10:59 AM</TD><TD class="AnyRecordFieldCellStyle"></TD><TD class="AnyRecordFieldCellStyle"></TD></TR><TR onselectstart=""return false;"" id=ggctlProjectsList~TR~0~_TOPGROUP_\^3\*R0 style=""HEIGHT: 18px"" onclick=EG_OnGRClick\(event\)><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight"">SampletoSavnw \[13-09-12 10:17\]</TD><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight"">3</TD><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight"">,</TD><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight"">Pending Approval</TD><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight"">Type1</TD><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight"">Status11</TD><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight"">8/5/2011</TD><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight"">9/12/2013 11:17 AM</TD><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight"">9/12/2013 11:18 AM</TD><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight"">9/12/2013 11:17 AM</TD><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight""></TD><TD class="AlternateRecordFieldCellStyle" style=""COLOR: highlighttext; BACKGROUND-COLOR: highlight""></TD></TR></TBODY></TABLE>",
"outertext:=Projects: 2 Items NameIDSubmitted ByReview StatusTypeStatusEffectiveCreatedModifiedValidatedErrorsCommittedSampletoSavnw2,Pending AcceptanceType1Status118/5/20119/12/2013 10:59 AM9/12/2013 11:19 AM9/12/2013 10:59 AMSampletoSavnw \[13-09-12 10:17\]3,Pending ApprovalType1Status118/5/20119/12/2013 11:17 AM9/12/2013 11:18 AM9/12/2013 11:17 AM",
"rows:=4",
"text:=Projects: 2 Items NameIDSubmitted ByReview StatusTypeStatusEffectiveCreatedModifiedValidatedErrorsCommittedSampletoSavnw2,Pending AcceptanceType1Status118/5/20119/12/2013 10:59 AM9/12/2013 11:19 AM9/12/2013 10:59 AMSampletoSavnw \[13-09-12 10:17\]3,Pending ApprovalType1Status118/5/20119/12/2013 11:17 AM9/12/2013 11:18 AM9/12/2013 11:17 AM",
"visible:=True",
"width:=1040",
"x:=19",
"y:=168"