<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = 
"urn:schemas-microsoft-com:vml" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word" xmlns:st1 = 
"urn:schemas-microsoft-com:office:smarttags"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3132" name=GENERATOR><!--[if !mso]>
<STYLE>v\:* {
        BEHAVIOR: url(#default#VML)
}
o\:* {
        BEHAVIOR: url(#default#VML)
}
w\:* {
        BEHAVIOR: url(#default#VML)
}
.shape {
        BEHAVIOR: url(#default#VML)
}
</STYLE>
<![endif]--><o:SmartTagType name="State" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="Street" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="address" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="PlaceType" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="PlaceName" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="City" namespaceuri="urn:schemas-microsoft-com:office:smarttags" 
downloadurl="http://www.5iamas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="place" namespaceuri="urn:schemas-microsoft-com:office:smarttags" 
downloadurl="http://www.5iantlavalamp.com/"></o:SmartTagType><o:SmartTagType 
name="PersonName" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><!--[if !mso]>
<STYLE>st1\:* {
        BEHAVIOR: url(#default#ieooui)
}
</STYLE>
<![endif]-->
<STYLE>@font-face {
        font-family: Tahoma;
}
@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; }
P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.EmailStyle18 {
        COLOR: navy; FONT-FAMILY: Arial; mso-style-type: personal-reply
}
DIV.Section1 {
        page: Section1
}
</STYLE>
</HEAD>
<BODY lang=EN-US vLink=blue link=blue>
<DIV dir=ltr align=left><SPAN class=460044320-27062007><FONT face=Arial 
color=#0000ff size=2>Hello Fellow Wuggers,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=460044320-27062007><FONT face=Arial 
color=#0000ff size=2> I am hoping someone can provide some guidance.  
</FONT></SPAN></DIV>
<UL dir=ltr>
  <LI>
  <DIV align=left><SPAN class=460044320-27062007><FONT face=Arial color=#0000ff 
  size=2>We have a workflow with a step that runs a custom report.  
  </FONT></SPAN></DIV></LI>
  <LI>
  <DIV align=left><SPAN class=460044320-27062007><FONT face=Arial color=#0000ff 
  size=2>The object used is an extension/child of REPORT.  
  </FONT></SPAN></DIV></LI>
  <LI>
  <DIV align=left><SPAN class=460044320-27062007><FONT face=Arial color=#0000ff 
  size=2>We added a method (BuildSelTab) which creates the required lines and 
  fills the SelTab element in the task container.  
  </FONT></SPAN></DIV></LI>
  <LI>
  <DIV align=left><SPAN class=460044320-27062007><FONT face=Arial color=#0000ff 
  size=2>We entered BuildSelTab as a method Before Work Item Execution on 
  the step that executes the report.</FONT></SPAN></DIV></LI></UL>
<DIV dir=ltr align=left><SPAN class=460044320-27062007></SPAN><SPAN 
class=460044320-27062007></SPAN><FONT face=Arial><FONT color=#0000ff><FONT 
size=2>T<SPAN class=460044320-27062007>he method works fine and we can see the 
SelTab in the container for that step is holding the correct data.  
However, when the report is being run, it is not using the data from the 
SelTab.  </SPAN></FONT></FONT></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN 
class=460044320-27062007></SPAN></FONT></FONT></FONT> </DIV>
<DIV dir=ltr align=left><FONT><FONT color=#0000ff><FONT size=2><SPAN 
class=460044320-27062007></SPAN></FONT></FONT></FONT><SPAN 
class=460044320-27062007></SPAN><FONT face=Arial><FONT color=#0000ff><FONT 
size=2>N<SPAN class=460044320-27062007>ote:  With previous designs, we ran 
the BuildSelTab as a separate background task, and then bound the SelTab 
from the WS container into the Execute Report step.  In that instance the 
report ran using the SelTab.  The problem with that was that the flow would 
not advance from dialog from the start form to the report screen, due to 
the background step in-between.  We do not want the users to have to start 
the flow and then enter the SBWP to execute the report.  
</SPAN></FONT></FONT></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN 
class=460044320-27062007>Note also:  Web is not an option with this 
particular flow.</SPAN></FONT></FONT></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN 
class=460044320-27062007></SPAN></FONT></FONT></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN 
class=460044320-27062007>Many Thanks in Advance for any 
suggestions!!</SPAN></FONT></FONT></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN 
class=460044320-27062007>Regards,</SPAN></FONT></FONT></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN 
class=460044320-27062007>Sherie</SPAN></FONT></FONT></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN 
class=460044320-27062007></SPAN></FONT></FONT></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN 
class=460044320-27062007>Sherie Munday</SPAN></FONT></FONT></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN 
class=460044320-27062007>Workflow 
Developer/Analyst</SPAN></FONT></FONT></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN 
class=460044320-27062007>Air Products & Chemicals, 
Inc.</SPAN></FONT></FONT></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN 
class=460044320-27062007></SPAN></FONT></FONT></FONT> </DIV></BODY></HTML>