1|1|1|1
<?xml version="1.0" encoding="utf-16"?>
<Forms version="3.0">
  <Form module="op" application="sales_extract" name="main" x="0" y="0" width="660" height="100" style="">
    <Coaching>This program reads the sales history tables and produces an extract file for use by sales order entry.

Leave the date blank to select all records.</Coaching>
    <Grid num="1">
      <GridRow num="1">
        <GridColumn num="1" span="6">
          <Part title="Sales history extract" x="0" y="0" width="630" height="30" style="">
            <Grid num="1">
              <GridRow num="1">
                <GridColumn num="1">
                  <BlockDef>
                    <StandardBlock span="1" hidebox="False">
                      <Title>
                        <Label num="1">Cut-off date:<GUILocation x="4" y="4" width="49" /></Label>
                      </Title>
                      <Components>
                        <Field num="1" ref="cut_off_date:1">
                          <GUILocation x="53" y="4" width="40" />
                        </Field>
                      </Components>
                    </StandardBlock>
                  </BlockDef>
                </GridColumn>
              </GridRow>
            </Grid>
            <Parents />
          </Part>
        </GridColumn>
      </GridRow>
      <GridRow num="2">
        <GridColumn num="1" span="6">
          <Part title="Sales history extract progress" x="0" y="50" width="630" height="30" style="">
            <Grid num="1">
              <GridRow num="1">
                <GridColumn num="1">
                  <BlockDef>
                    <StandardBlock span="1" hidebox="False">
                      <Title>
                        <Label num="1">Records processed:<GUILocation x="4" y="4" width="71" /></Label>
                      </Title>
                      <Components>
                        <Field num="1" ref="read:1">
                          <GUILocation x="75" y="4" width="30" />
                        </Field>
                      </Components>
                    </StandardBlock>
                  </BlockDef>
                </GridColumn>
              </GridRow>
            </Grid>
            <Parents />
          </Part>
        </GridColumn>
      </GridRow>
    </Grid>
    <ActionKeys>
      <ActionKey key="0">
        <Icon>ActionClose.gif</Icon>
      </ActionKey>
      <ActionKey key="1">
        <Icon>ActionOK.gif</Icon>
      </ActionKey>
      <ActionKey key="2">
        <Icon>Browse.gif</Icon>
      </ActionKey>
      <ActionKey key="3">
        <Icon>FirstPage.gif</Icon>
      </ActionKey>
      <ActionKey key="5">
        <Icon>Delete.gif</Icon>
      </ActionKey>
      <ActionKey key="6">
        <Icon>NextPage.gif</Icon>
      </ActionKey>
      <ActionKey key="7">
        <Icon>PreviousPage.gif</Icon>
      </ActionKey>
      <ActionKey key="10">
        <Icon>Print.gif</Icon>
      </ActionKey>
    </ActionKeys>
  </Form>
</Forms>
