/* --- Script © 2005-2007 EC Software --- */
var ua = navigator.userAgent;
var dom = (document.getElementById) ? true : false;
var ie4 = (document.all && !dom) ? true : false;
var ie5_5 = ((ua.indexOf("MSIE 5.5")>=0 || ua.indexOf("MSIE 6")>=0) && ua.indexOf("Opera")<0) ? true : false;
var ns4 = (document.layers && !dom) ? true : false;
var offsxy = 6;
function hmshowPopup(e, txt, stick) {
  var tip = '<table  border="1" cellpadding="6" cellspacing="0" bgcolor="#CCE6FF" style="{border-width:1px; border-color:#000080; border-collapse:collapse;}"><tr valign=top><td>'+ txt + '<\/td><\/tr><\/table>';
  var tooltip = atooltip();
  e = e?e:window.event;
  var mx = ns4 ? e.PageX : e.clientX;
  var my = ns4 ? e.PageY : e.clientY;
  var obj   = (window.document.compatMode && window.document.compatMode == "CSS1Compat") ? window.document.documentElement : window.document.body;
  var bodyl = (window.pageXOffset) ? window.pageXOffset : obj.scrollLeft;
  var bodyt = (window.pageYOffset) ? window.pageYOffset : obj.scrollTop;
  var bodyw = (window.innerWidth)  ? window.innerWidth  : obj.offsetWidth;
  if (ns4) {
    tooltip.document.write(tip);
    tooltip.document.close();
    if ((mx + offsxy + bodyl + tooltip.width) > bodyw) { mx = bodyw - offsxy - bodyl - tooltip.width; if (mx < 0) mx = 0; }
    tooltip.left = mx + offsxy + bodyl;
    tooltip.top = my + offsxy + bodyt;
  }
  else {
    tooltip.innerHTML = tip;
    if (tooltip.offsetWidth) if ((mx + offsxy + bodyl + tooltip.offsetWidth) > bodyw) { mx = bodyw - offsxy - bodyl - tooltip.offsetWidth; if (mx < 0) mx = 0; }
    tooltip.style.left = (mx + offsxy + bodyl)+"px";
    tooltip.style.top  = (my + offsxy + bodyt)+"px";
  }
  with(tooltip) { ns4 ? visibility="show" : style.visibility="visible" }
  if (stick) document.onmouseup = hmhidePopup;
}
function hmhidePopup() {
  var tooltip = atooltip();
  ns4 ? tooltip.visibility="hide" : tooltip.style.visibility="hidden";
}
function atooltip(){
 return ns4 ? document.hmpopupDiv : ie4 ? document.all.hmpopupDiv : document.getElementById('hmpopupDiv')
}
popid_239907430="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">FieldMap<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>If there is no action column on a multirow list, set this <span style=\"font-style: italic; font-weight: bold;\">true<\/span> to enable the Single-click or Double-click mouse selection.<\/p>\n\r"
popid_1174928185="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">FieldMap<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When <span style=\"font-style: italic; font-weight: bold;\">true<\/span>, actions entered in the web UI for this FieldMap will be displayed in a popup window instead of a new web page.<\/p>\n\r"
popid_874812811X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Activates a rollover popup for this column in a gridview when not set to <span style=\"font-style: italic; font-weight: bold;\">none.<\/span>  <span style=\"font-style: italic; font-weight: bold;\">QuickView Action=<\/span><span style=\"font-style: italic;\">Display a QuickView version of page<\/span>, <span style=\"font-style: italic; font-weight: bold;\">Standard Action=<\/span><span style=\"font-style: italic;\">Display a standard web page, <\/span>and <span style=\"font-style: italic; font-weight: bold;\">Custom Page=<\/span><span style=\"font-style: italic;\">Display the specified Field.RolloverPage.<\/span><\/p>\n\r"
popid_831761245="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Action used to enter into the row rolled-over.&nbsp; For example, if the action &quot;I&quot; is used for inquiry on a row, set this property to &quot;I&quot; for an inquiry page as a result.<\/p>\n\r"
popid_556801618="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Enter the name of a web page, presumably an ASPX page, that will be displayed in a rollover window. This property is visible when the <span style=\"font-weight: bold;\">Field.RolloverTrigger<\/span> property is set to <span style=\"font-weight: bold;\">Custom Page<\/span>.<\/p>\n\r"
popid_213962100="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Provides additional information about the column besides the name.&nbsp; Note that &quot;(Click to sort column)&quot; is added to the TipText, and if no tiptext is provided, the Fieldname is used.<\/p>\n\r"
popid_1389225806X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When blank, the Field\'s Name property is used as the column heading.&nbsp; To introduce a linebreak (multi-line heading), use the | (vertical bar) character as the line break.<\/p>\n\r"
popid_1153492450X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">FieldMap<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>For MultiRow lists with Action Columns that <span style=\"text-decoration: underline;\">do not have<\/span> a FixedAction set, this property provides control over the list provided to the user for available\/valid actions.&nbsp; <span style=\"font-style: italic; font-weight: bold;\">Static Text=<\/span>Use the ActionSelectList Collection editor to define the list, <span style=\"font-style: italic; font-weight: bold;\">Screen Data=<\/span>a field on the screen provides the list, (<span style=\"background-color: #ffff99;\">requires additional coding in the generated application)<\/span><\/p>\n\r"
popid_1114256426="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">FieldMap<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>For MultiRow lists with Action Columns that <span style=\"text-decoration: underline;\">do not have<\/span> a FixedAction set, this property provides control over the list provided to the user for available\/valid actions.&nbsp; (<span style=\"background-color: #ffff99;\">requires additional coding in the generated application to implement fully)<\/span><\/p>\n\r"
popid_1293206065X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">FieldMap<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When FixedAction is defined on an Action Column field, use to set mouse click actions, <span style=\"font-style: italic; font-weight: bold;\">Single Click Enters<\/span> or <span style=\"font-style: italic; font-weight: bold;\">Double Click Enters<\/span> activate mouse actions.<\/p>\n\r"
popid_1154157946X="<p>Enter topic text here.<\/p>\n\r"
popid_1693528472="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Actions Collection Editor: for FieldMap property <span style=\"font-weight: bold;\">ActionSelectList<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Sets the description seen by the user for this option when the Action column dropdown list is displayed.<\/p>\n\r"
popid_1683304051="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Actions Collection Editor: for FieldMap property <span style=\"font-weight: bold;\">ActionSelectList<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Sets the action when this option is selected by the user in the Gridview action column\'s dropdown list.<\/p>\n\r"
popid_650394439X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field, with ColumnKeyType=<\/span><span style=\"font-style: italic; font-weight: bold;\">Action<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When not empty\/blank, sets a single action that will be applied to rows selected by the user.&nbsp; This property must be set to make the MouseEnterClicks property visible on the parent FieldMap.<\/p>\n\r"
popid_553389020="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When a Field has an Action of Read, when FieldTemplate=Standard, the control will be generated as a TextDisplay custom web control by default.&nbsp; You should not set FieldTemplate as any of the data-entry capable controls.<\/p>\n\r"
popid_2118128332X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>The length of the field is used when generating any TextEntry control to control the size of the field on the web page as well as maxlength.<\/p>\n\r"
popid_2088288081X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When a FieldTemplate supporting host dates is selected, such as <span style=\"font-weight: bold;\">DateEntry, <\/span>the DateFormat string provides translation from and to the host\'s format.&nbsp; The UIProject entity provides global control of this value-using the asterisk (*) for a field will default to the UIProject <span style=\"font-weight: bold;\">DateFormat<\/span> value.<\/p>\n\r"
popid_11539636="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field, with ColumnKeyType=<\/span><span style=\"font-style: italic; font-weight: bold;\">Action<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>For a Single or Double-click mouse selection, this must be set to non-blank, or the FieldMap.CursorDrillDown property must be <span style=\"font-weight: bold;\">true.<\/span><\/p>\n\r"
popid_905908553X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>The column with ColumnKeyType=<span style=\"font-style: italic; font-weight: bold;\">key1<\/span> is tested each time a row is read from the screen.&nbsp; When this column is blank\/empty, it is considered the end of the list (EOF).<\/p>\n\r"
popid_760410763X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>The column with ColumnKeyType=<span style=\"font-style: italic; font-weight: bold;\">Action<\/span> enables logic to manage the entry of actions by the user against individual rows.&nbsp; Single-Click and Double-click actions can be set, as well as drop-down lists of available actions.<\/p>\n\r"
popid_702770869X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">FieldMap<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Sets the number of screens that are read each time the list is initially filled, and each time the user clicks on the More Rows button.<\/p>\n\r"
popid_1923043079="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">FieldMap<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When <span style=\"font-style: italic; font-weight: bold;\">true<\/span>, the containing FieldMap is considered a MultiRow map, and the properties associated with multirow maps will be displayed.<\/p>\n\r"
popid_613067431X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">FieldMap<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>The name of the FieldMap will become the name of the Class generated to support the FieldMap in the project.&nbsp; The complete classname will be qualified with the Screen Definition Name, an underscore, and the FieldMap name.<\/p>\n\r"
popid_84881698X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">ScreenDef<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>First, the <span style=\"font-weight: bold;\">default<\/span> FieldMap must have a field named <span style=\"font-weight: bold;\">MoreIndicator<\/span>, which describes the portion of the screen where some text is displayed indicating the status of the pagedown key (more, no more and so on).<\/p>\n\r<p>&nbsp;<\/p>\n\r<p>This value provides the text to be tested which indicates more rows are available.<\/p>\n\r"
popid_1624587236="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">FieldMap<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When <span style=\"font-style: italic; font-weight: bold;\">true<\/span>, the FVSubFile web control will automatically generate style classes that represent the active colors and attributes for each cell in the list as currently displayed by the host application.<\/p>\n\r"
popid_1116713587X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">FieldMap<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Sets the style of the list, currently only &quot;subfile&quot; is supported by the Flex DHTML javascript.<\/p>\n\r"
popid_239907429="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">FieldMap<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When <span style=\"font-style: italic; font-weight: bold;\">true<\/span>, cursor location is used in this multi-row list to select the next screen (move cursor to row, then press Enter, for example).&nbsp; <\/p>\n\r"
popid_702770870X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">FieldMap<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Sets the number of screens that are read each time the list is initially filled, and each time the user clicks on the More Rows button.<\/p>\n\r"
popid_294199892X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">FieldMap<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Sets the template used to generate the rows into the web page.&nbsp; The two standard templates are: InLineView (creates full HTML table, no FVSubFile or GridView) or Standard (creates DHMTL Gridview with the FVSubFile control)<\/p>\n\r"
popid_594685428="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">FieldMap<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When not zero, changes the calculated width of the generated FVSubFile control based on the number of <span style=\"font-weight: bold;\">columns<\/span> entered.<\/p>\n\r"
popid_463237273X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">FieldMap<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When not zero, changes the calculated height of the generated FVSubFile control based on the number of <span style=\"font-weight: bold;\">rows<\/span> entered.<\/p>\n\r"
popid_905908554X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Sets the role this field has within a multi-row list.&nbsp; When a column is used to enter an action on the row, set it as an Action.&nbsp; Important values, like customer number would be key1 and key2, while status and status2 apply to attributes of the data.&nbsp; Other values include user1, user2 and hidden (don\'t display in UI).<\/p>\n\r"
popid_1158952387X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Screen Actions Collection Editor<\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Sets the text displayed in the Web Page button<\/p>\n\r"
popid_1124895447="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Screen Actions Collection Editor<\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When <span style=\"font-style: italic; font-weight: bold;\">true<\/span>, the button will only be displayed on the web page when the backing screen has the <span style=\"font-weight: bold;\">ScreenText<\/span> visible in the lower rows of the screen.<\/p>\n\r"
popid_685153615X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Screen Actions Collection Editor<\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Select the key (Enter, PF3, PF4 and so on) that should be sent to the host when this button is clicked.<\/p>\n\r"
popid_1703133099="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Screen Actions Collection Editor<\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Original text that represents this action on the backing screen--used when the DynamicVisibility property is true to control visibility of the button.<\/p>\n\r"
popid_1165810506="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Screen Actions Collection Editor<\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Optional text to display over the button on the web page when the user hovers the mouse over the button.<\/p>\n\r"
popid_1356107180="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Screen Actions Collection Editor<\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Set to <span style=\"font-style: italic; font-weight: bold;\">true <\/span>and at runtime, the keyboard hook from the terminal emulator will be used to associate the key defined in EnterKey with the active PC keyboard.<\/p>\n\r"
popid_214470881X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Screen Actions Collection Editor<\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When <span style=\"font-style: italic; font-weight: bold;\">true<\/span>, logic is generated in the task class to enter the field values from the web page into the backing screen before sending the EnterKey.&nbsp; When false, only the key is sent, with no field updates made.<\/p>\n\r"
popid_1532505022="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Screen Actions Collection Editor<\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>By selecting an Action Template, you can change how the Action appears (and works) in the web page.&nbsp; Choose from&nbsp; Standard, PopupWindow and more...<\/p>\n\r"
popid_1158902821="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">ScreenDef<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>The ScreenActions collection defines the buttons that are displayed to the user, and what happens when a specific button is clicked. There are a number of properties definable for each action in the <span style=\"font-weight: bold;\">Screen Actions Collection Editor.<\/span><\/p>\n\r"
popid_1329403363="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">ScreenDef<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When <span style=\"font-style: italic; font-weight: bold;\">true<\/span>, Actions generated into the page generate script rather than HTML objects.&nbsp; This is useful for alternative navigation schemes where buttons should appear somewhere other than the bottom of the page.<\/p>\n\r<p>&nbsp;<\/p>\n\r<p><span style=\"font-style: italic; background-color: #ffff00;\">Not yet supported in the Beta Builds.<\/span><\/p>\n\r"
popid_1903745198="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">ScreenDef<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When <span style=\"font-style: italic; font-weight: bold;\">true<\/span>, Labels generated into a Web Page will have the case set to &quot;Title Case&quot; which typically sets the first character after a blank uppercase and other characters lower-case. <\/p>\n\r"
popid_1896697284="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field: RadioButtonList, any Template with ListItems<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Provides the values and text to display for the RadioButtonList, or any control using the ASP.NET ListItems collection.<\/p>\n\r"
popid_1402554563X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>An Object in Studio<\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>This documentation is <span style=\"font-weight: bold;\">coming soon...<\/span><\/p>\n\r<p><span style=\"font-weight: bold;\">&nbsp;<\/span><\/p>\n\r<p><span style=\"font-weight: bold;\">[To Be Completed]<\/span><\/p>\n\r"
popid_953043225="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field: Checkbox or YesNoRButtons FieldTemplates<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>This is the screen value that indicates &quot;NO&quot; or &quot;false&quot; or &quot;unselected&quot; for the screen field.<\/p>\n\r"
popid_351683047="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field: Checkbox or YesNoRButtons FieldTemplates<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>This is the screen value that indicates &quot;YES&quot; or &quot;true&quot; or &quot;selected&quot; for the screen field.<\/p>\n\r"
popid_1001997926X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\">Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field: TextEntry Selected<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When <span style=\"font-weight: bold;\">true<\/span>, the generated Field control will include the Selection Popup clickable icon, which will trigger a selection request at the host to display a selection popup.<\/p>\n\r"
popid_45138745="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field: TextEntry Selected<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When <span style=\"font-weight: bold;\">true<\/span>, the generated Field control will include the Selection Popup clickable icon, which will trigger a selection request at the host to display a selection popup.<\/p>\n\r"
popid_66023914X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field and Label<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>By selecting a Field Template, you can change how the field appears in the web page.&nbsp; Choose from CheckBox, DateEntry, RadioButtonList, TextDisplay, TextEntry, YesNoRButtons and more...<\/p>\n\r"
popid_615973233X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>For the TextDisplay control, set this property to <span style=\"font-weight: bold;\">TextDisplay <\/span>using the Template Picker selection control.<\/p>\n\r"
popid_913271663X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>For the Checkbox control, set this property to <span style=\"font-weight: bold;\">CheckBox <\/span>using the Template Picker selection control.<\/p>\n\r"
popid_615948082X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>For the RadioButtonList control, set this property to <span style=\"font-weight: bold;\">RadioButtonList <\/span>using the Template Picker selection control.<\/p>\n\r"
popid_913271018X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>For the YesNoRButtons control, set this property to <span style=\"font-weight: bold;\">YesNoRButtons <\/span>using the Template Picker selection control.<\/p>\n\r"
popid_913271617X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>For the DateEntry control, set this property to <span style=\"font-weight: bold;\">DateEntry <\/span>using the Template Picker selection control.<\/p>\n\r"
popid_913270929X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>For the TextEntry control, set this property to <span style=\"font-weight: bold;\">TextEntry <\/span>using the Template Picker selection control.<\/p>\n\r"
popid_167722308="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Label<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>By selecting a Label Template, you can change how the label appears in the web page.&nbsp; Choose from <span style=\"font-weight: bold;\">Standard, Label or ActionLabel.<\/span>  Note that Standard will default to Label...<\/p>\n\r"
popid_194152999="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Label<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Choose from <span style=\"font-weight: bold;\">Standard or Label <\/span>to generate a simple DIV or Server-side Label control.<\/p>\n\r"
popid_1850172225X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Label<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Choose ActionLabel to generate a button with the text of the label on it.&nbsp; When clicked, the user\'s view will switch to the screen identified in the ActionLabel.<\/p>\n\r"
popid_106984545X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Label: ActionLabel Template<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Select the Screen you wish to navigate to when the user clicks on the Hotspot label...use the Navigation panel to help in determining which screen you select.<\/p>\n\r"
popid_274792684="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field and Label<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Select the Base CssClass to assign this Field or Label.&nbsp; &quot;Standard&quot; will assign the class based on the type (datafield or label).<\/p>\n\r"
popid_1179175286="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Label<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Select the Base CssClass to assign this Label.&nbsp; <span style=\"font-weight: bold;\">Ignore will not generate any label into the web page.<\/span> &quot;Standard&quot; will assign the class based on the type (datafield or label).<\/p>\n\r"
popid_1787803411="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field and Label<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Can enter an override for the attributes.&nbsp; This would typically be taken from the special codes in the CSS file.<\/p>\n\r"
popid_39978634X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field: TextEntry selected<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When the SelectionPopup for a TextEntry field is <span style=\"font-weight: bold;\">true<\/span>, this is the Title of the Popup window, as well as tiptext for a mouse hover over the SelPopup button.<\/p>\n\r"
popid_1299797137X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field: TextEntry selected<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When the SelectionPopup for a TextEntry field is <span style=\"font-weight: bold;\">true<\/span>, setting this property true activates the F4 key for the user as an alternative to clicking on the popup image button.<\/p>\n\r"
popid_1382771844="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Sets label to use in layouts that require each field to have an associated label.&nbsp; Default is FieldName.<\/p>\n\r"
popid_600682621X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When <span style=\"font-weight: bold;\">true<\/span>, the generated Field control will include the DynamicCss=&quot;True&quot; as a property, which interprets attributes dynamically and applies a ScreenAttribute from the active CSS properties.<\/p>\n\r"
popid_1386561651="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field<\/span> or <span style=\"font-weight: bold;\">Label<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When <span style=\"font-weight: bold;\">true<\/span>, the generated Field or Label control will include code in the code-behind OnPreRender() method that sets visibility based on status in the active host screen.&nbsp; <span style=\"font-weight: bold;\">Note that labels have a TODO generated to tie visibility with a corresponding data field...<\/span><\/p>\n\r"
popid_1265957920="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field: TextEntry selected<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When <span style=\"font-weight: bold;\">true<\/span>, the generated Field control will include the UpperCase=&quot;True&quot; as a property, will converts all characters to uppercase as the user keys them into the input text field.<\/p>\n\r"
popid_1184884477X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field: TextEntry selected<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When <span style=\"font-weight: bold;\">true<\/span>, FVEntry control is generated with the <span style=\"font-weight: bold;\">ValidateOnChange<\/span> property=true. This will call a standard validation function with the FieldID as a parameter.&nbsp; See full help on the <span style=\"font-weight: bold;\">ValidateOnChange<\/span> property for more information.<\/p>\n\r"
popid_304132527X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Field: TextEntry selected<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When <span style=\"font-weight: bold;\">true<\/span>, FVEntry control is generated with the <span style=\"font-weight: bold;\">BarCodeSupport<\/span> property=true. This will activate the barcode support for the web field.&nbsp; See the <span style=\"font-weight: bold;\">BarCodeSupport<\/span> help for more information.<\/p>\n\r"
popid_364024071="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Screen Definition<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Select between Absolute and Table positioning. <span style=\"background-color: #ffff00;\"> At this time, only Absolute positioning is supported for the Standard web page template.<\/span><\/p>\n\r"
popid_897939133X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Screen Definition<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Change the assumed start of absolute position <span style=\"font-weight: bold;\">TOP values<\/span>--can be a negative value...<\/p>\n\r"
popid_2095255045X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Screen Definition<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Change the assumed start of absolute position <span style=\"font-weight: bold;\">LEFT values<\/span>--can be a negative value...<\/p>\n\r"
popid_120826172X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Screen Definition<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Use this to tune how fields are positioned vertically.&nbsp; Can help &quot;tighten-up&quot; rows in screens with row gaps.<\/p>\n\r"
popid_198384059X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Screen Definition<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Use this to tune how fields are positioned horizontally.&nbsp; Can help &quot;tighten-up&quot; rows in screens with gaps between fields.<\/p>\n\r"
popid_310421841X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">FieldMap Definition<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Use to override the initial height of a Flex Gridview control in a web page containing the fieldmap.&nbsp; <span style=\"font-weight: bold;\">Rows not pixels...<\/span><\/p>\n\r"
popid_113712854="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">FieldMap Definition<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Use to override the initial width of a Flex Gridview control in a web page containing the fieldmap.&nbsp; <span style=\"font-weight: bold;\">Columns not pixels...<\/span><\/p>\n\r"
popid_1062860961="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Screen Definition<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Set <span style=\"font-style: italic; font-weight: bold;\">true<\/span> to activate the creation of an enhanced aspx web page for the subject Screen.<\/p>\n\r"
popid_1769752181="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Screen Definition<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Select the general look and feel of your Web Page from a number of provided and possibly locally authored templates.<\/p>\n\r"
popid_1993637726X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Tasks View: <span style=\"font-weight: bold;\">UI Composite Web Page<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Select the general look and feel of your<span style=\"font-weight: bold;\"> UI Composite<\/span> Web Page from a number of provided and possibly locally authored templates.&nbsp; Your child <span style=\"font-weight: bold;\">UIScreen<\/span> objects will be merged into the template at generation time.<\/p>\n\r"
popid_198003091="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Tasks View: <span style=\"font-weight: bold;\">UI Notebook Web Page<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Select the general look and feel of your<span style=\"font-weight: bold;\"> UI Notebook<\/span> Web Page from one or more provided and possibly locally authored templates.&nbsp; Your child <span style=\"font-weight: bold;\">UINotebookTab<\/span> objects will be connected to the page at runtime using DHTML.<\/p>\n\r"
popid_2074821347X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Tasks View: <span style=\"font-weight: bold;\">UI Notebook Web Page<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Selects the Tabs location for the Notebook, you can set tabs to appear at the Top, Right, Bottom and Left of the hosting page.<\/p>\n\r"
popid_743933224X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Tasks View: <span style=\"font-weight: bold;\">UI NotebookTab Web Page<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Select the general look and feel of your<span style=\"font-weight: bold;\"> UI NotebookTab<\/span> Web Page from one or more provided and possibly locally authored templates. This template will be used to generate any <span style=\"font-weight: bold;\">UIScreen<\/span><span style=\"font-style: italic; font-weight: bold;\"> <\/span><span style=\"font-weight: bold;\">elements<\/span> added to this tab into a web page.<\/p>\n\r"
popid_510826857X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Tasks View: <span style=\"font-weight: bold;\">UI NotebookTab Web Page<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>A Notebook Tab page can have Action buttons as with an Enhance web page--this selects the source of Actions, or if <span style=\"font-weight: bold;\">Set On This Tab<\/span> is selected, displays the <span style=\"font-weight: bold;\">TabActions <\/span>property <\/p>\n\r"
popid_71084703="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Tasks View: <span style=\"font-weight: bold;\">UI NotebookTab Web Page<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Provides access to the same Screen Actions Collection Editor as Actions for a Screen definition, so you can define Buttons to display on this Tab independently from actions on child UIScreens.<\/p>\n\r"
popid_1640202592="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Tasks View: <span style=\"font-weight: bold;\">UI WorkflowPage Web Page<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Determines the role of the page.&nbsp; Selections include:&nbsp; <span style=\"font-weight: bold;\">Start Page<\/span>, <span style=\"font-weight: bold;\">Standard Page<\/span>, <span style=\"font-weight: bold;\">Informational Page<\/span> and <span style=\"font-weight: bold;\">Completion Page.<\/span><\/p>\n\r"
popid_1404551139X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Tasks View: <span style=\"font-weight: bold;\">UI WorkflowPage Web Page<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>For the non-Standard pages, provides an easy location to provide some informational text to be included on the web page.&nbsp; Included on&nbsp; the <span style=\"font-weight: bold;\">Start Page<\/span>, <span style=\"font-weight: bold;\">Informational Page<\/span> and <span style=\"font-weight: bold;\">Completion Page.<\/span><\/p>\n\r"
popid_100930012X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Tasks View: <span style=\"font-weight: bold;\">UI WorkflowPage<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Select the general look and feel of your &quot;Standard&quot; WorkflowRole<span style=\"font-weight: bold;\"> UI WorkflowPage<\/span> from one or more provided and possibly locally authored templates.&nbsp; This template will control the generation of all child <span style=\"font-weight: bold;\">UIScreen<\/span> elements.<\/p>\n\r"
popid_1511293727="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Screen Definition<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When set to <span style=\"font-weight: bold;\">GenericMenu,<\/span> will initiate the generation of the FVGenericMenu.aspx page and codebehind.&nbsp; Other templates may also support the GenericMenu if written to do so.<\/p>\n\r"
popid_1082343565X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Screen Definition<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Controls the active parsing of the menu as displayed on the screen at runtime.&nbsp; Can be set individually based on the menu item format(s).<\/p>\n\r"
popid_1777486111X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Tasks View: <span style=\"font-weight: bold;\">UI Top Page<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Sets the template used to generate and integrate the menu definitions into the project.<\/p>\n\r"
popid_111257300X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Tasks View: <span style=\"font-weight: bold;\">UI Screen<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Click and set using the provided <span style=\"font-weight: bold;\">UI Screen IncludeFilter Editor<\/span>, which lets you choose which fields and labels you want to include when generating this UI Screen into a web page.<\/p>\n\r"
popid_1298768091X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Tasks View: <span style=\"font-weight: bold;\">UI Menu Object<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Sets the text displayed for this menu item in the runtime web page.<\/p>\n\r"
popid_33346829X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Tasks View: <span style=\"font-weight: bold;\">UI Menu Object<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Sets the text displayed when the user hovers the mouse over this menu item in the runtime web page.<\/p>\n\r"
popid_1031878723X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Tasks View: <span style=\"font-weight: bold;\">UI Top Page<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Sets the Title displayed in the browser for the Top-Level page.&nbsp; Inserted in the ASPX page in-between the &lt;title&gt;&lt;\/title&gt; tags.<\/p>\n\r"
popid_336851596="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Tasks View: <span style=\"font-weight: bold;\">UI Top Page<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>How do people connect to the session--what is the page configuration?&nbsp; Options include <span style=\"font-weight: bold;\">Logon Page, From Session Pool and Auto Logon.<\/span><\/p>\n\r"
popid_266108121="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Tasks View: <span style=\"font-weight: bold;\">UI Top Page<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Selects the Template used to generate the Top Page ASPX and ASPX.cs modules.&nbsp; Templates provide a wide variety of navigation, use and styles.<\/p>\n\r"
popid_100501420X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Tasks View: <span style=\"font-weight: bold;\">UI Top Page<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Selects the template used to generate the Logon Page when the <span style=\"font-weight: bold;\">ConnectionType <\/span>is <span style=\"font-style: italic; font-weight: bold;\">Logon Page<\/span><\/p>\n\r"
popid_1657469397="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Tasks View: <span style=\"font-weight: bold;\">UI Top Page<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When <span style=\"font-weight: bold;\">ConnectionType<\/span> is <span style=\"font-style: italic; font-weight: bold;\">Logon Page, <\/span>provides the ability to set an alternate name from &quot;default.aspx&quot; for cases where more than one Top Level page has a logon page, or where a different name from default.aspx is preferred.<\/p>\n\r"
popid_1796147055X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Tasks View: <span style=\"font-weight: bold;\">UI Top Page<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When the <span style=\"font-weight: bold;\">ConnectionType<\/span> is <span style=\"font-style: italic; font-weight: bold;\">From Session Pool<\/span> or <span style=\"font-style: italic; font-weight: bold;\">Auto Logon<\/span> the ExitURL property points to the page the user will next see following a Sign Off operation.<\/p>\n\r"
popid_1585637049X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Tasks View: <span style=\"font-weight: bold;\">UI Top Page<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>No Terminal Emulation support will be available to the user when this property is true.&nbsp; When true, will restrict a user that starts with this UITopPage from any non-enhanced Web pages.<\/p>\n\r"
popid_1541633531X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Screen Definition<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When both <span style=\"font-weight: bold;\">CreateWebPage<\/span> and <span style=\"font-weight: bold;\">CreateQuickView<\/span> are <span style=\"font-style: italic; font-weight: bold;\">false<\/span> for a Screen Definition, the Terminal Emulator will be activated when the corresponding screen is displayed.<\/p>\n\r"
popid_1293190584="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>Project Explorer: <span style=\"font-weight: bold;\">Screen Definition<\/span><\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>When both <span style=\"font-weight: bold;\">CreateWebPage<\/span> and <span style=\"font-weight: bold;\">CreateQuickView<\/span> are <span style=\"font-style: italic; font-weight: bold;\">false<\/span> for a Screen Definition, the Terminal Emulator will be activated when the corresponding screen is displayed.<\/p>\n\r"
popid_243701204X="<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Property Of<\/span><\/p>\n\r<p>UI Wizard: <span style=\"font-weight: bold;\">Application Details Page<\/span> <\/p>\n\r<p class=\"p_PopupHeader\"><span class=\"f_PopupHeader\"> Effect<\/span><\/p>\n\r<p>Sets the URL used to activate the Flynet Terminal Emulator.&nbsp; The URL must be on the same server, and fully qualifying it ensures correct operation even when debugging in Visual Studio 2005.<\/p>\n\r"
