Advertisement
diemzsandiaz

Form Template 3.1

Jan 3rd, 2018
2,747
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XBasic 40.79 KB | None | 0 0
  1. DIM page_fields[15] as P
  2. with  page_fields[1]
  3.     .display = "{C=#104+150+112,White}{B=White,#104+150+112}{F=+B}{Data=f80997ab-7a23-4a4d-ad3a-2dbb8c9d57a2}{I:'$$web.panel.card'} [Panel Card: PANELCARD_1]"
  4.     .displayODFlat = "{Data=f80997ab-7a23-4a4d-ad3a-2dbb8c9d57a2}{I:'$$web.panel.card'} [Panel Card: PANELCARD_1]"
  5.     .displayOD = "{C=#104+150+112,White}{B=White,#104+150+112}{F=+B}{Data=f80997ab-7a23-4a4d-ad3a-2dbb8c9d57a2}{I:'$$web.panel.card'} [Panel Card: PANELCARD_1]"
  6.     .displayODtree = "{C=#104+150+112,White}{B=White,#104+150+112}{F=+B}{Data=f80997ab-7a23-4a4d-ad3a-2dbb8c9d57a2}{I:'$$web.panel.card'} [Panel Card: PANELCARD_1]"
  7.     .controltype = "layout_directive_PanelCardBegin"
  8.     .idInternal = "f80997ab-7a23-4a4d-ad3a-2dbb8c9d57a2"
  9.     .lastIndex = 15
  10.     .parentContainer = -1
  11.     .parentTabPaneIndex = 0
  12.     .inRepeatingSection = .F.
  13.     .repeatingSectionParentId = -1
  14.     .indentTree = 0
  15.     .v.comment = ""
  16.     .v._dirty = .F.
  17.     .v.container.id = "PANELCARD_1"
  18.     .v.panelInstance.subTheme = ""
  19.     .v.panelInstance.layout.size = ""
  20.     .v.panelInstance.layout.minSize = ""
  21.     .v.panelInstance.layout.dock = ""
  22.     .v.panelInstance.hasPrevButton = .F.
  23.     .v.panelInstance.prevButtonId = ""
  24.     .v.panelInstance.hasNextButton = .F.
  25.     .v.panelInstance.nextButtonId = ""
  26.     .v.panelInstance.hasFlowCollapseButton = .F.
  27.     .v.panelInstance.flowCollapse.buttonId = ""
  28.     .v.panelInstance.flowCollapse.collapse.html = ""
  29.     .v.panelInstance.flowCollapse.collapse.icon = ""
  30.     .v.panelInstance.flowCollapse.collapse.pressedIcon = ""
  31.     .v.panelInstance.flowCollapse.collapse.hoverIcon = ""
  32.     .v.panelInstance.flowCollapse.collapse.tip = ""
  33.     .v.panelInstance.flowCollapse.expand.html = ""
  34.     .v.panelInstance.flowCollapse.expand.icon = ""
  35.     .v.panelInstance.flowCollapse.expand.pressedIcon = ""
  36.     .v.panelInstance.flowCollapse.expand.hoverIcon = ""
  37.     .v.panelInstance.flowCollapse.expand.tip = ""
  38.     .v.panelInstance.sections.isSection = .F.
  39.     .v.panelInstance.sections.name = "<UsePanelId>"
  40.     .v.panelInstance.sections.placeholderHTML = ""
  41.     .v.panelInstance.sections.renderMethod = "Auto-Create-Destroy"
  42.     .v.panelCard.javascript.onCreate = ""
  43.     .v.panelCard.javascript.onSize = ""
  44.     .v.panelCard.javascript.onSwipe = ""
  45.     .v.panelCard.javascript._onsize = <<%str%
  46. if(typeof {dialog.object} != 'undefined') {
  47.     if(typeof {dialog.object}._findActiveLayoutRule != 'undefined') {
  48.         {dialog.object}._findActiveLayoutRule();
  49.         //alert('system on size');
  50.     }
  51. }
  52. %str%
  53.     .v.panelCard.allowBodyScrolling = .T.
  54.     .v.panelCard.bodyScrolling.axis = "Both"
  55.     .v.panelCard.bodyScrolling.stopPropogation = .F.
  56.     .v.panelCard.pull.isDefined = .F.
  57.     .v.panelCard.pull.javascript.onPullRelease = ""
  58.     .v.panelCard.pull.javascript.onPullEnd = ""
  59.     .v.panelCard.pull.javascript.onPull = ""
  60.     .v.panelCard.pull.pullpastEnd.YSetting = "auto"
  61.     .v.panelCard.pull.pullpastEnd.XSetting = "auto"
  62.     .v.panelCard.scrolling.isDefined = .F.
  63.     .v.panelCard.scrolling.indicator.v.show = .T.
  64.     .v.panelCard.scrolling.indicator.v.location = "right"
  65.     .v.panelCard.scrolling.indicator.v.offset = "0px"
  66.     .v.panelCard.scrolling.indicator.v.top = "0px"
  67.     .v.panelCard.scrolling.indicator.v.bottom = "0px"
  68.     .v.panelCard.scrolling.indicator.h.show = .T.
  69.     .v.panelCard.scrolling.indicator.h.location = "top"
  70.     .v.panelCard.scrolling.indicator.h.offset = "0px"
  71.     .v.panelCard.scrolling.indicator.h.left = "0px"
  72.     .v.panelCard.scrolling.indicator.h.right = "0px"
  73.     .v.panelCard.scrollToTopOnFocus = .F.
  74.     .v.panelCard.displayName = ""
  75.     .v.panelCard.type = "Default"
  76.     .v.panelCard.iframeURL = ""
  77.     .v.panelCard.className = ""
  78.     .v.panelCard.bodyClassName = ""
  79.     .v.panelCard.bodyInlineStyle = ""
  80.     .v.panelCard.hasBackgroundImage = .F.
  81.     .v.panelCard.backgroundImage = ""
  82.     .v.panelCard.edgeEvents.has = .F.
  83.     .v.panelCard.edgeEvents.hasTop = .F.
  84.     .v.panelCard.edgeEvents.hasBottom = .F.
  85.     .v.panelCard.edgeEvents.hasLeft = .F.
  86.     .v.panelCard.edgeEvents.hasRight = .F.
  87.     .v.panelCard.edgeEvents.definedLeft = .F.
  88.     .v.panelCard.edgeEvents.definedRight = .F.
  89.     .v.panelCard.edgeEvents.definedTopt = .F.
  90.     .v.panelCard.edgeEvents.definedBottom = .F.
  91.     .crc = "4294926350"
  92. end with
  93. with  page_fields[2]
  94.     .display = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{Data=32f61edf-f5e5-4f12-8fac-22ed5593973d}{I:'$$format.border.style.dash'} [Container: CONTAINER_1]"
  95.     .displayODFlat = "{Data=32f61edf-f5e5-4f12-8fac-22ed5593973d}{I:'$$format.border.style.dash'} [Container: CONTAINER_1]"
  96.     .displayOD = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{Data=32f61edf-f5e5-4f12-8fac-22ed5593973d}{I:'$$format.border.style.dash'} [Container: CONTAINER_1]"
  97.     .displayODtree = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{Data=32f61edf-f5e5-4f12-8fac-22ed5593973d}{I:'$$format.border.style.dash'} [Container: CONTAINER_1]"
  98.     .controltype = "layout_directive_ContainerBegin"
  99.     .idInternal = "32f61edf-f5e5-4f12-8fac-22ed5593973d"
  100.     .lastIndex = 14
  101.     .parentContainer = 1
  102.     .parentTabPaneIndex = 0
  103.     .inRepeatingSection = .F.
  104.     .repeatingSectionParentId = -1
  105.     .indentTree = 1
  106.     .crc = "4294921189"
  107.     .v.comment = ""
  108.     .v._dirty = .F.
  109.     .v.container.ID = "CONTAINER_1"
  110.     .v.container.style = ""
  111.     .v.container.class = ""
  112.     .v.container.description = ""
  113.     .v.container.contentAlignment = "Center"
  114.     .v.container.width = "100%"
  115.     .v.container.height = ""
  116.     .v.container.edgeOffset = ""
  117.     .v.container.nonFloating = .F.
  118.     .v.container.buttonGroup.orientation = "Horizontal"
  119.     .v.container.buttonGroup.leftOverrides = ""
  120.     .v.container.buttonGroup.rightOverrides = ""
  121.     .v.container.subType = "None"
  122.     .v.container.allowScrolling = .F.
  123.     .v.container.scrolling.axis = "Both"
  124.     .v.container.scrolling.stopPropogation = .F.
  125.     .v.container.scrolling.isDefined = .F.
  126.     .v.container.scrolling.indicator.v.show = .T.
  127.     .v.container.scrolling.indicator.v.className = ""
  128.     .v.container.scrolling.indicator.v.barClassName = ""
  129.     .v.container.scrolling.indicator.v.location = "right"
  130.     .v.container.scrolling.indicator.v.offset = "0px"
  131.     .v.container.scrolling.indicator.v.top = "0px"
  132.     .v.container.scrolling.indicator.v.bottom = "0px"
  133.     .v.container.scrolling.indicator.h.show = .T.
  134.     .v.container.scrolling.indicator.h.className = ""
  135.     .v.container.scrolling.indicator.h.barClassName = ""
  136.     .v.container.scrolling.indicator.h.location = "top"
  137.     .v.container.scrolling.indicator.h.offset = "0px"
  138.     .v.container.scrolling.indicator.h.left = "0px"
  139.     .v.container.scrolling.indicator.h.right = "0px"
  140.     .v.container.pull.isDefined = .F.
  141.     .v.container.pull.javascript.onPullRelease = ""
  142.     .v.container.pull.javascript.onPullEnd = ""
  143.     .v.container.pull.javascript.onPull = ""
  144.     .v.container.pull.pullpastEnd.YSetting = "auto"
  145.     .v.container.pull.pullpastEnd.XSetting = "auto"
  146.     .v.repeatingSectionColumnHeading = ""
  147.     .v.Spacer.Above = ""
  148.     .v.Spacer.Below = ""
  149.     .v.Spacer.Left = ""
  150.     .v.Spacer.Right = ""
  151.     .v.securityGroups = ""
  152.     .v.showHideExpn = ""
  153.     .v.ShowExpression = ""
  154.     .v.clientSideconditionalStyle = ""
  155. end with
  156. with  page_fields[3]
  157.     .display = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{I:'vertLine'}{Data=6c646813-c68f-47c8-96c6-d47d63b5592f}{I:'$$format.border.style.dash'} [Container: CONTAINER_2]"
  158.     .displayODFlat = "{Data=6c646813-c68f-47c8-96c6-d47d63b5592f}{I:'$$format.border.style.dash'} [Container: CONTAINER_2]"
  159.     .displayOD = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{I:'vertLine'}{Data=6c646813-c68f-47c8-96c6-d47d63b5592f}{I:'$$format.border.style.dash'} [Container: CONTAINER_2]"
  160.     .displayODtree = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{I:'vertLine'}{Data=6c646813-c68f-47c8-96c6-d47d63b5592f}{I:'$$format.border.style.dash'} [Container: CONTAINER_2]"
  161.     .controltype = "layout_directive_ContainerBegin"
  162.     .idInternal = "6c646813-c68f-47c8-96c6-d47d63b5592f"
  163.     .lastIndex = 13
  164.     .parentContainer = 2
  165.     .parentTabPaneIndex = 0
  166.     .inRepeatingSection = .F.
  167.     .repeatingSectionParentId = -1
  168.     .indentTree = 2
  169.     .crc = "4294941205"
  170.     .v.comment = ""
  171.     .v._dirty = .F.
  172.     .v.container.ID = "CONTAINER_2"
  173.     .v.container.style = ""
  174.     .v.container.class = ""
  175.     .v.container.description = ""
  176.     .v.container.contentAlignment = "Center"
  177.     .v.container.width = ""
  178.     .v.container.height = ""
  179.     .v.container.edgeOffset = ""
  180.     .v.container.nonFloating = .F.
  181.     .v.container.buttonGroup.orientation = "Horizontal"
  182.     .v.container.buttonGroup.leftOverrides = ""
  183.     .v.container.buttonGroup.rightOverrides = ""
  184.     .v.container.subType = "None"
  185.     .v.container.allowScrolling = .F.
  186.     .v.container.scrolling.axis = "Both"
  187.     .v.container.scrolling.stopPropogation = .F.
  188.     .v.container.scrolling.isDefined = .F.
  189.     .v.container.scrolling.indicator.v.show = .T.
  190.     .v.container.scrolling.indicator.v.className = ""
  191.     .v.container.scrolling.indicator.v.barClassName = ""
  192.     .v.container.scrolling.indicator.v.location = "right"
  193.     .v.container.scrolling.indicator.v.offset = "0px"
  194.     .v.container.scrolling.indicator.v.top = "0px"
  195.     .v.container.scrolling.indicator.v.bottom = "0px"
  196.     .v.container.scrolling.indicator.h.show = .T.
  197.     .v.container.scrolling.indicator.h.className = ""
  198.     .v.container.scrolling.indicator.h.barClassName = ""
  199.     .v.container.scrolling.indicator.h.location = "top"
  200.     .v.container.scrolling.indicator.h.offset = "0px"
  201.     .v.container.scrolling.indicator.h.left = "0px"
  202.     .v.container.scrolling.indicator.h.right = "0px"
  203.     .v.container.pull.isDefined = .F.
  204.     .v.container.pull.javascript.onPullRelease = ""
  205.     .v.container.pull.javascript.onPullEnd = ""
  206.     .v.container.pull.javascript.onPull = ""
  207.     .v.container.pull.pullpastEnd.YSetting = "auto"
  208.     .v.container.pull.pullpastEnd.XSetting = "auto"
  209.     .v.repeatingSectionColumnHeading = ""
  210.     .v.Spacer.Above = ""
  211.     .v.Spacer.Below = ""
  212.     .v.Spacer.Left = ""
  213.     .v.Spacer.Right = ""
  214.     .v.securityGroups = ""
  215.     .v.showHideExpn = ""
  216.     .v.ShowExpression = ""
  217.     .v.clientSideconditionalStyle = ""
  218. end with
  219. with  page_fields[4]
  220.     .display = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=1907a80a-1a1e-49d8-913f-5820d908c421}{I:'$$control.group'} [Frame: <MEMO> - FRAME_1]"
  221.     .displayODFlat = "{Data=1907a80a-1a1e-49d8-913f-5820d908c421}{I:'$$control.group'} [Frame: MEMO]"
  222.     .displayOD = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=1907a80a-1a1e-49d8-913f-5820d908c421}{I:'$$control.group'} [Frame: MEMO]"
  223.     .displayODtree = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=1907a80a-1a1e-49d8-913f-5820d908c421}{I:'$$control.group'} [Frame: <MEMO> - FRAME_1]"
  224.     .controltype = "layout_directive_FrameBegin"
  225.     .idInternal = "1907a80a-1a1e-49d8-913f-5820d908c421"
  226.     .lastIndex = 12
  227.     .parentContainer = 3
  228.     .parentTabPaneIndex = 0
  229.     .inRepeatingSection = .F.
  230.     .repeatingSectionParentId = -1
  231.     .indentTree = 3
  232.     .crc = "4294963232"
  233.     .v.comment = ""
  234.     .v._dirty = .F.
  235.     .v.FrameTitle = "MEMO"
  236.     .v.Frame.ID = "FRAME_1"
  237.     .v.Frame.containerStyle = "background-color: hsl(295,98%,20%);"
  238.     .v.Frame.width = ""
  239.     .v.Frame.height = ""
  240.     .v.Frame.Legend.Style = "color: hsl(300,100%,100%); font-weight: bold; text-align: center; background-color: hsl(295,98%,20%);"
  241.     .v.Frame.Legend.Class = ""
  242.     .v.Frame.Border.Style = ""
  243.     .v.Frame.Border.Class = ""
  244.     .v.Frame.type = "Modern"
  245.     .v.Frame.showHideEnabled = .F.
  246.     .v.Frame.openIcon = ""
  247.     .v.Frame.closedIcon = ""
  248.     .v.Frame.onOpenFunction = ""
  249.     .v.Frame.onCloseFunction = ""
  250.     .v.Frame.initialState = "Shown"
  251.     .v.Frame.framepaneclass = ""
  252.     .v.Frame.framepanestyle = ""
  253.     .v.Spacer.Above = ""
  254.     .v.Spacer.Below = ""
  255.     .v.Spacer.Left = ""
  256.     .v.Spacer.Right = ""
  257.     .v.securityGroups = ""
  258.     .v.showHideExpn = ""
  259.     .v.ShowExpression = ""
  260.     .v.clientSideconditionalStyle = ""
  261.     .v.repeatingSectionColumnHeading = ""
  262. end with
  263. with  page_fields[5]
  264.     .display = "{B=White,Light Blue}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=0133fb6e-45e9-46b0-aa9c-0b7332bea1f8}{I:'$$control.edit'} [from] ¶"
  265.     .displayODFlat = "{Data=0133fb6e-45e9-46b0-aa9c-0b7332bea1f8}{I:'$$control.edit'} [from]"
  266.     .displayOD = "{B=White,Light Blue}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=0133fb6e-45e9-46b0-aa9c-0b7332bea1f8}{I:'$$control.edit'} [from]"
  267.     .displayODtree = "{B=White,Light Blue}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=0133fb6e-45e9-46b0-aa9c-0b7332bea1f8}{I:'$$control.edit'} [from] ¶"
  268.     .controltype = "dialog_formcontrol"
  269.     .idInternal = "0133fb6e-45e9-46b0-aa9c-0b7332bea1f8"
  270.     .inRepeatingSection = .F.
  271.     .repeatingSectionParentId = -1
  272.     .crc = "4294921787"
  273.     .lastIndex = 0
  274.     .parentContainer = 4
  275.     .inPanelCard = .T.
  276.     .inTreeControl = .F.
  277.     .parentTabPaneIndex = 0
  278.     .indentTree = 4
  279.     .v.comment = ""
  280.     .v._dirty = .F.
  281.     .v.controlType = "Textbox"
  282.     .v.variableName = "from"
  283.     .v.type = "Character"
  284.     .v.isArray = .F.
  285.     .v.controlContainerClass = ""
  286.     .v.controlContainerPreventFloat = .F.
  287.     .v.forceFieldTypeToLogical = .F.
  288.     .v.computeSummaryValues = .F.
  289.     .v.maxLength = -1
  290.     .v.fieldBubbleHelp = ""
  291.     .v.labelBubbleHelp = ""
  292.     .v.hasWatermark = .T.
  293.     .v.watermark.text = "Name"
  294.     .v.watermark.class = ""
  295.     .v.watermark.style = ""
  296.     .v.incontrolButtons.has = .T.
  297.     .v.incontrolButtons.isDefined = .T.
  298. DIM      v.incontrolButtons.buttons[1] as P
  299. with  v.incontrolButtons.buttons[1]
  300.         .buttonName = "from"
  301.         .buttonType = "Icon"
  302.         .iconName = "cssIcon=fa fa-user"
  303.         .buttonText = "from"
  304.         .buttonPosition = "Left"
  305.         .buttonCode = ""
  306.         .inlineStyle = ""
  307.         .highlightOnHover = .T.
  308. end with
  309.      v.incontrolButtons.buttonCount = 1
  310.      v.hasLookup = .F.
  311.      v.lookup.Type = ""
  312.      v.textboxHTML5Type = ""
  313.      v.textboxSubTheme = ""
  314.      v.textboxAutocorrect = .T.
  315.      v.textboxAutoCapitalize = .T.
  316.      v.label = "From"
  317.      v.defaultValue = ""
  318.      v.blankDefaultIfVarNotFound = .F.
  319.      v.displayformat = ""
  320.      v.displayUnformat = ""
  321.      v.hide = .F.
  322.      v.customAttributes = ""
  323.      v.readonlyAttribute = .F.
  324.      v.disabledAttribute = .F.
  325.      v.controlJavascript = ""
  326.      v.captchaControl = .F.
  327.      v.class = "<Default>"
  328.      v.style = ""
  329.      v.width = "4in"
  330.      v.height = ""
  331.      v.autogrow = .F.
  332.      v.smartFieldContainerStyle = ""
  333.      v.breakType = "After"
  334.      v.breakHeight = ".1in"
  335.      v.breakHorizontalSpace = ".1in"
  336.      v.breakHeight2 = ""
  337.      v.breakHorizontalSpace2 = ""
  338.      v.validationXbasic = ""
  339.      v.validationRules = ""
  340.      v.validationSettings.general.EnableRules = .F.
  341.      v.validationSettingsDefined = .F.
  342.      v.labelClass = "<Default>"
  343.      v.labelStyle = ""
  344.      v.labelPosition = "Above"
  345.      v.labelWidth = "{Global.LabelWidth}"
  346.      v.labelAlignment = "Left"
  347.      v.repeatingSectionColumnHeading = "<FieldLabel>"
  348.      v.repeatingSectionColumnWidth = ""
  349.      v.password = .F.
  350.      v.embeddedJavascriptControl = .F.
  351.      v.hasHelp = .F.
  352.      v.helpID = ""
  353.      v.helpIcon = "images/$$generic.help.png.a5image"
  354.      v.showHelpIcon = "None"
  355.      v.helpIconBehavior = "ShowHelpOnClick"
  356.      v.initialFocus = .F.
  357.      v.hasClientSideFormat = .F.
  358.      v.clientSideFormat.Definition.maskString = ""
  359.      v.clientSideFormat.type = "Mask"
  360.      v.calcExpression = ""
  361.      v.showExpression = ""
  362.      v.enableExpression = ""
  363.      v.readOnlyExpression = ""
  364.      v.getFunction = ""
  365.      v.setFunction = ""
  366.      v.clientSideconditionalStyle = ""
  367.      v.userDefinedClientSideValidationJavascript = ""
  368.      v.onChange_ValidationOption = "Client-side only"
  369.      v.securityGroups = ""
  370.      v.showHideExpn = ""
  371.      v.dataBinding.updateable = .T.
  372.      v.dataBinding.tableAlias = ""
  373.      v.dataBinding.fieldName = ""
  374.      v.dataBinding.fieldType = ""
  375.      v.dataBinding.fieldSpec = ""
  376.      v.dataBinding.nullIfBlank = .F.
  377.      v.dataBinding.image.base64Encode = .F.
  378.      v.dataBinding.image.type = "JPG"
  379.      v.dataBinding.image.scale = ""
  380.      v.dataBinding.image.fileNameTransformation = ""
  381.      v.dataBinding.image.noImageFoundImage = "<None>"
  382.      v.dataBinding.image.newRecordImage = "<None>"
  383.      v.dataBinding.ink.hasbackgroundimage = .F.
  384.      v.dataBinding.ink.backgroundimage = ""
  385.      v.dataBinding.ink.inkunits = 1
  386.      v.specialtype = "None"
  387.      v.specialtypeJSON = ""
  388.      v.datePicker.displayTimePicker = .F.
  389.      v.datePicker.openMethod = "ClickIcon"
  390.      v.datePicker.dateFormat = "<Default>"
  391.      v.datePicker.iconNumber = 2
  392.      v.datePicker.OKButtonLabel = "OK"
  393.      v.datePicker.CancelButtonLabel = "Cancel"
  394.      v.datePicker.userMustSelectFromDatePicker = .F.
  395.      v.datePicker.multiple.allow = .F.
  396.      v.datePicker.multiple.separators = ".."
  397.      v.datePicker.hasMask = .F.
  398.      v.datePicker.format.mask = ""
  399.      v.datePicker.timePickerOptionsDefined = .F.
  400.      v.datePicker.display = .F.
  401.      v.displayAsSlider = .F.
  402.      v.flags.clientSideDefinition = .F.
  403. end with
  404. with  page_fields[6]
  405.     .display = "{B=White,Light Blue}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=f38c9732-da78-422d-9740-9458877134f2}{I:'$$control.edit'} [to] ¶"
  406.     .displayODFlat = "{Data=f38c9732-da78-422d-9740-9458877134f2}{I:'$$control.edit'} [to]"
  407.     .displayOD = "{B=White,Light Blue}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=f38c9732-da78-422d-9740-9458877134f2}{I:'$$control.edit'} [to]"
  408.     .displayODtree = "{B=White,Light Blue}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=f38c9732-da78-422d-9740-9458877134f2}{I:'$$control.edit'} [to] ¶"
  409.     .controltype = "dialog_formcontrol"
  410.     .idInternal = "f38c9732-da78-422d-9740-9458877134f2"
  411.     .inRepeatingSection = .F.
  412.     .repeatingSectionParentId = -1
  413.     .crc = "4294902321"
  414.     .lastIndex = 0
  415.     .parentContainer = 4
  416.     .inPanelCard = .T.
  417.     .inTreeControl = .F.
  418.     .parentTabPaneIndex = 0
  419.     .indentTree = 4
  420.     .v.comment = ""
  421.     .v._dirty = .F.
  422.     .v.controlType = "Textbox"
  423.     .v.variableName = "to"
  424.     .v.type = "Character"
  425.     .v.isArray = .F.
  426.     .v.controlContainerClass = ""
  427.     .v.controlContainerPreventFloat = .F.
  428.     .v.forceFieldTypeToLogical = .F.
  429.     .v.computeSummaryValues = .F.
  430.     .v.maxLength = -1
  431.     .v.fieldBubbleHelp = ""
  432.     .v.labelBubbleHelp = ""
  433.     .v.hasWatermark = .T.
  434.     .v.watermark.text = "Name or Corporate Section"
  435.     .v.watermark.class = ""
  436.     .v.watermark.style = ""
  437.     .v.incontrolButtons.has = .T.
  438.     .v.incontrolButtons.isDefined = .T.
  439. DIM      v.incontrolButtons.buttons[1] as P
  440. with  v.incontrolButtons.buttons[1]
  441.         .buttonName = "to"
  442.         .buttonType = "Icon"
  443.         .iconName = "cssIcon=fa fa-group"
  444.         .buttonText = "to"
  445.         .buttonPosition = "Left"
  446.         .buttonCode = ""
  447.         .inlineStyle = ""
  448.         .highlightOnHover = .T.
  449. end with
  450.      v.incontrolButtons.buttonCount = 1
  451.      v.hasLookup = .F.
  452.      v.lookup.Type = ""
  453.      v.textboxHTML5Type = ""
  454.      v.textboxSubTheme = ""
  455.      v.textboxAutocorrect = .T.
  456.      v.textboxAutoCapitalize = .T.
  457.      v.label = "To"
  458.      v.defaultValue = ""
  459.      v.blankDefaultIfVarNotFound = .F.
  460.      v.displayformat = ""
  461.      v.displayUnformat = ""
  462.      v.hide = .F.
  463.      v.customAttributes = ""
  464.      v.readonlyAttribute = .F.
  465.      v.disabledAttribute = .F.
  466.      v.controlJavascript = ""
  467.      v.captchaControl = .F.
  468.      v.class = "<Default>"
  469.      v.style = ""
  470.      v.width = "4in"
  471.      v.height = ""
  472.      v.autogrow = .F.
  473.      v.smartFieldContainerStyle = ""
  474.      v.breakType = "After"
  475.      v.breakHeight = ".1in"
  476.      v.breakHorizontalSpace = ".1in"
  477.      v.breakHeight2 = ""
  478.      v.breakHorizontalSpace2 = ""
  479.      v.validationXbasic = ""
  480.      v.validationRules = ""
  481.      v.validationSettings.general.EnableRules = .F.
  482.      v.validationSettingsDefined = .F.
  483.      v.labelClass = "<Default>"
  484.      v.labelStyle = ""
  485.      v.labelPosition = "Above"
  486.      v.labelWidth = "{Global.LabelWidth}"
  487.      v.labelAlignment = "Left"
  488.      v.repeatingSectionColumnHeading = "<FieldLabel>"
  489.      v.repeatingSectionColumnWidth = ""
  490.      v.password = .F.
  491.      v.embeddedJavascriptControl = .F.
  492.      v.hasHelp = .F.
  493.      v.helpID = ""
  494.      v.helpIcon = "images/$$generic.help.png.a5image"
  495.      v.showHelpIcon = "None"
  496.      v.helpIconBehavior = "ShowHelpOnClick"
  497.      v.initialFocus = .F.
  498.      v.hasClientSideFormat = .F.
  499.      v.clientSideFormat.Definition.maskString = ""
  500.      v.clientSideFormat.type = "Mask"
  501.      v.calcExpression = ""
  502.      v.showExpression = ""
  503.      v.enableExpression = ""
  504.      v.readOnlyExpression = ""
  505.      v.getFunction = ""
  506.      v.setFunction = ""
  507.      v.clientSideconditionalStyle = ""
  508.      v.userDefinedClientSideValidationJavascript = ""
  509.      v.onChange_ValidationOption = "Client-side only"
  510.      v.securityGroups = ""
  511.      v.showHideExpn = ""
  512.      v.dataBinding.updateable = .T.
  513.      v.dataBinding.tableAlias = ""
  514.      v.dataBinding.fieldName = ""
  515.      v.dataBinding.fieldType = ""
  516.      v.dataBinding.fieldSpec = ""
  517.      v.dataBinding.nullIfBlank = .F.
  518.      v.dataBinding.image.base64Encode = .F.
  519.      v.dataBinding.image.type = "JPG"
  520.      v.dataBinding.image.scale = ""
  521.      v.dataBinding.image.fileNameTransformation = ""
  522.      v.dataBinding.image.noImageFoundImage = "<None>"
  523.      v.dataBinding.image.newRecordImage = "<None>"
  524.      v.dataBinding.ink.hasbackgroundimage = .F.
  525.      v.dataBinding.ink.backgroundimage = ""
  526.      v.dataBinding.ink.inkunits = 1
  527.      v.specialtype = "None"
  528.      v.specialtypeJSON = ""
  529.      v.datePicker.displayTimePicker = .F.
  530.      v.datePicker.openMethod = "ClickIcon"
  531.      v.datePicker.dateFormat = "<Default>"
  532.      v.datePicker.iconNumber = 2
  533.      v.datePicker.OKButtonLabel = "OK"
  534.      v.datePicker.CancelButtonLabel = "Cancel"
  535.      v.datePicker.userMustSelectFromDatePicker = .F.
  536.      v.datePicker.multiple.allow = .F.
  537.      v.datePicker.multiple.separators = ".."
  538.      v.datePicker.hasMask = .F.
  539.      v.datePicker.format.mask = ""
  540.      v.datePicker.timePickerOptionsDefined = .F.
  541.      v.datePicker.display = .F.
  542.      v.displayAsSlider = .F.
  543.      v.flags.clientSideDefinition = .F.
  544. end with
  545. with  page_fields[7]
  546.     .display = "{B=White,Light Blue}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=e71669c1-f741-4c53-8e2a-b6b82940ea13}{I:'$$control.textarea'} [Message] ¶"
  547.     .displayODFlat = "{Data=e71669c1-f741-4c53-8e2a-b6b82940ea13}{I:'$$control.textarea'} [Message]"
  548.     .displayOD = "{B=White,Light Blue}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=e71669c1-f741-4c53-8e2a-b6b82940ea13}{I:'$$control.textarea'} [Message]"
  549.     .displayODtree = "{B=White,Light Blue}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=e71669c1-f741-4c53-8e2a-b6b82940ea13}{I:'$$control.textarea'} [Message] ¶"
  550.     .controltype = "dialog_formcontrol"
  551.     .idInternal = "e71669c1-f741-4c53-8e2a-b6b82940ea13"
  552.     .inRepeatingSection = .F.
  553.     .repeatingSectionParentId = -1
  554.     .crc = "4294953108"
  555.     .lastIndex = 0
  556.     .parentContainer = 4
  557.     .inPanelCard = .T.
  558.     .inTreeControl = .F.
  559.     .parentTabPaneIndex = 0
  560.     .indentTree = 4
  561.     .v.comment = ""
  562.     .v._dirty = .F.
  563.     .v.controlType = "TextArea"
  564.     .v.variableName = "Message"
  565.     .v.type = "Character"
  566.     .v.isArray = .F.
  567.     .v.controlContainerClass = ""
  568.     .v.controlContainerPreventFloat = .F.
  569.     .v.forceFieldTypeToLogical = .F.
  570.     .v.computeSummaryValues = .F.
  571.     .v.maxLength = -1
  572.     .v.fieldBubbleHelp = ""
  573.     .v.labelBubbleHelp = ""
  574.     .v.hasWatermark = .T.
  575.     .v.watermark.text = "Enter a Message"
  576.     .v.watermark.class = ""
  577.     .v.watermark.style = ""
  578.     .v.incontrolButtons.has = .F.
  579.     .v.incontrolButtons.isDefined = .F.
  580. DIM      v.incontrolButtons.buttons[0] as P
  581.      v.incontrolButtons.buttonCount = 1
  582.      v.hasLookup = .F.
  583.      v.lookup.Type = ""
  584.      v.textboxHTML5Type = ""
  585.      v.textboxSubTheme = ""
  586.      v.textboxAutocorrect = .T.
  587.      v.textboxAutoCapitalize = .T.
  588.      v.label = "Message :"
  589.      v.defaultValue = ""
  590.      v.blankDefaultIfVarNotFound = .F.
  591.      v.displayformat = ""
  592.      v.displayUnformat = ""
  593.      v.hide = .F.
  594.      v.customAttributes = ""
  595.      v.readonlyAttribute = .F.
  596.      v.disabledAttribute = .F.
  597.      v.controlJavascript = ""
  598.      v.captchaControl = .F.
  599.      v.class = "<Default>"
  600.      v.style = ""
  601.      v.width = "4in"
  602.      v.height = "2in"
  603.      v.autogrow = .F.
  604.      v.smartFieldContainerStyle = ""
  605.      v.breakType = "After"
  606.      v.breakHeight = ".1in"
  607.      v.breakHorizontalSpace = ".1in"
  608.      v.breakHeight2 = ""
  609.      v.breakHorizontalSpace2 = ""
  610.      v.validationXbasic = ""
  611.      v.validationRules = ""
  612.      v.validationSettings.general.EnableRules = .F.
  613.      v.validationSettingsDefined = .F.
  614.      v.labelClass = "<Default>"
  615.      v.labelStyle = ""
  616.      v.labelPosition = "Above"
  617.      v.labelWidth = "{Global.LabelWidth}"
  618.      v.labelAlignment = "Left"
  619.      v.repeatingSectionColumnHeading = "<FieldLabel>"
  620.      v.repeatingSectionColumnWidth = ""
  621.      v.password = .F.
  622.      v.embeddedJavascriptControl = .F.
  623.      v.hasHelp = .F.
  624.      v.helpID = ""
  625.      v.helpIcon = "images/$$generic.help.png.a5image"
  626.      v.showHelpIcon = "None"
  627.      v.helpIconBehavior = "ShowHelpOnClick"
  628.      v.initialFocus = .F.
  629.      v.hasClientSideFormat = .F.
  630.      v.clientSideFormat.Definition.maskString = ""
  631.      v.clientSideFormat.type = "Mask"
  632.      v.calcExpression = ""
  633.      v.showExpression = ""
  634.      v.enableExpression = ""
  635.      v.readOnlyExpression = ""
  636.      v.getFunction = ""
  637.      v.setFunction = ""
  638.      v.clientSideconditionalStyle = ""
  639.      v.userDefinedClientSideValidationJavascript = ""
  640.      v.onChange_ValidationOption = "Client-side only"
  641.      v.securityGroups = ""
  642.      v.showHideExpn = ""
  643.      v.dataBinding.updateable = .T.
  644.      v.dataBinding.tableAlias = ""
  645.      v.dataBinding.fieldName = ""
  646.      v.dataBinding.fieldType = ""
  647.      v.dataBinding.fieldSpec = ""
  648.      v.dataBinding.nullIfBlank = .F.
  649.      v.dataBinding.image.base64Encode = .F.
  650.      v.dataBinding.image.type = "JPG"
  651.      v.dataBinding.image.scale = ""
  652.      v.dataBinding.image.fileNameTransformation = ""
  653.      v.dataBinding.image.noImageFoundImage = "<None>"
  654.      v.dataBinding.image.newRecordImage = "<None>"
  655.      v.dataBinding.ink.hasbackgroundimage = .F.
  656.      v.dataBinding.ink.backgroundimage = ""
  657.      v.dataBinding.ink.inkunits = 1
  658.      v.TextArea.rows = 4
  659.      v.TextArea.cols = 20
  660.      v.TextArea.allowResize = .T.
  661.      v.TextArea.RichTextEditor = .F.
  662.      v.TextArea.RichText.display.height = "1in"
  663.      v.TextArea.RichText.display.width = "2in"
  664.      v.TextArea.RichText.display.popupHeight = ""
  665.      v.TextArea.RichText.display.popupWidth = ""
  666.      v.TextArea.RichText.isPopup = .F.
  667.      v.TextArea.RichText.style = "font: 9pt Arial;"
  668.      v.TextArea.RichText.css = ""
  669.      v.TextArea.RichText.allowImageUpload = .F.
  670.      v.TextArea.RichText.ImageUploadRelativePath = ""
  671.      v.TextArea.RichText.ImageUploadCustomization = ""
  672.      v.TextArea.RichText.allowFileUpload = .F.
  673.      v.TextArea.RichText.FileUploadRelativePath = ""
  674.      v.TextArea.RichText.FileUploadCustomization = ""
  675.      v.TextArea.RichText.clickButtonToEdit = .F.
  676.      v.TextArea.RichText.editButtonText = "Edit..."
  677.      v.TextArea.RichText.saveDataOnClose = .F.
  678.      v.TextArea.RichText.toolbarIcons = ""
  679.      v.TextArea.RichText.toolbarDefinition = ""
  680.      v.datePicker.displayTimePicker = .F.
  681.      v.datePicker.openMethod = "ClickIcon"
  682.      v.datePicker.dateFormat = "<Default>"
  683.      v.datePicker.iconNumber = 2
  684.      v.datePicker.OKButtonLabel = "OK"
  685.      v.datePicker.CancelButtonLabel = "Cancel"
  686.      v.datePicker.userMustSelectFromDatePicker = .F.
  687.      v.datePicker.multiple.allow = .F.
  688.      v.datePicker.multiple.separators = ".."
  689.      v.datePicker.hasMask = .F.
  690.      v.datePicker.format.mask = ""
  691.      v.datePicker.timePickerOptionsDefined = .F.
  692.      v.datePicker.display = .F.
  693.      v.displayAsSlider = .F.
  694.      v.flags.clientSideDefinition = .F.
  695. end with
  696. with  page_fields[8]
  697.     .display = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=f55a4145-2501-4b3e-9c24-571fc85e2832}{I:'$$format.border.style.dash'} [Container: CONTAINER_3]"
  698.     .displayODFlat = "{Data=f55a4145-2501-4b3e-9c24-571fc85e2832}{I:'$$format.border.style.dash'} [Container: CONTAINER_3]"
  699.     .displayOD = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=f55a4145-2501-4b3e-9c24-571fc85e2832}{I:'$$format.border.style.dash'} [Container: CONTAINER_3]"
  700.     .displayODtree = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=f55a4145-2501-4b3e-9c24-571fc85e2832}{I:'$$format.border.style.dash'} [Container: CONTAINER_3]"
  701.     .controltype = "layout_directive_ContainerBegin"
  702.     .idInternal = "f55a4145-2501-4b3e-9c24-571fc85e2832"
  703.     .lastIndex = 11
  704.     .parentContainer = 4
  705.     .parentTabPaneIndex = 0
  706.     .inRepeatingSection = .F.
  707.     .repeatingSectionParentId = -1
  708.     .indentTree = 4
  709.     .crc = "4294911952"
  710.     .v.comment = ""
  711.     .v._dirty = .F.
  712.     .v.container.ID = "CONTAINER_3"
  713.     .v.container.style = ""
  714.     .v.container.class = ""
  715.     .v.container.description = ""
  716.     .v.container.contentAlignment = "Center"
  717.     .v.container.width = "100%"
  718.     .v.container.height = ""
  719.     .v.container.edgeOffset = ""
  720.     .v.container.nonFloating = .F.
  721.     .v.container.buttonGroup.orientation = "Horizontal"
  722.     .v.container.buttonGroup.leftOverrides = ""
  723.     .v.container.buttonGroup.rightOverrides = ""
  724.     .v.container.subType = "None"
  725.     .v.container.allowScrolling = .F.
  726.     .v.container.scrolling.axis = "Both"
  727.     .v.container.scrolling.stopPropogation = .F.
  728.     .v.container.scrolling.isDefined = .F.
  729.     .v.container.scrolling.indicator.v.show = .T.
  730.     .v.container.scrolling.indicator.v.className = ""
  731.     .v.container.scrolling.indicator.v.barClassName = ""
  732.     .v.container.scrolling.indicator.v.location = "right"
  733.     .v.container.scrolling.indicator.v.offset = "0px"
  734.     .v.container.scrolling.indicator.v.top = "0px"
  735.     .v.container.scrolling.indicator.v.bottom = "0px"
  736.     .v.container.scrolling.indicator.h.show = .T.
  737.     .v.container.scrolling.indicator.h.className = ""
  738.     .v.container.scrolling.indicator.h.barClassName = ""
  739.     .v.container.scrolling.indicator.h.location = "top"
  740.     .v.container.scrolling.indicator.h.offset = "0px"
  741.     .v.container.scrolling.indicator.h.left = "0px"
  742.     .v.container.scrolling.indicator.h.right = "0px"
  743.     .v.container.pull.isDefined = .F.
  744.     .v.container.pull.javascript.onPullRelease = ""
  745.     .v.container.pull.javascript.onPullEnd = ""
  746.     .v.container.pull.javascript.onPull = ""
  747.     .v.container.pull.pullpastEnd.YSetting = "auto"
  748.     .v.container.pull.pullpastEnd.XSetting = "auto"
  749.     .v.repeatingSectionColumnHeading = ""
  750.     .v.Spacer.Above = ""
  751.     .v.Spacer.Below = ""
  752.     .v.Spacer.Left = ""
  753.     .v.Spacer.Right = ""
  754.     .v.securityGroups = ""
  755.     .v.showHideExpn = ""
  756.     .v.ShowExpression = ""
  757.     .v.clientSideconditionalStyle = ""
  758. end with
  759. with  page_fields[9]
  760.     .display = "{B=White,Light Blue}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=fa24bcaa_d5ab_4b71_b653_a1d6e8e464c4}{I:'$$control.button'} [Button: Submit]"
  761.     .displayODFlat = "{Data=fa24bcaa_d5ab_4b71_b653_a1d6e8e464c4}{I:'$$control.button'} [Button]"
  762.     .controltype = "layout_directive_button"
  763.     .idInternal = "fa24bcaa_d5ab_4b71_b653_a1d6e8e464c4"
  764.     .displayOD = "{B=White,Light Blue}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=fa24bcaa_d5ab_4b71_b653_a1d6e8e464c4}{I:'$$control.button'} [Button]"
  765.     .displayODtree = "{B=White,Light Blue}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=fa24bcaa_d5ab_4b71_b653_a1d6e8e464c4}{I:'$$control.button'} [Button: Submit]"
  766.     .lastIndex = 0
  767.     .parentTabPaneIndex = 0
  768.     .crc = "4294933428"
  769.     .parentContainer = 8
  770.     .inRepeatingSection = .F.
  771.     .repeatingSectionParentId = -1
  772.     .inPanelCard = .T.
  773.     .inTreeControl = .F.
  774.     .indentTree = 5
  775.     .v._dirty = .F.
  776.     .v.comment = ""
  777.     .v.buttonText = "Submit"
  778.     .v.Class = "<Default>"
  779.     .v.Style = "width: .75in;"
  780.     .v.controlContainerClass = ""
  781.     .v.controlContainerPreventFloat = .F.
  782.     .v.BreakType = "None"
  783.     .v.breakHeight = ".1in"
  784.     .v.breakHorizontalSpace = ".1in"
  785.     .v.breakHeight2 = ""
  786.     .v.breakHorizontalSpace2 = ""
  787.     .v.id = "BUTTON_SUBMIT"
  788.     .v.hide = .F.
  789.     .v.bubbleHelp = "Submit the form."
  790.     .v.repeatingSectionColumnHeading = ""
  791.     .v.advancedButtonStyling = .T.
  792.     .v.width = ""
  793.     .v.height = ""
  794.     .v.label = ""
  795.     .v.labelBubbleHelp = ""
  796.     .v.labelClass = "<Default>"
  797.     .v.labelStyle = ""
  798.     .v.labelPosition = "None"
  799.     .v.labelWidth = "{Global.LabelWidth}"
  800.     .v.labelAlignment = "Left"
  801.     .v.advancedButton.subTheme = ""
  802.     .v.advancedButton.buttonClass = ""
  803.     .v.advancedButton.buttonClassDisabled = ""
  804.     .v.advancedButton.buttonClassHover = ""
  805.     .v.advancedButton.buttonClassPressed = ""
  806.     .v.advancedButton.buttonInlineStyle = ""
  807.     .v.advancedButton.buttonstyle = "Image followed by text"
  808.     .v.advancedButton.disabledImageName = "{images.GridRow.SaveRecord.disabled}"
  809.     .v.advancedButton.hoverImageName = ""
  810.     .v.advancedButton.displayDropdownIconOnButton = .F.
  811.     .v.advancedButton.displayAsSplitButton = .F.
  812.     .v.advancedButton.hyperlinkClass = "[class.gridHyperlinkButton]"
  813.     .v.advancedButton.hyperlinkImagePosition = "None"
  814.     .v.advancedButton.hyperlinkInlineStyle = ""
  815.     .v.advancedButton.imageClass = ""
  816.     .v.advancedButton.imageInlineStyle = ""
  817.     .v.advancedButton.imageName = "{images.GridRow.SaveRecord}"
  818.     .v.advancedButton.pressedImageName = ""
  819.     .v.advancedButton.textClass = ""
  820.     .v.advancedButton.textInlineStyle = ""
  821.     .v.advancedButton.type = "Button"
  822.     .v.securityGroups = ""
  823.     .v.showHideExpn = ""
  824.     .v.clientSideconditionalStyle = ""
  825.     .v.CalcExpression = ""
  826.     .v.EnableExpression = "dialog.isDirty = true"
  827.     .v.ShowExpression = ""
  828.     .v.abstractJavascript.click = <<%str%
  829. {dialog.object}.submit();
  830. //To include current location in the submitted data, use this syntax:
  831. //{dialog.object}.submit('','',{getLocationData: true})
  832.     %str%
  833.     .v.javascript.onclick = ""
  834.     .v.consumedInSpecialPanelButton = .F.
  835. end with
  836. with  page_fields[10]
  837.     .display = "{B=White,Light Blue}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=2f89e5c6_7cf2_45b9_90ff_79b56c95e77d}{I:'$$control.button'} [Button: Reset] ¶"
  838.     .displayODFlat = "{Data=2f89e5c6_7cf2_45b9_90ff_79b56c95e77d}{I:'$$control.button'} [Button]"
  839.     .controltype = "layout_directive_button"
  840.     .idInternal = "2f89e5c6_7cf2_45b9_90ff_79b56c95e77d"
  841.     .displayOD = "{B=White,Light Blue}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=2f89e5c6_7cf2_45b9_90ff_79b56c95e77d}{I:'$$control.button'} [Button]"
  842.     .displayODtree = "{B=White,Light Blue}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=2f89e5c6_7cf2_45b9_90ff_79b56c95e77d}{I:'$$control.button'} [Button: Reset] ¶"
  843.     .lastIndex = 0
  844.     .parentTabPaneIndex = 0
  845.     .crc = "4294955343"
  846.     .parentContainer = 8
  847.     .inRepeatingSection = .F.
  848.     .repeatingSectionParentId = -1
  849.     .inPanelCard = .T.
  850.     .inTreeControl = .F.
  851.     .indentTree = 5
  852.     .v._dirty = .F.
  853.     .v.comment = ""
  854.     .v.buttonText = "Reset"
  855.     .v.Class = "<Default>"
  856.     .v.Style = "width: .75in;"
  857.     .v.controlContainerClass = ""
  858.     .v.controlContainerPreventFloat = .F.
  859.     .v.BreakType = "After"
  860.     .v.breakHeight = ".1in"
  861.     .v.breakHorizontalSpace = ".1in"
  862.     .v.breakHeight2 = ""
  863.     .v.breakHorizontalSpace2 = ""
  864.     .v.id = "BUTTON_RESET"
  865.     .v.hide = .F.
  866.     .v.bubbleHelp = "Reset the value of all controls in the form."
  867.     .v.repeatingSectionColumnHeading = ""
  868.     .v.advancedButtonStyling = .T.
  869.     .v.width = ""
  870.     .v.height = ""
  871.     .v.label = ""
  872.     .v.labelBubbleHelp = ""
  873.     .v.labelClass = "<Default>"
  874.     .v.labelStyle = ""
  875.     .v.labelPosition = "None"
  876.     .v.labelWidth = "{Global.LabelWidth}"
  877.     .v.labelAlignment = "Left"
  878.     .v.advancedButton.subTheme = ""
  879.     .v.advancedButton.buttonClass = ""
  880.     .v.advancedButton.buttonClassDisabled = ""
  881.     .v.advancedButton.buttonClassHover = ""
  882.     .v.advancedButton.buttonClassPressed = ""
  883.     .v.advancedButton.buttonInlineStyle = ""
  884.     .v.advancedButton.buttonstyle = "Image followed by text"
  885.     .v.advancedButton.disabledImageName = "{images.GridRow.UndoChanges.Disabled}"
  886.     .v.advancedButton.hoverImageName = ""
  887.     .v.advancedButton.displayDropdownIconOnButton = .F.
  888.     .v.advancedButton.displayAsSplitButton = .F.
  889.     .v.advancedButton.hyperlinkClass = "[class.gridHyperlinkButton]"
  890.     .v.advancedButton.hyperlinkImagePosition = "None"
  891.     .v.advancedButton.hyperlinkInlineStyle = ""
  892.     .v.advancedButton.imageClass = ""
  893.     .v.advancedButton.imageInlineStyle = ""
  894.     .v.advancedButton.imageName = "{images.GridRow.UndoChanges}"
  895.     .v.advancedButton.pressedImageName = ""
  896.     .v.advancedButton.textClass = ""
  897.     .v.advancedButton.textInlineStyle = ""
  898.     .v.advancedButton.type = "Button"
  899.     .v.securityGroups = ""
  900.     .v.showHideExpn = ""
  901.     .v.clientSideconditionalStyle = ""
  902.     .v.CalcExpression = ""
  903.     .v.EnableExpression = "dialog.isDirty = true"
  904.     .v.ShowExpression = ""
  905.     .v.abstractJavascript.click = "{dialog.object}.resetForm();"
  906.     .v.javascript.onclick = ""
  907.     .v.consumedInSpecialPanelButton = .F.
  908. end with
  909. with  page_fields[11]
  910.     .display = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=694947dd-4398-4483-8649-45d2c83d5eee}{I:'vertLineCap'} [Container End: CONTAINER_3] ¶"
  911.     .controltype = "layout_directive_ContainerEnd"
  912.     .displayODFlat = "{Data=694947dd-4398-4483-8649-45d2c83d5eee}{I:'$$format.border.style.dash'} [Container End]"
  913.     .idInternal = "694947dd-4398-4483-8649-45d2c83d5eee"
  914.     .v.comment = ""
  915.     .v._dirty = .F.
  916.     .v.container.BreakType = "After"
  917.     .v.container.BreakHeight = ".1in"
  918.     .v.container.breakHorizontalSpace = ".1in"
  919.     .v.container.parentIsNonFloating = .F.
  920.     .v.container.BreakHeight2 = ""
  921.     .v.container.breakHorizontalSpace2 = ""
  922.     .inRepeatingSection = .F.
  923.     .lastIndex = 0
  924.     .containerStartIndex = 8
  925.     .parentContainer = 4
  926.     .parentTabPaneIndex = 0
  927.     .displayOD = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=694947dd-4398-4483-8649-45d2c83d5eee}{I:'vertLineCap'} [Container End]"
  928.     .repeatingSectionParentId = -1
  929.     .displayODtree = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=694947dd-4398-4483-8649-45d2c83d5eee}{I:'vertLineCap'} [Container End: CONTAINER_3] ¶"
  930.     .indentTree = 4
  931. end with
  932. with  page_fields[12]
  933.     .display = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=867810a5-4b2c-4bbb-91bd-9929ad9189f1}{I:'vertLineCap'} [Frame End - FRAME_1] ¶"
  934.     .controltype = "layout_directive_FrameEnd"
  935.     .displayODFlat = "{Data=867810a5-4b2c-4bbb-91bd-9929ad9189f1}{I:'$$control.group'} [Frame End]"
  936.     .idInternal = "867810a5-4b2c-4bbb-91bd-9929ad9189f1"
  937.     .v.comment = ""
  938.     .v._dirty = .F.
  939.     .v.Frame.BreakType = "After"
  940.     .v.Frame.BreakHeight = ".1in"
  941.     .v.Frame.breakHorizontalSpace = ".1in"
  942.     .v.Frame.BreakHeight2 = ""
  943.     .v.Frame.breakHorizontalSpace2 = ""
  944.     .inRepeatingSection = .F.
  945.     .lastIndex = 0
  946.     .containerStartIndex = 4
  947.     .parentContainer = 3
  948.     .parentTabPaneIndex = 0
  949.     .displayOD = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=867810a5-4b2c-4bbb-91bd-9929ad9189f1}{I:'vertLineCap'} [Frame End]"
  950.     .repeatingSectionParentId = -1
  951.     .displayODtree = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{I:'vertLine'}{I:'vertLine'}{Data=867810a5-4b2c-4bbb-91bd-9929ad9189f1}{I:'vertLineCap'} [Frame End - FRAME_1] ¶"
  952.     .indentTree = 3
  953. end with
  954. with  page_fields[13]
  955.     .display = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{I:'vertLine'}{Data=e1c87b64-9121-4b92-be69-dccf9760c084}{I:'vertLineCap'} [Container End: CONTAINER_2] ¶"
  956.     .controltype = "layout_directive_ContainerEnd"
  957.     .displayODFlat = "{Data=e1c87b64-9121-4b92-be69-dccf9760c084}{I:'$$format.border.style.dash'} [Container End]"
  958.     .idInternal = "e1c87b64-9121-4b92-be69-dccf9760c084"
  959.     .v.comment = ""
  960.     .v._dirty = .F.
  961.     .v.container.BreakType = "After"
  962.     .v.container.BreakHeight = ".1in"
  963.     .v.container.breakHorizontalSpace = ".1in"
  964.     .v.container.parentIsNonFloating = .F.
  965.     .v.container.BreakHeight2 = ""
  966.     .v.container.breakHorizontalSpace2 = ""
  967.     .inRepeatingSection = .F.
  968.     .lastIndex = 0
  969.     .containerStartIndex = 3
  970.     .parentContainer = 2
  971.     .parentTabPaneIndex = 0
  972.     .displayOD = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{I:'vertLine'}{Data=e1c87b64-9121-4b92-be69-dccf9760c084}{I:'vertLineCap'} [Container End]"
  973.     .repeatingSectionParentId = -1
  974.     .displayODtree = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{I:'vertLine'}{Data=e1c87b64-9121-4b92-be69-dccf9760c084}{I:'vertLineCap'} [Container End: CONTAINER_2] ¶"
  975.     .indentTree = 2
  976. end with
  977. with  page_fields[14]
  978.     .display = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{Data=d4473b5a-693b-4603-a181-68fb99267f2b}{I:'vertLineCap'} [Container End: CONTAINER_1] ¶"
  979.     .controltype = "layout_directive_ContainerEnd"
  980.     .displayODFlat = "{Data=d4473b5a-693b-4603-a181-68fb99267f2b}{I:'$$format.border.style.dash'} [Container End]"
  981.     .idInternal = "d4473b5a-693b-4603-a181-68fb99267f2b"
  982.     .v.comment = ""
  983.     .v._dirty = .F.
  984.     .v.container.BreakType = "After"
  985.     .v.container.BreakHeight = ".1in"
  986.     .v.container.breakHorizontalSpace = ".1in"
  987.     .v.container.parentIsNonFloating = .F.
  988.     .v.container.BreakHeight2 = ""
  989.     .v.container.breakHorizontalSpace2 = ""
  990.     .inRepeatingSection = .F.
  991.     .lastIndex = 0
  992.     .containerStartIndex = 2
  993.     .parentContainer = 1
  994.     .parentTabPaneIndex = 0
  995.     .displayOD = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{Data=d4473b5a-693b-4603-a181-68fb99267f2b}{I:'vertLineCap'} [Container End]"
  996.     .repeatingSectionParentId = -1
  997.     .displayODtree = "{C=#0+0+127,White}{B=White,Light Blue}{F=+B}{I:'vertLine'}{Data=d4473b5a-693b-4603-a181-68fb99267f2b}{I:'vertLineCap'} [Container End: CONTAINER_1] ¶"
  998.     .indentTree = 1
  999. end with
  1000. with  page_fields[15]
  1001.     .display = "{C=#104+150+1120,White}{B=White,#104+150+112}{F=+B}{Data=dab5c26f-b52d-4a01-ae58-2debac2debd8}{I:'vertLineCap'} [Panel Card End: PANELCARD_1]"
  1002.     .controltype = "layout_directive_PanelCardEnd"
  1003.     .displayODFlat = "{Data=dab5c26f-b52d-4a01-ae58-2debac2debd8}{I:'vertlinecap'} [Panel Card End]"
  1004.     .idInternal = "dab5c26f-b52d-4a01-ae58-2debac2debd8"
  1005.     .v.comment = ""
  1006.     .v._dirty = .F.
  1007.     .inRepeatingSection = .F.
  1008.     .lastIndex = 0
  1009.     .containerStartIndex = 1
  1010.     .parentContainer = -1
  1011.     .parentTabPaneIndex = 0
  1012.     .displayOD = "{C=#104+150+1120,White}{B=White,#104+150+112}{F=+B}{Data=dab5c26f-b52d-4a01-ae58-2debac2debd8}{I:'vertlinecap'} [Panel Card End]"
  1013.     .repeatingSectionParentId = -1
  1014.     .displayODtree = "{C=#104+150+1120,White}{B=White,#104+150+112}{F=+B}{Data=dab5c26f-b52d-4a01-ae58-2debac2debd8}{I:'vertLineCap'} [Panel Card End: PANELCARD_1]"
  1015.     .indentTree = 0
  1016. end with
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement