上传用户:zhpu1995
上传日期:2013-09-06
资源大小:61151k
文件大小:116k
源码类别:

企业管理

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Object = "{D76D7128-4A96-11D3-BD95-D296DC2DD072}#1.0#0"; "VSOCX7.OCX"
  3. Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
  4. Begin VB.Form SFC_OutputNote 
  5.    BackColor       =   &H00E9F4FA&
  6.    BorderStyle     =   3  'Fixed Dialog
  7.    Caption         =   "产品产量日报"
  8.    ClientHeight    =   6120
  9.    ClientLeft      =   45
  10.    ClientTop       =   330
  11.    ClientWidth     =   11070
  12.    Icon            =   "车间控制_产品产量日报.frx":0000
  13.    KeyPreview      =   -1  'True
  14.    LinkTopic       =   "Form1"
  15.    MaxButton       =   0   'False
  16.    MinButton       =   0   'False
  17.    ScaleHeight     =   6120
  18.    ScaleWidth      =   11070
  19.    ShowInTaskbar   =   0   'False
  20.    StartUpPosition =   2  '屏幕中心
  21.    Begin VB.TextBox LrText 
  22.       ForeColor       =   &H00000000&
  23.       Height          =   300
  24.       Index           =   0
  25.       Left            =   1020
  26.       TabIndex        =   4
  27.       Text            =   "0"
  28.       Top             =   1140
  29.       Width           =   1650
  30.    End
  31.    Begin VB.CommandButton Ydcommand 
  32.       Height          =   300
  33.       Left            =   10680
  34.       Picture         =   "车间控制_产品产量日报.frx":1042
  35.       Style           =   1  'Graphical
  36.       TabIndex        =   3
  37.       TabStop         =   0   'False
  38.       Top             =   990
  39.       Visible         =   0   'False
  40.       Width           =   300
  41.    End
  42.    Begin VB.TextBox Ydtext 
  43.       BackColor       =   &H80000018&
  44.       BorderStyle     =   0  'None
  45.       Height          =   330
  46.       Left            =   7710
  47.       MultiLine       =   -1  'True
  48.       TabIndex        =   2
  49.       Top             =   960
  50.       Visible         =   0   'False
  51.       Width           =   1185
  52.    End
  53.    Begin VB.CommandButton Ydcommand1 
  54.       Height          =   300
  55.       Left            =   10680
  56.       Picture         =   "车间控制_产品产量日报.frx":13CC
  57.       Style           =   1  'Graphical
  58.       TabIndex        =   1
  59.       TabStop         =   0   'False
  60.       Top             =   600
  61.       Visible         =   0   'False
  62.       Width           =   300
  63.    End
  64.    Begin VB.ComboBox YdCombo 
  65.       Height          =   300
  66.       Left            =   9000
  67.       Style           =   2  'Dropdown List
  68.       TabIndex        =   0
  69.       Top             =   960
  70.       Visible         =   0   'False
  71.       Width           =   1155
  72.    End
  73.    Begin MSComctlLib.Toolbar Tlb_Action 
  74.       Align           =   1  'Align Top
  75.       Height          =   570
  76.       Left            =   0
  77.       TabIndex        =   5
  78.       Top             =   0
  79.       Width           =   11070
  80.       _ExtentX        =   19526
  81.       _ExtentY        =   1005
  82.       ButtonWidth     =   820
  83.       ButtonHeight    =   953
  84.       AllowCustomize  =   0   'False
  85.       Wrappable       =   0   'False
  86.       Appearance      =   1
  87.       Style           =   1
  88.       ImageList       =   "ImageList1"
  89.       _Version        =   393216
  90.       BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
  91.          NumButtons      =   27
  92.          BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  93.             Caption         =   "打印"
  94.             Key             =   "dy"
  95.             Object.ToolTipText     =   "打印当前单据或Ctrl+P"
  96.             ImageKey        =   "dy"
  97.          EndProperty
  98.          BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  99.             Caption         =   "预览"
  100.             Key             =   "yl"
  101.             ImageKey        =   "yl"
  102.          EndProperty
  103.          BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  104.             Key             =   "fgh0"
  105.             Style           =   3
  106.          EndProperty
  107.          BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  108.             Caption         =   "新增"
  109.             Key             =   "xz"
  110.             Object.ToolTipText     =   "新增加一张单据或F5"
  111.             ImageKey        =   "xz"
  112.          EndProperty
  113.          BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  114.             Caption         =   "修改"
  115.             Key             =   "xg"
  116.             Object.ToolTipText     =   "修改当前单据或F3"
  117.             ImageKey        =   "xg"
  118.          EndProperty
  119.          BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  120.             Enabled         =   0   'False
  121.             Object.Visible         =   0   'False
  122.             Caption         =   "删除"
  123.             Key             =   "sc"
  124.             Object.ToolTipText     =   "删除当前单据"
  125.             ImageKey        =   "sc"
  126.          EndProperty
  127.          BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  128.             Key             =   "fgh1"
  129.             Style           =   3
  130.          EndProperty
  131.          BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  132.             Caption         =   "增行"
  133.             Key             =   "zh"
  134.             Object.ToolTipText     =   "插入一行或Insert"
  135.             ImageKey        =   "zh"
  136.          EndProperty
  137.          BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  138.             Caption         =   "删行"
  139.             Key             =   "sh"
  140.             Object.ToolTipText     =   "删除当前记录行或Delete"
  141.             ImageKey        =   "sh"
  142.          EndProperty
  143.          BeginProperty Button10 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  144.             Key             =   "fgh2"
  145.             Style           =   3
  146.          EndProperty
  147.          BeginProperty Button11 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  148.             Caption         =   "保存"
  149.             Key             =   "bc"
  150.             Object.ToolTipText     =   "保存单据或F6"
  151.             ImageKey        =   "bc"
  152.          EndProperty
  153.          BeginProperty Button12 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  154.             Caption         =   "放弃"
  155.             Key             =   "fq"
  156.             Object.ToolTipText     =   "放弃此次操作"
  157.             ImageKey        =   "fq"
  158.          EndProperty
  159.          BeginProperty Button13 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  160.             Key             =   "fgh3"
  161.             Style           =   3
  162.          EndProperty
  163.          BeginProperty Button14 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  164.             Enabled         =   0   'False
  165.             Object.Visible         =   0   'False
  166.             Caption         =   "审核"
  167.             Key             =   "shsh"
  168.             ImageKey        =   "check"
  169.          EndProperty
  170.          BeginProperty Button15 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  171.             Enabled         =   0   'False
  172.             Object.Visible         =   0   'False
  173.             Caption         =   "弃审"
  174.             Key             =   "shqs"
  175.             ImageKey        =   "qs"
  176.          EndProperty
  177.          BeginProperty Button16 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  178.             Enabled         =   0   'False
  179.             Object.Visible         =   0   'False
  180.             Caption         =   "完成"
  181.             Key             =   "Finish"
  182.             ImageKey        =   "xsxm"
  183.          EndProperty
  184.          BeginProperty Button17 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  185.             Enabled         =   0   'False
  186.             Object.Visible         =   0   'False
  187.             Caption         =   "弃完"
  188.             Key             =   "AbandonFinish"
  189.             ImageKey        =   "fq"
  190.          EndProperty
  191.          BeginProperty Button18 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  192.             Enabled         =   0   'False
  193.             Object.Visible         =   0   'False
  194.             Caption         =   "废弃"
  195.             Key             =   "Cancel"
  196.          EndProperty
  197.          BeginProperty Button19 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  198.             Enabled         =   0   'False
  199.             Object.Visible         =   0   'False
  200.             Caption         =   "恢复"
  201.             Key             =   "Resume"
  202.          EndProperty
  203.          BeginProperty Button20 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  204.             Enabled         =   0   'False
  205.             Object.Visible         =   0   'False
  206.             Key             =   "fgh4"
  207.             Style           =   3
  208.          EndProperty
  209.          BeginProperty Button21 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  210.             Caption         =   "首张"
  211.             Key             =   "first"
  212.             ImageKey        =   "first"
  213.          EndProperty
  214.          BeginProperty Button22 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  215.             Caption         =   "上张"
  216.             Key             =   "prev"
  217.             ImageKey        =   "prev"
  218.          EndProperty
  219.          BeginProperty Button23 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  220.             Caption         =   "下张"
  221.             Key             =   "next"
  222.             ImageKey        =   "next"
  223.          EndProperty
  224.          BeginProperty Button24 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  225.             Caption         =   "末张"
  226.             Key             =   "last"
  227.             ImageKey        =   "last"
  228.          EndProperty
  229.          BeginProperty Button25 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  230.             Key             =   "fgh5"
  231.             Style           =   3
  232.          EndProperty
  233.          BeginProperty Button26 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  234.             Caption         =   "帮助"
  235.             Key             =   "bz"
  236.             ImageKey        =   "bz"
  237.          EndProperty
  238.          BeginProperty Button27 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  239.             Caption         =   "退出"
  240.             Key             =   "fh"
  241.             ImageKey        =   "tc"
  242.          EndProperty
  243.       EndProperty
  244.       BorderStyle     =   1
  245.    End
  246.    Begin MSComctlLib.ImageList ImageList1 
  247.       Left            =   10410
  248.       Top             =   1350
  249.       _ExtentX        =   1005
  250.       _ExtentY        =   1005
  251.       BackColor       =   -2147483643
  252.       ImageWidth      =   16
  253.       ImageHeight     =   16
  254.       MaskColor       =   12632256
  255.       _Version        =   393216
  256.       BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
  257.          NumListImages   =   37
  258.          BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  259.             Picture         =   "车间控制_产品产量日报.frx":1756
  260.             Key             =   "sz"
  261.          EndProperty
  262.          BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  263.             Picture         =   "车间控制_产品产量日报.frx":1AF0
  264.             Key             =   "dy"
  265.          EndProperty
  266.          BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  267.             Picture         =   "车间控制_产品产量日报.frx":1E8A
  268.             Key             =   "yl"
  269.          EndProperty
  270.          BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  271.             Picture         =   "车间控制_产品产量日报.frx":2224
  272.             Key             =   "xg"
  273.          EndProperty
  274.          BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  275.             Picture         =   "车间控制_产品产量日报.frx":25BE
  276.             Key             =   "zh"
  277.          EndProperty
  278.          BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  279.             Picture         =   "车间控制_产品产量日报.frx":2958
  280.             Key             =   "sh"
  281.          EndProperty
  282.          BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  283.             Picture         =   "车间控制_产品产量日报.frx":2CF2
  284.             Key             =   "bc"
  285.          EndProperty
  286.          BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  287.             Picture         =   "车间控制_产品产量日报.frx":308C
  288.             Key             =   "fq"
  289.          EndProperty
  290.          BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  291.             Picture         =   "车间控制_产品产量日报.frx":3426
  292.             Key             =   "bz"
  293.          EndProperty
  294.          BeginProperty ListImage10 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  295.             Picture         =   "车间控制_产品产量日报.frx":37C0
  296.             Key             =   "tc"
  297.          EndProperty
  298.          BeginProperty ListImage11 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  299.             Picture         =   "车间控制_产品产量日报.frx":3B5A
  300.             Key             =   "bcgs"
  301.          EndProperty
  302.          BeginProperty ListImage12 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  303.             Picture         =   "车间控制_产品产量日报.frx":3EF4
  304.             Key             =   "mrlk"
  305.          EndProperty
  306.          BeginProperty ListImage13 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  307.             Picture         =   "车间控制_产品产量日报.frx":428E
  308.             Key             =   "xsxm"
  309.          EndProperty
  310.          BeginProperty ListImage14 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  311.             Picture         =   "车间控制_产品产量日报.frx":4628
  312.             Key             =   "first"
  313.          EndProperty
  314.          BeginProperty ListImage15 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  315.             Picture         =   "车间控制_产品产量日报.frx":49C2
  316.             Key             =   "prev"
  317.          EndProperty
  318.          BeginProperty ListImage16 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  319.             Picture         =   "车间控制_产品产量日报.frx":4D5C
  320.             Key             =   "next"
  321.          EndProperty
  322.          BeginProperty ListImage17 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  323.             Picture         =   "车间控制_产品产量日报.frx":50F6
  324.             Key             =   "last"
  325.          EndProperty
  326.          BeginProperty ListImage18 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  327.             Picture         =   "车间控制_产品产量日报.frx":5490
  328.             Key             =   "xx"
  329.          EndProperty
  330.          BeginProperty ListImage19 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  331.             Picture         =   "车间控制_产品产量日报.frx":582A
  332.             Key             =   "define"
  333.          EndProperty
  334.          BeginProperty ListImage20 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  335.             Picture         =   "车间控制_产品产量日报.frx":5BC4
  336.             Key             =   "exec"
  337.          EndProperty
  338.          BeginProperty ListImage21 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  339.             Picture         =   "车间控制_产品产量日报.frx":5F5E
  340.             Key             =   "xz"
  341.          EndProperty
  342.          BeginProperty ListImage22 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  343.             Picture         =   "车间控制_产品产量日报.frx":62F8
  344.             Key             =   "sc"
  345.          EndProperty
  346.          BeginProperty ListImage23 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  347.             Picture         =   "车间控制_产品产量日报.frx":6692
  348.             Key             =   "sx"
  349.          EndProperty
  350.          BeginProperty ListImage24 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  351.             Picture         =   "车间控制_产品产量日报.frx":6A2C
  352.             Key             =   "cx"
  353.          EndProperty
  354.          BeginProperty ListImage25 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  355.             Picture         =   "车间控制_产品产量日报.frx":6DC6
  356.             Key             =   "zd"
  357.          EndProperty
  358.          BeginProperty ListImage26 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  359.             Picture         =   "车间控制_产品产量日报.frx":7160
  360.             Key             =   "dz"
  361.          EndProperty
  362.          BeginProperty ListImage27 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  363.             Picture         =   "车间控制_产品产量日报.frx":74FA
  364.             Key             =   "ph"
  365.          EndProperty
  366.          BeginProperty ListImage28 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  367.             Picture         =   "车间控制_产品产量日报.frx":7894
  368.             Key             =   "fz"
  369.          EndProperty
  370.          BeginProperty ListImage29 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  371.             Picture         =   "车间控制_产品产量日报.frx":7C2E
  372.             Key             =   "dw"
  373.          EndProperty
  374.          BeginProperty ListImage30 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  375.             Picture         =   "车间控制_产品产量日报.frx":7FC8
  376.             Key             =   "hf"
  377.          EndProperty
  378.          BeginProperty ListImage31 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  379.             Picture         =   "车间控制_产品产量日报.frx":8362
  380.             Key             =   "pz"
  381.          EndProperty
  382.          BeginProperty ListImage32 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  383.             Picture         =   "车间控制_产品产量日报.frx":86FC
  384.             Key             =   "check"
  385.          EndProperty
  386.          BeginProperty ListImage33 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  387.             Picture         =   "车间控制_产品产量日报.frx":8A96
  388.             Key             =   "qs"
  389.          EndProperty
  390.          BeginProperty ListImage34 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  391.             Picture         =   "车间控制_产品产量日报.frx":8E30
  392.             Key             =   "fullcheck"
  393.          EndProperty
  394.          BeginProperty ListImage35 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  395.             Picture         =   "车间控制_产品产量日报.frx":91CA
  396.             Key             =   "qq"
  397.          EndProperty
  398.          BeginProperty ListImage36 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  399.             Picture         =   "车间控制_产品产量日报.frx":9564
  400.             Key             =   "bcw"
  401.          EndProperty
  402.          BeginProperty ListImage37 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  403.             Picture         =   "车间控制_产品产量日报.frx":98FE
  404.             Key             =   "ye"
  405.          EndProperty
  406.       EndProperty
  407.    End
  408.    Begin VSFlex8Ctl.VSFlexGrid WglrGrid 
  409.       Height          =   3345
  410.       Left            =   120
  411.       TabIndex        =   6
  412.       Top             =   1680
  413.       Width           =   10680
  414.       _ExtentX        =   18838
  415.       _ExtentY        =   5900
  416.       Appearance      =   1
  417.       BorderStyle     =   1
  418.       Enabled         =   -1  'True
  419.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  420.          Name            =   "宋体"
  421.          Size            =   9
  422.          Charset         =   134
  423.          Weight          =   400
  424.          Underline       =   0   'False
  425.          Italic          =   0   'False
  426.          Strikethrough   =   0   'False
  427.       EndProperty
  428.       MousePointer    =   0
  429.       BackColor       =   16777215
  430.       ForeColor       =   -2147483640
  431.       BackColorFixed  =   12640511
  432.       ForeColorFixed  =   -2147483630
  433.       BackColorSel    =   -2147483643
  434.       ForeColorSel    =   -2147483640
  435.       BackColorBkg    =   16777215
  436.       BackColorAlternate=   16777215
  437.       GridColor       =   -2147483633
  438.       GridColorFixed  =   -2147483632
  439.       TreeColor       =   -2147483632
  440.       FloodColor      =   192
  441.       SheetBorder     =   -2147483642
  442.       FocusRect       =   1
  443.       HighLight       =   1
  444.       AllowSelection  =   0   'False
  445.       AllowBigSelection=   0   'False
  446.       AllowUserResizing=   0
  447.       SelectionMode   =   0
  448.       GridLines       =   1
  449.       GridLinesFixed  =   2
  450.       GridLineWidth   =   1
  451.       Rows            =   5000
  452.       Cols            =   10
  453.       FixedRows       =   1
  454.       FixedCols       =   0
  455.       RowHeightMin    =   0
  456.       RowHeightMax    =   0
  457.       ColWidthMin     =   0
  458.       ColWidthMax     =   0
  459.       ExtendLastCol   =   0   'False
  460.       FormatString    =   ""
  461.       ScrollTrack     =   0   'False
  462.       ScrollBars      =   3
  463.       ScrollTips      =   0   'False
  464.       MergeCells      =   0
  465.       MergeCompare    =   0
  466.       AutoResize      =   -1  'True
  467.       AutoSizeMode    =   0
  468.       AutoSearch      =   0
  469.       MultiTotals     =   -1  'True
  470.       SubtotalPosition=   1
  471.       OutlineBar      =   0
  472.       OutlineCol      =   0
  473.       Ellipsis        =   0
  474.       ExplorerBar     =   0
  475.       PicturesOver    =   0   'False
  476.       FillStyle       =   0
  477.       RightToLeft     =   0   'False
  478.       PictureType     =   0
  479.       TabBehavior     =   0
  480.       OwnerDraw       =   0
  481.       Editable        =   0   'False
  482.       ShowComboButton =   -1  'True
  483.       WordWrap        =   -1  'True
  484.       TextStyle       =   0
  485.       TextStyleFixed  =   0
  486.       OleDragMode     =   0
  487.       OleDropMode     =   0
  488.       DataMode        =   0
  489.       VirtualData     =   -1  'True
  490.       Begin VSFlex8Ctl.VSFlexGrid HjGrid 
  491.          Height          =   885
  492.          Left            =   0
  493.          TabIndex        =   7
  494.          Top             =   2400
  495.          Width           =   7545
  496.          _ExtentX        =   13309
  497.          _ExtentY        =   1561
  498.          Appearance      =   1
  499.          BorderStyle     =   0
  500.          Enabled         =   -1  'True
  501.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  502.             Name            =   "宋体"
  503.             Size            =   9
  504.             Charset         =   134
  505.             Weight          =   400
  506.             Underline       =   0   'False
  507.             Italic          =   0   'False
  508.             Strikethrough   =   0   'False
  509.          EndProperty
  510.          MousePointer    =   0
  511.          BackColor       =   14671839
  512.          ForeColor       =   -2147483640
  513.          BackColorFixed  =   -2147483633
  514.          ForeColorFixed  =   -2147483630
  515.          BackColorSel    =   -2147483643
  516.          ForeColorSel    =   -2147483640
  517.          BackColorBkg    =   16777215
  518.          BackColorAlternate=   14671839
  519.          GridColor       =   -2147483633
  520.          GridColorFixed  =   -2147483632
  521.          TreeColor       =   -2147483632
  522.          FloodColor      =   192
  523.          SheetBorder     =   -2147483642
  524.          FocusRect       =   1
  525.          HighLight       =   1
  526.          AllowSelection  =   0   'False
  527.          AllowBigSelection=   0   'False
  528.          AllowUserResizing=   0
  529.          SelectionMode   =   0
  530.          GridLines       =   1
  531.          GridLinesFixed  =   2
  532.          GridLineWidth   =   1
  533.          Rows            =   5000
  534.          Cols            =   10
  535.          FixedRows       =   1
  536.          FixedCols       =   0
  537.          RowHeightMin    =   0
  538.          RowHeightMax    =   0
  539.          ColWidthMin     =   0
  540.          ColWidthMax     =   0
  541.          ExtendLastCol   =   0   'False
  542.          FormatString    =   ""
  543.          ScrollTrack     =   0   'False
  544.          ScrollBars      =   3
  545.          ScrollTips      =   0   'False
  546.          MergeCells      =   0
  547.          MergeCompare    =   0
  548.          AutoResize      =   -1  'True
  549.          AutoSizeMode    =   0
  550.          AutoSearch      =   0
  551.          MultiTotals     =   -1  'True
  552.          SubtotalPosition=   1
  553.          OutlineBar      =   0
  554.          OutlineCol      =   0
  555.          Ellipsis        =   0
  556.          ExplorerBar     =   0
  557.          PicturesOver    =   0   'False
  558.          FillStyle       =   0
  559.          RightToLeft     =   0   'False
  560.          PictureType     =   0
  561.          TabBehavior     =   0
  562.          OwnerDraw       =   0
  563.          Editable        =   0   'False
  564.          ShowComboButton =   -1  'True
  565.          WordWrap        =   -1  'True
  566.          TextStyle       =   0
  567.          TextStyleFixed  =   0
  568.          OleDragMode     =   0
  569.          OleDropMode     =   0
  570.          DataMode        =   0
  571.          VirtualData     =   -1  'True
  572.       End
  573.    End
  574.    Begin VB.Label Lab_Title 
  575.       AutoSize        =   -1  'True
  576.       BackColor       =   &H80000018&
  577.       BackStyle       =   0  'Transparent
  578.       Caption         =   "单据标题自动调整"
  579.       BeginProperty Font 
  580.          Name            =   "宋体"
  581.          Size            =   15
  582.          Charset         =   134
  583.          Weight          =   700
  584.          Underline       =   0   'False
  585.          Italic          =   0   'False
  586.          Strikethrough   =   0   'False
  587.       EndProperty
  588.       ForeColor       =   &H00000000&
  589.       Height          =   300
  590.       Left            =   4440
  591.       TabIndex        =   14
  592.       Top             =   840
  593.       Width           =   2520
  594.    End
  595.    Begin VB.Label Lab_BillId 
  596.       AutoSize        =   -1  'True
  597.       BackColor       =   &H0080C0FF&
  598.       Height          =   270
  599.       Left            =   7680
  600.       TabIndex        =   13
  601.       Top             =   600
  602.       Visible         =   0   'False
  603.       Width           =   2490
  604.    End
  605.    Begin VB.Label Lab_Djclzt 
  606.       BackColor       =   &H0000FFFF&
  607.       Caption         =   "1"
  608.       ForeColor       =   &H00808080&
  609.       Height          =   255
  610.       Left            =   10320
  611.       TabIndex        =   12
  612.       Top             =   600
  613.       Visible         =   0   'False
  614.       Width           =   285
  615.    End
  616.    Begin VB.Label Lab_OperStatus 
  617.       BackColor       =   &H000080FF&
  618.       Caption         =   "1"
  619.       Height          =   345
  620.       Left            =   10290
  621.       TabIndex        =   11
  622.       Top             =   960
  623.       Visible         =   0   'False
  624.       Width           =   345
  625.    End
  626.    Begin VB.Label Lab_Bill 
  627.       Appearance      =   0  'Flat
  628.       BackColor       =   &H80000005&
  629.       BackStyle       =   0  'Transparent
  630.       ForeColor       =   &H00000000&
  631.       Height          =   225
  632.       Left            =   9030
  633.       TabIndex        =   10
  634.       Top             =   6330
  635.       Width           =   735
  636.    End
  637.    Begin VB.Label Lab_Checker 
  638.       Appearance      =   0  'Flat
  639.       BackColor       =   &H80000005&
  640.       BackStyle       =   0  'Transparent
  641.       ForeColor       =   &H00000000&
  642.       Height          =   225
  643.       Left            =   7170
  644.       TabIndex        =   9
  645.       Top             =   6360
  646.       Width           =   735
  647.    End
  648.    Begin VB.Label TsLabel 
  649.       Alignment       =   1  'Right Justify
  650.       AutoSize        =   -1  'True
  651.       BackStyle       =   0  'Transparent
  652.       Caption         =   "单据号:"
  653.       Height          =   180
  654.       Index           =   0
  655.       Left            =   240
  656.       TabIndex        =   8
  657.       Top             =   1200
  658.       Width           =   765
  659.    End
  660. End
  661. Attribute VB_Name = "SFC_OutputNote"
  662. Attribute VB_GlobalNameSpace = False
  663. Attribute VB_Creatable = False
  664. Attribute VB_PredeclaredId = True
  665. Attribute VB_Exposed = False
  666. '***********************************************************************************************************
  667. '*    模 块 名 称 :车间控制--产品产量日报录入
  668. '*    功 能 描 述 :此功能模块主要完成产品产量日报的单据录入、修改、删除、预览打印等。
  669. '*    程序员姓名  :乔进
  670. '*    最后修改人  :乔进
  671. '*    最后修改时间:2001/11/20
  672. '*    备        注:程序中所有依实际情况自定义部分均用[>>  <<]括起
  673. '*
  674. '*    1.每次调入外部功能窗体,均要加锁ChangeLock=True,窗体关闭后解锁ChangeLock=false
  675. '*                                    TextValiLock=True             TextValiLock=false
  676. '*
  677. '*    2.Lab_OperStatus 用此标签来标识单据录入状态(默认值为1) "1"-浏览 "2"-新增 "3"-修改
  678. '*
  679. '*    3.Lab_Djclzt 用此标签来标识单据处理状态(默认值为1) "1"-填制单据  "2"-查询单据列表  "3"-明细帐联查单据
  680. '*
  681. '*    4.原则:只要单据能够存盘(无论修改或新增)则其必须接受完整性及有效性规则检查
  682. '***********************************************************************************************************
  683.  
  684. '[以下为根据实际情况设置变量
  685. Dim Bln_BillChange As Boolean                   '标识单据是否发生改动
  686. Dim Rec_Query As New ADODB.Recordset            '单据组查询结果动态集(保存当前单据组ID)
  687. Public Str_QueryCondi As String                 '单据组查询条件(接收单据列表传递查询条件)
  688. Dim RecTemp As New ADODB.Recordset
  689. Dim Str_RightEdit As String
  690. Dim Str_RightAudit As String
  691. ']
  692. '以下为固定使用变量(单据)
  693. Dim BillCode As String                          '单据设计编码(索引号)
  694. Dim Var_Bill() As Variant                       '用来返回单据设计信息
  695. Dim ReportTitle As String                       '报表主标题
  696. Dim Tsxx As String                              '系统提示信息
  697. '以下为固定使用变量(网格)
  698. Dim Cxnrrec As New ADODB.Recordset              '显示查询内容动态集
  699. Dim Dyymctbl As New DY_Dyymsz                   '打印页面窗体变量
  700. Dim GridCode As String                          '显示网格网格代码
  701. Dim GridInf() As Variant                        '整个网格设置信息
  702. Dim Pmbcsjhs As Long                            '屏幕网格保持数据行数(大于等于1)
  703. Dim Fzxwghs As Integer                          '辅助项网格行数(包括合计行)
  704. Dim Sfxshjwg As Boolean                         '是否显示合计网格
  705. Dim Qslz As Long                                '网格隐藏(非操作显示)列数
  706. Dim Sjhgd As Double                             '网格数据行高度
  707. Dim GridBoolean() As Boolean                    '网格列信息(布尔型)
  708. Dim GridStr()  As String                        '网格列信息(字符型)
  709. Dim GridInt() As Integer                        '网格列信息(整型)
  710. Dim Sfblbzkd As Boolean                         '是否保留帮助宽度(字段提供帮助时,是否为按钮保留空间)
  711. Dim Dqlrwgh As Long                             '当前录入数据网格行
  712. Dim Dqlrwgl As Long                             '当前录入数据网格列
  713. Dim Dqlkwgh As Long                             '刚刚离开网格行(不一定为录入行)
  714. Dim Dqlkwgl As Long                             '刚刚离开网格列
  715. Dim Dqtoprow As Long                            '当前录入状态时最上端可视行
  716. Dim Dqleftcol As Long                           '当前录入状态时最左端可视列
  717. Dim Zdlrqnr As String                           '字段录入修改前内容(用来判断内容是否修改)
  718. Dim Wbkbhlock As Boolean                        '文本框改变值锁
  719. Dim Changelock As Boolean                       '网格行列改变控制锁(用来区别用户改变.程序改变)
  720. Dim Gdtlock As Boolean                          '滚动条滚动控制(用来区别用户改变.程序改变)
  721. Dim Yxxpdlock As Boolean                        '字段有效性判断锁(内容不修改不需进行字段有效性判断)
  722. Dim Hyxxpdlock As Boolean                       '行有效性判断锁(字段内容不修改不需进行行有效性判断)
  723. Dim Valilock As Boolean                         '文本框失去焦点是否进行有效性控制(TRUE 为锁定*限用网格录入)
  724. Dim Shsfts As Boolean                           '删除记录行是否提示
  725. Dim Szzls As Integer                            '网格信息数组最大下标值(网格列数-1)
  726. '以下为固定使用变量(文本框)
  727. Dim Textvar() As Variant                        '存储变体型文本框信息
  728. Dim Textboolean() As Boolean                    '存储布尔型文本框信息
  729. Dim Textint() As Integer                        '存储整型文本框信息
  730. Dim Textstr() As String                         '存储字符型文本框信息
  731. Dim Max_Text_Index As Integer                   '最大录入文本框索引值
  732. Dim TextGroupCode As String                     '文本框录入分组编码
  733. Dim TextValiLock As Boolean                     '文本框失去焦点是否进行有效性控制判断
  734. Dim TextValiJudgeLock() As Boolean              '文本框录入有效性判断控制锁
  735. Dim TextChangeLock As Boolean                   '文本框内容变换控制锁
  736.     
  737.  
  738. Private Sub Form_KeyPress(KeyAscii As Integer)      '控 制 焦 点 转 移
  739.     
  740.     Dim jdzygs As Integer
  741.     jdzygs = Max_Text_Index + 1                                   '在单据录入中,此焦点转移控制值一定小于等于文本框个数,否则网格回车键将不支持.
  742.     Select Case KeyAscii
  743.         Case vbKeyReturn
  744.             If Kjjdzy(jdzygs) Then
  745.                 KeyAscii = 0
  746.             End If
  747.         Case 39           '屏蔽字符"'"
  748.             KeyAscii = 0
  749.     End Select
  750. End Sub
  751. Private Sub Form_Load()                                                        '窗 体 装 入
  752.     '初始化各种锁值(Fixed)
  753.     Changelock = False             '网格行列改变控制锁
  754.     Gdtlock = False                '滚动条滚动控制
  755.     Yxxpdlock = True               '字段有效性判断锁
  756.     Hyxxpdlock = True              '行有效性判断锁
  757.     Wbkbhlock = False              '文本框内容改变锁
  758.     Screen.MousePointer = 11
  759.     '调入单据信息(需要修改BillCode)
  760.     BillCode = "2406"
  761.     Call Sub_ReadBillInfo(BillCode, Me, Var_Bill())
  762.     Lab_Title = Var_Bill(2)
  763.     Lab_Title.Move (Me.Width - Lab_Title.Width) / 2, 800
  764.     
  765.     '报表编码
  766.     XtReportCode = Var_Bill(5)
  767.     Load Dyymctbl
  768.   
  769.     '以下为文本框处理程序(Fixed)
  770.     TextGroupCode = Var_Bill(3)
  771.  
  772.     Call Drwbkxx(TextGroupCode, Textvar(), Textboolean(), Textint(), Textstr())  '读入文本框录入信息
  773.     Call Wbkcsh
  774.   
  775.     '调入网格并记录一些网格信息(Fixed)
  776.     GridCode = Var_Bill(4)         '网格属性编码
  777.     Call BzWgcsh(WglrGrid, GridCode, GridInf(), GridBoolean(), GridInt(), GridStr())
  778.       
  779.     Qslz = GridInf(1)
  780.     Sjhgd = GridInf(2)
  781.     Fzxwghs = GridInf(4)
  782.     Sfblbzkd = GridInf(5)
  783.     Shsfts = GridInf(6)
  784.     Sfxshjwg = GridInf(7)
  785.     Szzls = WglrGrid.Cols - 1
  786.     Pmbcsjhs = Int((WglrGrid.Height - WglrGrid.FixedRows * WglrGrid.RowHeight(0)) / Sjhgd) - Fzxwghs - 1
  787.       
  788.     For jsqte = WglrGrid.FixedRows To WglrGrid.Rows - 1
  789.         WglrGrid.RowHeight(jsqte) = Sjhgd
  790.     Next jsqte
  791.     
  792.     '初始化合计网格(Fixed)
  793.     Call Cshhjwg
  794.   
  795.     '单据变动置为False(Fixed)
  796.     Bln_BillChange = False
  797.     Lab_Djclzt.Caption = Xtcdcs
  798.     Call Sjcsh(Trim(Lab_Djclzt.Caption))
  799.     Screen.MousePointer = 0
  800.     
  801.     Str_RightEdit = "MRP_ProductDataReport_Edit"
  802.     
  803.     SFC_OutputNote.HelpContextID = 2415001
  804. End Sub
  805. Private Sub Form_Unload(Cancel As Integer)           '窗体卸载
  806.     '是否保存已修改单据
  807.      Dim YAnswer As Integer
  808.      If Lab_OperStatus.Caption = "2" Or Lab_OperStatus.Caption = "3" Then
  809.          Tsxx = "单据尚未保存,是否退出?"
  810.          YAnswer = Xtxxts(Tsxx, 2, 2)
  811.          If YAnswer <> 1 Then
  812.              Cancel = 1
  813.              Exit Sub
  814.          End If
  815.      End If
  816.     '卸载打印页面窗体
  817.     Unload Dyymctbl
  818.  
  819.     '判断单据是否发生变化,并返回相应标识
  820.     If Bln_BillChange Then
  821.         Xtfhcs = "1"
  822.     Else
  823.         Xtfhcs = "0"
  824.     End If
  825.    
  826. End Sub
  827. Private Sub GsToolbar_ButtonClick(ByVal Button As MSComctlLib.Button)                '网格格式调整(Fixed)
  828.   
  829.     Select Case Button.Key
  830.         Case "bcgs"                                          '保存表格格式
  831.             Call Bcwggs(WglrGrid, GridCode, GridStr())
  832.         Case "hfmrgs"                                        '恢复默认格式
  833.             Call Hfmrgs(WglrGrid, GridCode, GridStr())
  834.         Case "szxsxm"                                        '设置显示项目
  835.             Call Szxsxm(WglrGrid, GridCode)
  836.     End Select
  837. End Sub
  838. Private Sub Sjcsh(Str_Pzclzt As String)              '数据初始化模块(根据实际情况)
  839.     
  840.     Dim Sqlstr As String       '查询单据列表条件
  841.     '[>>根据实际情况初始化
  842.     Select Case Str_Pzclzt
  843.         Case "1"   '填制单据
  844.             '设置工具条显示
  845.             With Tlb_Action
  846.                  
  847.                 .Buttons("xz").Visible = True             '新增
  848.                 .Buttons("xg").Visible = True             '修改
  849.                 .Buttons("sc").Visible = True             '删除
  850.                 .Buttons("fgh0").Visible = True           '分隔行
  851.                 .Buttons("zh").Visible = True             '增行
  852.                 .Buttons("sh").Visible = True             '删行
  853.                 .Buttons("fgh1").Visible = True           '分隔行
  854.                 .Buttons("bc").Visible = True             '保存
  855.                 .Buttons("fq").Visible = True             '放弃
  856.                 .Buttons("shsh").Visible = False          '审核
  857.                 .Buttons("shqs").Visible = False          '弃审
  858. '                .Buttons("fgh2").Visible = False         '分隔行
  859.                 .Buttons("fgh4").Visible = False          '分隔行
  860.                 .Buttons("first").Visible = False         '首张
  861.                 .Buttons("prev").Visible = False          '上张
  862.                 .Buttons("next").Visible = False          '下张
  863.                 .Buttons("last").Visible = False          '末张
  864.                 .Buttons("fgh5").Visible = False          '分割行
  865.             End With
  866.  
  867.  
  868.             
  869.             '调入用户查询结果动态集
  870.             Sqlstr = "SELECT Distinct ProDailyMainID From MRP_ProductDailyMain Where MakeDate='" & Xtrq & "' And billCode=0  ORDER BY ProDailyMainID"
  871.             Set Rec_Query = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  872.       
  873.             '处理新增状态
  874.             Sub_OperStatus (10)
  875.             '新增单据
  876.             Call Sub_AddBill
  877.         Case "2"   '查询单据(单据列表)
  878.             '设置工具条显示
  879.             With Tlb_Action
  880.                 .Buttons("xz").Visible = False            '新增
  881.                 .Buttons("xg").Visible = True             '修改
  882.                 .Buttons("sc").Visible = True             '删除
  883.                 .Buttons("fgh0").Visible = True           '分隔行
  884.                 .Buttons("zh").Visible = True             '增行
  885.                 .Buttons("sh").Visible = True             '删行
  886.                 .Buttons("fgh1").Visible = True           '分隔行
  887.                 .Buttons("bc").Visible = True             '保存
  888.                 .Buttons("fq").Visible = True             '放弃
  889.                 .Buttons("shsh").Visible = False          '审核
  890.                 .Buttons("shqs").Visible = False          '弃审
  891. '                .Buttons("fgh2").Visible = False         '分隔行
  892.                 .Buttons("fgh4").Visible = False          '分隔行
  893.                 .Buttons("first").Visible = True          '首张
  894.                 .Buttons("prev").Visible = True           '上张
  895.                 .Buttons("next").Visible = True           '下张
  896.                 .Buttons("last").Visible = True           '末张
  897.                 .Buttons("fgh5").Visible = True           '分割行
  898.             End With
  899.             Lab_BillId.Caption = XT_BillID
  900.             Str_QueryCondi = Xtcdcsfz
  901.             Call Sub_ShowBill
  902.             Call Sub_OperStatus("10")
  903.       
  904.             '调入用户查询结果动态集
  905.                         
  906.             Sqlstr = "Select Distinct ProDailyMainID From MRP_V_ProductDayOutput a " & Str_QueryCondi & " Order by ProDailyMainID"
  907.             Set Rec_Query = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  908.             Rec_Query.Find "ProDailyMainID=" & Val(Lab_BillId.Caption)
  909.         Case "3"   '审核
  910.             '设置工具条显示
  911.             With Tlb_Action
  912.                 .Buttons("xz").Visible = False             '新增
  913.                 .Buttons("xg").Visible = False             '修改
  914.                 .Buttons("sc").Visible = False             '删除
  915.                 .Buttons("fgh0").Visible = False           '分隔行
  916.                 .Buttons("zh").Visible = False             '增行
  917.                 .Buttons("sh").Visible = False             '删行
  918.                 .Buttons("fgh1").Visible = False           '分隔行
  919.                 .Buttons("bc").Visible = False             '保存
  920.                 .Buttons("fq").Visible = False             '放弃
  921.                 .Buttons("shsh").Visible = True            '审核
  922.                 .Buttons("shqs").Visible = True            '弃审
  923.                 .Buttons("fgh2").Visible = False           '分隔行
  924.                 .Buttons("fgh4").Visible = True            '分隔行
  925.                 .Buttons("first").Visible = True           '首张
  926.                 .Buttons("prev").Visible = True            '上张
  927.                 .Buttons("next").Visible = True            '下张
  928.                 .Buttons("last").Visible = True            '末张
  929.                 .Buttons("fgh5").Visible = True            '分割行
  930.   
  931.             End With
  932.             Lab_BillId.Caption = XT_BillID
  933.             Str_QueryCondi = Xtcdcsfz
  934.             Call Sub_ShowBill
  935.             Call Sub_OperStatus("10")
  936.             '设置操作状态为浏览
  937.             Lab_OperStatus.Caption = "1"
  938.             '录入文本框
  939.             For jsqte = Max_Text_Index To 0 Step -1
  940.             LrText(jsqte).Enabled = False
  941.             
  942.             Sqlstr = "Select Distinct ProDailyMainID From MRP_V_ProductDayOutput a " & Str_QueryCondi & " Order by ProDailyMainID"
  943.             Set Rec_Query = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  944.             Rec_Query.Find "ProDailyMainID=" & Val(Lab_BillId.Caption)
  945.             
  946.         Next jsqte
  947.     End Select
  948.   
  949.     '<<]
  950.   
  951. End Sub
  952. Private Sub Sub_ShowBill()                                          '根据当前单据ID显示整张单据内容
  953.    
  954.     '过程默认参数为当前窗体中单据ID:Lab_BillID
  955.     Dim Sqlstr As String                           '临时使用字符串
  956.     Dim RecTemp As New ADODB.Recordset             '临时使用动态集
  957.     Dim jsqte As Long                              '临时计数器
  958.     
  959.     Screen.MousePointer = 11
  960.     '禁止网格刷新动作,为加快网格显示速度(Fixed)
  961.     WglrGrid.Redraw = False
  962.     
  963.     '本张单据查询字符串
  964.     Sqlstr = "Select * From MRP_V_ProductDayOutput Where ProDailyMainID ='" & Trim(Lab_BillId.Caption) & "' And BillCode=0  Order by ProDailyMainID"
  965.     Set RecTemp = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  966.       
  967.     With RecTemp
  968.         WglrGrid.Rows = WglrGrid.FixedRows
  969.         If .EOF Then
  970.             For jsqte = 0 To Max_Text_Index
  971.                 LrText(jsqte).Text = ""
  972.                 LrText(ag).Text = ""
  973.             Next jsqte
  974.             WglrGrid.Clear 1
  975.             Call Sub_AdjustGrid
  976.             WglrGrid.Redraw = True
  977.             Screen.MousePointer = 0
  978.             Exit Sub
  979.         Else
  980.             '[>>显示单据头
  981.             TextChangeLock = True     '文本框加锁
  982.             LrText(0).Text = Format(Trim(.Fields("ProDate")), "yyyy-mm-dd")                          '生产日期
  983.             LrText(1).Text = Trim(.Fields("DeptName") & "")                                                '部门名称
  984.             LrText(1).Tag = Trim(.Fields("DeptCode") & "")                                                 '部门编码
  985.             LrText(2).Text = Trim(.Fields("Remark") & "")                                            '备注
  986.             LrText(3).Text = Trim(.Fields("Maker") & "")                                             '制单
  987.             LrText(4).Text = Format(Trim(.Fields("MakeDate") & ""), "yyyy-mm-dd")                    '制单日期
  988.             TextChangeLock = False    '文本框解锁
  989.             '<<]
  990.         End If
  991.         jsqte = WglrGrid.FixedRows
  992.         Do While Not .EOF
  993.             WglrGrid.AddItem ""
  994.             '[>>显示单据分录
  995.             WglrGrid.TextMatrix(jsqte, 0) = "*"                                                                        '数据有效行标识(必填)
  996.             WglrGrid.TextMatrix(jsqte, Sydz("001", GridStr(), Szzls)) = Trim(.Fields("MNumber") & "")                  '物料编码
  997.             WglrGrid.TextMatrix(jsqte, Sydz("002", GridStr(), Szzls)) = Trim(.Fields("MName") & "")                    '物料名称
  998.             WglrGrid.TextMatrix(jsqte, Sydz("003", GridStr(), Szzls)) = Trim(.Fields("Model") & "")                    '物料规格
  999.             WglrGrid.TextMatrix(jsqte, Sydz("004", GridStr(), Szzls)) = Trim(.Fields("PrimaryUnitName") & "")          '单位
  1000.             WglrGrid.TextMatrix(jsqte, Sydz("005", GridStr(), Szzls)) = Trim(.Fields("DayNumber") & "")                '仓库名称
  1001.             '<<]
  1002.                    
  1003.             WglrGrid.RowHeight(jsqte) = Sjhgd
  1004.             .MoveNext
  1005.             jsqte = jsqte + 1
  1006.         Loop
  1007.     End With
  1008.  
  1009.             
  1010.     '调整网格(Fixed)
  1011.     Call Sub_AdjustGrid
  1012.       
  1013.     '计算合计数据(Fixed)
  1014.     For jsqte = Qslz To WglrGrid.Cols - 1
  1015.         Call Sjhj(jsqte)
  1016.     Next jsqte
  1017.     
  1018.     '将网格刷新解禁(Fixed)
  1019.     WglrGrid.Redraw = True
  1020.        
  1021.     '设置审核弃审按钮状态
  1022.     Call Sub_CheckStatus
  1023.        
  1024.     Screen.MousePointer = 0
  1025. End Sub
  1026. Private Sub Tlb_Action_ButtonClick(ByVal Button As MSComctlLib.Button)             '用户点击工具条
  1027.      
  1028.     '屏蔽文本框,下拉组合框有效性判断
  1029.     Valilock = True
  1030.      
  1031.     '屏蔽网格失去焦点产生的有效性判断
  1032.     Changelock = True
  1033.          
  1034.     Select Case Button.Key
  1035.         Case "yl"                                            '预 览
  1036.             If Fun_Drfrmyxxpd Then
  1037.                 BillGridPrint WglrGrid, LrText, GridStr(), Szzls, GridCode, TextGroupCode, XtReportCode, False, , False
  1038.             End If
  1039.         Case "dy"                                            '打 印
  1040.             If Fun_Drfrmyxxpd Then
  1041.                 Dim yhAnswer As Integer      '打印提示
  1042.                 
  1043.                 '用户确认是否打印单据
  1044.                 Tsxx = "请确认是否打印当前单据?"
  1045.                 yhAnswer = Xtxxts(Tsxx, 2, 2)
  1046.                 If yhAnswer = 2 Then
  1047.                     Exit Sub
  1048.                 End If
  1049.                 BillGridPrint WglrGrid, LrText, GridStr(), Szzls, GridCode, TextGroupCode, XtReportCode, True, , False
  1050.             End If
  1051.         Case "xz"                                            '新 增
  1052.             Call Sub_AddBill
  1053.         Case "xg"                                            '修 改
  1054.             Call Sub_EditBill
  1055.         Case "sc"                                            '删 除
  1056.             Call Sub_DeleteBill
  1057.         Case "zh"                                            '增 行
  1058.             Call zjlrfl
  1059.         Case "sh"                                            '删 行
  1060.             Call Scdqfl
  1061.         Case "bc"                                            '保 存
  1062.             If Fun_Drfrmyxxpd Then
  1063.                 Call Sub_SaveBill
  1064.             End If
  1065.         Case "fq"                                            '放 弃
  1066.             Call Sub_AbandonBill
  1067.         Case "shsh"                                          '审 核
  1068.             Call Sub_Checkbill
  1069.         Case "shqs"                                          '弃 审
  1070.             Call Sub_AbandonCheck
  1071.         Case "first"                                         '首 张
  1072.             Call Sub_First
  1073.         Case "prev"                                          '上 张
  1074.             Call Sub_Prev
  1075.         Case "next"                                          '下 张
  1076.             Call Sub_Next
  1077.         Case "last"                                          '末 张
  1078.             Call Sub_Last
  1079.         Case "bz"                                            '帮 助
  1080.             Call F1bz
  1081.         Case "fh"                                            '退 出
  1082.             If Fun_Drfrmyxxpd Then Unload Me
  1083.  
  1084.     End Select
  1085.        
  1086.     '解 锁
  1087.     Valilock = False
  1088.     Changelock = False
  1089.     TextChangeLock = False
  1090.         
  1091. End Sub
  1092. Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)     '支持热键操作
  1093.     
  1094.     Select Case KeyCode
  1095.         Case vbKeyF5          '增加单据
  1096.             If Tlb_Action.Buttons("xz").Enabled And Tlb_Action.Buttons("xz").Visible Then
  1097.                 Call Sub_AddBill
  1098.             End If
  1099.         Case vbKeyF3          '修改单据
  1100.             If Tlb_Action.Buttons("xg").Enabled And Tlb_Action.Buttons("xg").Visible Then
  1101.                 Call Sub_EditBill
  1102.             End If
  1103.         Case vbKeyF6          '保存单据
  1104.             If Tlb_Action.Buttons("bc").Enabled And Tlb_Action.Buttons("bc").Visible Then
  1105.                 If Fun_Drfrmyxxpd Then Call Sub_SaveBill
  1106.             End If
  1107.     End Select
  1108. End Sub
  1109. Private Sub Sub_OperStatus(Str_Status As String)                 '工具条依据不同状态所进行的变化
  1110.     
  1111.     With Tlb_Action
  1112.         Select Case Str_Status
  1113.             Case "10"   '浏览((列表)调入单据处理时的进入状态、(列表)新增状态时放弃录入)
  1114.                 '工具条
  1115.                 .Buttons("dy").Enabled = True       '打印
  1116.                 .Buttons("yl").Enabled = True       '预览
  1117.                 .Buttons("xz").Enabled = True       '新增
  1118.                 .Buttons("xg").Enabled = True       '修改
  1119.                 .Buttons("sc").Enabled = True       '删除
  1120.                 .Buttons("zh").Enabled = False      '增行
  1121.                 .Buttons("sh").Enabled = False      '删行
  1122.                 .Buttons("bc").Enabled = False      '保存
  1123.                 .Buttons("fq").Enabled = False      '放弃
  1124.                 .Buttons("first").Enabled = True    '首张
  1125.                 .Buttons("prev").Enabled = True     '上张
  1126.                 .Buttons("next").Enabled = True     '下张
  1127.                 .Buttons("last").Enabled = True     '末张
  1128.                 .Buttons("bz").Enabled = True       '帮助
  1129.                 .Buttons("fh").Enabled = True       '退出
  1130.         
  1131.                 '设置审核弃审按钮状态
  1132.                 Call Sub_CheckStatus
  1133.         
  1134.                 '设置文本框录入状态
  1135.                 Call Sub_LrtextStatus(False)
  1136.             Case "20"   '新增单据((录入)新增一张单据 、(列表)新增一张单据)
  1137.                 '工具条
  1138.                 .Buttons("dy").Enabled = False      '打印
  1139.                 .Buttons("yl").Enabled = False      '预览
  1140.                 .Buttons("xz").Enabled = False      '新增
  1141.                 .Buttons("xg").Enabled = False      '修改
  1142.                 .Buttons("sc").Enabled = False      '删除
  1143.                 .Buttons("zh").Enabled = True       '增行
  1144.                 .Buttons("sh").Enabled = True       '删行
  1145.                 .Buttons("bc").Enabled = True       '保存
  1146.                 .Buttons("fq").Enabled = True       '放弃
  1147.                 .Buttons("shsh").Enabled = False    '审核
  1148.                 .Buttons("shqs").Enabled = False    '弃审
  1149.                 .Buttons("first").Enabled = False   '首张
  1150.                 .Buttons("prev").Enabled = False    '上张
  1151.                 .Buttons("next").Enabled = False    '下张
  1152.                 .Buttons("last").Enabled = False    '末张
  1153.                 .Buttons("bz").Enabled = True       '帮助
  1154.                 .Buttons("fh").Enabled = True       '退出
  1155.                 
  1156.                 '设置文本框录入状态
  1157.                 Call Sub_LrtextStatus(True)
  1158.             Case "30"   '修改((录入)调入修改功能、(列表)调入修改功能)
  1159.                 '工具条
  1160.                 .Buttons("dy").Enabled = False      '打印
  1161.                 .Buttons("yl").Enabled = False      '预览
  1162.                 .Buttons("xz").Enabled = False      '新增
  1163.                 .Buttons("xg").Enabled = False      '修改
  1164.                 .Buttons("sc").Enabled = False      '删除
  1165.                 .Buttons("zh").Enabled = True       '增行
  1166.                 .Buttons("sh").Enabled = True       '删行
  1167.                 .Buttons("bc").Enabled = True       '保存
  1168.                 .Buttons("fq").Enabled = True       '放弃
  1169.                 .Buttons("shsh").Enabled = False    '审核
  1170.                 .Buttons("shqs").Enabled = False    '弃审
  1171.                 .Buttons("first").Enabled = False   '首张
  1172.                 .Buttons("prev").Enabled = False    '上张
  1173.                 .Buttons("next").Enabled = False    '下张
  1174.                 .Buttons("last").Enabled = False    '末张
  1175.                 .Buttons("bz").Enabled = True       '帮助
  1176.                 .Buttons("fh").Enabled = True       '退出
  1177.                 
  1178.                 '设置文本框录入状态
  1179.                 Call Sub_LrtextStatus(True)
  1180.         End Select
  1181.     End With
  1182. End Sub
  1183. Private Sub Sub_LrtextStatus(TextEnabled As Boolean)                            '设置录入文本框状态
  1184.     '录入文本框状态设置
  1185.     If TextEnabled Then
  1186.         For jsqte = Max_Text_Index To 0 Step -1
  1187.             '判断文本框是否可编辑
  1188.             If Textboolean(jsqte, 5) Then
  1189.                 LrText(jsqte).Enabled = True
  1190.             Else
  1191.                 LrText(jsqte).Enabled = False
  1192.             End If
  1193.         Next jsqte
  1194.     Else
  1195.         For jsqte = Max_Text_Index To 0 Step -1
  1196.             LrText(jsqte).Enabled = False
  1197.         Next jsqte
  1198.     End If
  1199. End Sub
  1200. Private Sub Sub_CheckStatus()                                       '设置审核弃审按钮状态(亦可设置其他动作按钮状态)
  1201.  
  1202. End Sub
  1203. Private Sub Wbkcl()                                                 '文本框录入之前处理(根据实际情况)
  1204.     
  1205.     Dim xswbrr As String
  1206.     With WglrGrid
  1207.         Zdlrqnr = Trim(.Text)
  1208.         xswbrr = Trim(.Text)
  1209.         If GridBoolean(.Col, 3) Then   '列表框录入
  1210.             '填充列表框程序
  1211.             Call FillCombo(YdCombo, GridStr(.Col, 5), xswbrr, 0)
  1212.         Else
  1213.             Wbkbhlock = True
  1214.        
  1215.             '====以下为用户自定义
  1216.             Ydtext.Text = xswbrr
  1217.             '====以上为用户自定义
  1218.          
  1219.             Wbkbhlock = False
  1220.             Ydtext.SelStart = Len(Ydtext.Text)
  1221.         End If
  1222.     End With
  1223. End Sub
  1224. Private Function sjzdyxxpd(Dqpdwgh As Long, Dqpdwgl As Long) As Boolean       '录入数据字段有效性判断,同时进行字段录入事后处理
  1225.  
  1226.     '函数参数:Dqpdwgh, Dqpdwgl 当前要判断网格单元所处行列值
  1227.     Dim Str_JudgeText As String                 '临时有效性判断字段内容
  1228.     Dim Coljsq As Long                          '临时列计数器
  1229.     Dim RecTemp As New ADODB.Recordset          '临时使用动态集
  1230.     Dim Sqlstr As String                        '临时使用查询字符串
  1231.     With WglrGrid
  1232.         '非录入状态或非数据行则其有效性为合法
  1233.         If Yxxpdlock Or .Row < .FixedRows Then
  1234.             sjzdyxxpd = True
  1235.             Exit Function
  1236.         End If
  1237.         
  1238.         '取得当前要判断字段内容
  1239.         Str_JudgeText = Trim(.TextMatrix(Dqpdwgh, Dqpdwgl))
  1240.       
  1241.         '根据不同字段进行相应的处理(依据其逻辑编号)
  1242.         Select Case GridStr(Dqpdwgl, 1)
  1243.             '[>>以下为自定义部分
  1244.             Case "001"                   '物料编码
  1245.                 If Not Trim(Str_JudgeText) = "" Then
  1246.                     '1.放置字段有效性判断
  1247.                     Sqlstr = "Select MNumber_Main,MName_Main,Model_Main,PrimaryUnitName_main ,StopFlag_Main , State  From MRP_V_BOMList Where MNumber_Main='" & Trim(Str_JudgeText) & "' And StopFlag_Main=0 And State=1 "
  1248.                     Set RecTemp = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  1249.                     If RecTemp.EOF Then
  1250.                         Tsxx = "无此产品编码!"
  1251.                         GoTo Lrcwcl
  1252.                     End If
  1253.                     
  1254.                     For Cnt = WglrGrid.FixedRows To WglrGrid.Rows - 1
  1255.                         If Dqpdwgh <> Cnt And .TextMatrix(Cnt, Sydz("000", GridStr(), Szzls)) = "*" Then
  1256.                             If Trim(.TextMatrix(Cnt, Sydz("001", GridStr(), Szzls))) = Str_JudgeText Then
  1257.                                 Tsxx = "子项产品编码重复!"
  1258.                                 GoTo Lrcwcl
  1259.                             End If
  1260.                         End If
  1261.                     Next Cnt
  1262.                     
  1263.                     '2.放置字段事后处理程序
  1264.                     .TextMatrix(Dqpdwgh, Sydz("001", GridStr(), Szzls)) = Trim(RecTemp.Fields("MNumber_Main") & "")           '显示存货编码
  1265.                     .TextMatrix(Dqpdwgh, Sydz("002", GridStr(), Szzls)) = Trim(RecTemp.Fields("MName_Main") & "")             '显示存货名称
  1266.                     .TextMatrix(Dqpdwgh, Sydz("003", GridStr(), Szzls)) = Trim(RecTemp.Fields("Model_Main") & "")             '显示存货规格型号
  1267.                     .TextMatrix(Dqpdwgh, Sydz("004", GridStr(), Szzls)) = RecTemp.Fields("PrimaryUnitName_main")              '单位
  1268.                     
  1269.                 Else
  1270.                     '3.清空相关字段
  1271.                     .TextMatrix(Dqpdwgh, Sydz("002", GridStr(), Szzls)) = ""                                             '存货名称
  1272.                     .TextMatrix(Dqpdwgh, Sydz("003", GridStr(), Szzls)) = ""                                             '存货规格型号
  1273.                     .TextMatrix(Dqpdwgh, Sydz("004", GridStr(), Szzls)) = ""
  1274.                 End If
  1275.             Case "005"          '定额数量
  1276.                 '1.放置字段有效性判断
  1277.                 If Str_JudgeText <> "" Then
  1278.                     If Not IsNumeric(Str_JudgeText) Then
  1279.                         Tsxx = "非法数字录入!"
  1280.                         GoTo Lrcwcl
  1281.                     ElseIf Val(Str_JudgeText) <= 0 Then
  1282.                         Tsxx = "数量不能小于等于零!"
  1283.                         GoTo Lrcwcl
  1284.                         
  1285.                     End If
  1286.                 End If
  1287.                 '2.放置字段事后处理程序
  1288.                 '2.放置字段事后处理程序
  1289.  
  1290.                 '<<以上为自定义部分]
  1291.         End Select
  1292.         
  1293.         '字段录入正确后为零字段清空(Fixed)
  1294.         Call Qkwlzd(Dqpdwgh, Dqpdwgl)
  1295.      
  1296.         '字段录入正确后进行数据合计(Fixed)
  1297.         For Coljsq = Qslz To .Cols - 1
  1298.             Call Sjhj(Coljsq)
  1299.         Next Coljsq
  1300.      
  1301.         '字段有效性判断通过,将字段有效性判断加锁直至再次改变(Fixed)
  1302.         sjzdyxxpd = True
  1303.         Yxxpdlock = True
  1304.         Exit Function
  1305.     End With
  1306.   
  1307. Lrcwcl:    '录入错误处理
  1308.     With WglrGrid
  1309.   
  1310.         '给出错误提示信息
  1311.         Call Xtxxts(Tsxx, 0, 1)
  1312.           
  1313.         '返回网格错误位置(ChangeLock避免再次引发RowColChange有效性判断),装入录入载体
  1314.         Changelock = True
  1315.         .Select Dqpdwgh, Dqpdwgl
  1316.         Changelock = False
  1317.         Call xswbk
  1318.           
  1319.         '函数返回False
  1320.         sjzdyxxpd = False
  1321.         Exit Function
  1322.     End With
  1323. End Function
  1324. Private Sub Sub_JoinCount(Lng_CountRow As Long, Lng_CountCol As Long)       '当网格列值发生改变时,处理网格列之间的关联计算(可选)
  1325.   
  1326.   '过程参数:Lng_CountRow,Lng_CountCol 网格改变内容所处行列值
  1327.    
  1328.     With WglrGrid
  1329.         Select Case GridStr(Lng_CountCol, 1)         '判断网格列对应逻辑编号
  1330.                
  1331.             '[>>以下为自定义部分
  1332.             '<<以上为自定义部分]
  1333.         End Select
  1334.     End With
  1335. End Sub
  1336. Private Function Sjhzyxxpd(ByVal Yxxpdh As Long) As Boolean                     '录入数据行有效性判断,同时进行行处理
  1337.  
  1338.     '函数参数:Yxxpdh 要进行有效性判断的网格数据行的行值
  1339.     Dim Lrywlz As Long                            '录入有误网格列值
  1340.     Dim RecTemp As New ADODB.Recordset            '临时使用动态集
  1341.     
  1342.     With WglrGrid
  1343.         '判断行为空(行中所有可编辑列数据均为空或为零)和无效数据行则清除当前行
  1344.         If .Rows <= .FixedRows Then Exit Function   ' 如果没有记录,则退出
  1345.         If .TextMatrix(Yxxpdh, 0) <> "*" Then
  1346.             Sjhzyxxpd = True
  1347.             Exit Function
  1348.         Else
  1349.             If pdhwk(Yxxpdh) And Yxxpdh + 1 <= .Rows - 1 Then
  1350.                 '当要判断行处于网格末行时才允许删行,否则要进行有效性判断
  1351.                 If .TextMatrix(Yxxpdh + 1, 0) <> "*" Then
  1352.                     Changelock = True
  1353.                     .RemoveItem Yxxpdh
  1354.                     If .Rows < Pmbcsjhs + .FixedRows + Fzxwghs + 1 Then
  1355.                         .AddItem ""
  1356.                         .RowHeight(.Rows - 1) = Sjhgd
  1357.                     End If
  1358.                     Changelock = False
  1359.                     Sjhzyxxpd = True
  1360.                     Exit Function
  1361.                 End If
  1362.             End If
  1363.         End If
  1364.   
  1365.         '行没有发生变化则不进行有效性判断
  1366.         If Hyxxpdlock Then
  1367.             Sjhzyxxpd = True
  1368.             Exit Function
  1369.         End If
  1370.   
  1371.         '[>>以下为自定义部分
  1372.     
  1373.         '1.放置行有效性判断程序
  1374.            
  1375.         '1.1首先进行单个不能为空或不能为零判断(Fixed)
  1376.         For jsqte = Qslz To .Cols - 1
  1377.             
  1378.             '字段不能为空
  1379.             If GridInt(jsqte, 5) = 1 Then
  1380.                 If Len(Trim(.TextMatrix(Yxxpdh, jsqte))) = 0 Then
  1381.                     Tsxx = GridStr(jsqte, 2)
  1382.                     Lrywlz = jsqte
  1383.                     GoTo Lrcwcl
  1384.                     Exit For
  1385.                 End If
  1386.             End If
  1387.             
  1388.             '字段不能为零
  1389.             If GridInt(jsqte, 5) = 2 Then
  1390.                 If Val(Trim(.TextMatrix(Yxxpdh, jsqte))) = 0 Then
  1391.                     Tsxx = GridStr(jsqte, 2)
  1392.                     Lrywlz = jsqte
  1393.                     GoTo Lrcwcl
  1394.                     Exit For
  1395.                 End If
  1396.             End If
  1397.         Next jsqte
  1398.         
  1399.         '1.2进行其他有效性判断,编写格式同1.1
  1400.             
  1401.         '2.放置行处理程序(当数据行通过有效性判断)
  1402.         '以上为自定义部分<<]
  1403.     End With    'WglrGrid
  1404.     '如果此行通过行有效性判断则加锁,直至此行数据再次发生变化
  1405.     Sjhzyxxpd = True
  1406.     Hyxxpdlock = True
  1407.     Exit Function
  1408. Lrcwcl:      '录入错误处理
  1409.     With WglrGrid
  1410.   
  1411.         '给出错误提示信息
  1412.         Call Xtxxts(Tsxx, 0, 1)
  1413.       
  1414.         '返回网格错误位置 (ChangeLock避免再次引发RowColChange有效性判断), 装入录入载体
  1415.         Changelock = True
  1416.         .Select Yxxpdh, Lrywlz
  1417.         Changelock = False
  1418.         Call xswbk
  1419.     
  1420.         '函数返回False
  1421.         Sjhzyxxpd = False
  1422.         Exit Function
  1423.     End With
  1424. End Function
  1425. Private Sub Sub_AddBill()                                                '新增一张单据
  1426.     
  1427.     Dim RecTemp As New ADODB.Recordset            '临时使用动态集
  1428.     Dim jsqte As Long                             '临时计数器
  1429.    
  1430.     If Not Security_Log("MRP_ProductDataReport_Edit", Xtczybm, 1, True) Then
  1431.        Exit Sub
  1432.     End If
  1433.    
  1434.     On Error Resume Next
  1435.    
  1436.     '设置操作状态为新增(Fixed)
  1437.     Lab_OperStatus.Caption = "2"
  1438.        
  1439.     '设置工具条状态(Fixed)
  1440.     Call Sub_OperStatus("20")
  1441.    
  1442.     '清空VouchID(Fixed)
  1443.     Lab_BillId.Caption = ""
  1444.       
  1445.     '录入文本框清除内容
  1446.     For jsqte = Max_Text_Index To 0 Step -1
  1447.         LrText(jsqte).Tag = ""
  1448.         LrText(jsqte).Text = ""
  1449.     Next jsqte
  1450.    
  1451.     '[>>
  1452.     '设置可以修改的文本框
  1453.     For jsqte = 0 To Max_Text_Index
  1454.         LrText(jsqte).Enabled = True
  1455.         LrText(jsqte).Text = ""
  1456.         LrText(jsqte).Tag = ""
  1457.     Next jsqte
  1458.     
  1459.     LrText(3).Enabled = False
  1460.     LrText(4).Enabled = False
  1461.     
  1462.     '显示制单人,清空审核人,此处还可以设置录入默认值如自动生成单据号、默认单据录入日期注意加锁
  1463.     LrText(0).Text = Format(Xtrq, "yyyy-mm-dd")
  1464.     LrText(3).Text = Xtczy
  1465.     LrText(4).Text = Format(Xtrq, "yyyy-mm-dd")
  1466.        
  1467.     '读取最新的单据编码
  1468.        
  1469.     '设置订单日期默认为系统业务日期
  1470.     TextChangeLock = True
  1471.     LrText(5).Text = Xtrq
  1472.     TextChangeLock = False
  1473.     '<<]
  1474.    
  1475.     '重置网格(Fixed)
  1476.     With WglrGrid
  1477.         .Rows = Pmbcsjhs + .FixedRows + Fzxwghs + 1
  1478.         For jsqte = .FixedRows To .Rows - 1
  1479.             .RowHeight(jsqte) = Sjhgd
  1480.         Next jsqte
  1481.         WglrGrid.Clear 1
  1482.         Changelock = True
  1483.         .Select .FixedRows, Qslz
  1484.         Changelock = False
  1485.     End With
  1486.    
  1487.     '计算合计数据(清零)(Fixed)
  1488.     For jsqte = Qslz To WglrGrid.Cols - 1
  1489.         Call Sjhj(jsqte)
  1490.     Next jsqte
  1491.     
  1492.     '让第一个录入项得到焦点(Fixed)
  1493.     LrText(0).SetFocus
  1494.    
  1495. End Sub
  1496. Private Sub Sub_EditBill()                                                '修改一张单据
  1497.    
  1498.     Dim RecTemp As New ADODB.Recordset     '临时使用动态集
  1499.    
  1500.     If Not Security_Log("MRP_ProductDataReport_Edit", Xtczybm, 1, True) Then
  1501.        Exit Sub
  1502.     End If
  1503.    
  1504.     '非有效单据不予进行修改动作
  1505.     If Val(Lab_BillId.Caption) = 0 Then
  1506.         Exit Sub
  1507.     End If
  1508.    
  1509.     '判断当前单据是否允许修改
  1510.     If Not Fun_AllowEdit Then
  1511.         Exit Sub
  1512.     End If
  1513.    
  1514.     '设置操作状态为修改
  1515.     Lab_OperStatus.Caption = "3"
  1516.    
  1517.     '设置工具条状态
  1518.     Call Sub_OperStatus("30")
  1519.     
  1520.     '设置可以修改的文本框
  1521.     For jsqte = 0 To Max_Text_Index
  1522.         LrText(jsqte).Enabled = False
  1523.     Next jsqte
  1524.     LrText(2).Enabled = True
  1525.   
  1526.     
  1527.     '显示制单人
  1528.     LrText(3).Text = Xtczy
  1529.     '显示制单日期
  1530.     LrText(4).Text = Format(Xtrq, "yyyy-mm-dd")
  1531.    
  1532. End Sub
  1533. Private Sub Sub_DeleteBill()                                               '删除当前单据
  1534.     Dim YAnswer As Integer               '确认是否删除当前单据
  1535.     Dim jsqte As Long                    '临时使用计数器
  1536.    
  1537.     If Not Security_Log("MRP_ProductDataReport_Edit", Xtczybm, 1, True) Then
  1538.        Exit Sub
  1539.     End If
  1540.    
  1541.     '非有效单据不予进行删除动作
  1542.     If Val(Lab_BillId.Caption) = 0 Then
  1543.         Exit Sub
  1544.     End If
  1545.    
  1546.     Tsxx = "请确认是否删除当前单据?"
  1547.     YAnswer = Xtxxts(Tsxx, 2, 2)
  1548.    
  1549.     If YAnswer = 1 Then
  1550.    
  1551.         '判断当前单据是否允许删除
  1552.         If Not Fun_AllowEdit Then
  1553.             Exit Sub
  1554.         End If
  1555.       
  1556.         '进行事务处理
  1557.         On Error GoTo Swcwcl
  1558.         Cw_DataEnvi.DataConnect.BeginTrans
  1559.    
  1560.         '1.删除单据所有内容
  1561.         Sqlstr = "Delete MRP_ProductDailySub Where  ProDailyMainID='" & Trim(Lab_BillId.Caption) & "' "
  1562.         Cw_DataEnvi.DataConnect.Execute (Sqlstr)
  1563.         Sqlstr = "Delete MRP_ProductDailyMain  Where  ProDailyMainID='" & Trim(Lab_BillId.Caption) & "' "
  1564.         Cw_DataEnvi.DataConnect.Execute (Sqlstr)
  1565.        
  1566.         Cw_DataEnvi.DataConnect.CommitTrans
  1567.       
  1568.         '标识单据发生改动
  1569.         Bln_BillChange = True
  1570.   
  1571.         '单据ID置0
  1572.         Lab_BillId.Caption = 0
  1573.     Else
  1574.         Exit Sub
  1575.     End If
  1576.     
  1577.    '删除单据后重置状态
  1578.     
  1579.     '1.显示下一张单据
  1580.     Call Sub_Next
  1581.         
  1582.     '2.如果无下一张单据则搜索上一张单据
  1583.     If Val(Lab_BillId.Caption) = 0 Then
  1584.         Call Sub_Prev
  1585.     End If
  1586.         
  1587.     '3.如无单据则置单据为空状态
  1588.     If Val(Lab_BillId.Caption) = 0 Then
  1589.         '清除录入文本框
  1590.         For jsqte = Max_Text_Index To 0 Step -1
  1591.             LrText(jsqte).Tag = ""
  1592.             LrText(jsqte).Text = ""
  1593.         Next jsqte
  1594.     
  1595.         '重置网格(Fixed)
  1596.         With WglrGrid
  1597.             .Rows = Pmbcsjhs + .FixedRows + Fzxwghs + 1
  1598.             For jsqte = .FixedRows To .Rows - 1
  1599.                 .RowHeight(jsqte) = Sjhgd
  1600.             Next jsqte
  1601.             WglrGrid.Clear 1
  1602.             Changelock = True
  1603.             .Select .FixedRows, Qslz
  1604.             Changelock = False
  1605.         End With
  1606.     
  1607.         '计算合计数据(清零)(Fixed)
  1608.         For jsqte = Qslz To WglrGrid.Cols - 1
  1609.             Call Sjhj(jsqte)
  1610.         Next jsqte
  1611.     
  1612.         '设置操作状态为浏览
  1613.         Lab_OperStatus = "1"
  1614.         Call Sub_OperStatus("10")
  1615.     End If
  1616.     Rec_Query.Requery
  1617.     Rec_Query.Find "ProDailyMainID=" & Val(Lab_BillId.Caption)
  1618.     Exit Sub
  1619.    
  1620. Swcwcl:          '单据删除时出现错误
  1621.     Cw_DataEnvi.DataConnect.RollbackTrans
  1622.     Tsxx = "单据删除过程中出现未知错误,程序自动恢复保存前状态!"
  1623.     Call Xtxxts(Tsxx, 0, 1)
  1624.     Exit Sub
  1625. End Sub
  1626. Private Sub Sub_AbandonBill()                                              '放弃对当前单据的操作
  1627.  
  1628.     Dim jsqte As Long                    '临时使用计数器
  1629.   
  1630.     '先关闭录入载体(Fixed)
  1631.     Changelock = True
  1632.     Valilock = True
  1633.     Call Ycwbk
  1634.     Changelock = False
  1635.     Valilock = False
  1636.     '如果单据有效则重新显示当前单据,置单据为空状态
  1637.     If Not Rec_Query.EOF Then
  1638.         Ydcommand1.Visible = False
  1639.         Lab_BillId.Caption = Rec_Query.Fields("ProDailyMainID")
  1640.         Call Sub_ShowBill
  1641.     Else
  1642.         Ydcommand1.Visible = False
  1643.         '单据ID置为0
  1644.         Lab_BillId.Caption = 0
  1645.      
  1646.         '清除录入文本框
  1647.         For jsqte = Max_Text_Index To 0 Step -1
  1648.             LrText(jsqte).Tag = ""
  1649.             LrText(jsqte).Text = ""
  1650.         Next jsqte
  1651.         '重置网格(Fixed)
  1652.         With WglrGrid
  1653.             .Rows = Pmbcsjhs + .FixedRows + Fzxwghs + 1
  1654.             For jsqte = .FixedRows To .Rows - 1
  1655.                 .RowHeight(jsqte) = Sjhgd
  1656.             Next jsqte
  1657.             WglrGrid.Clear 1
  1658.             Changelock = True
  1659.             .Select .FixedRows, Qslz
  1660.             Changelock = False
  1661.         End With
  1662.         '计算合计数据(清零)(Fixed)
  1663.         For jsqte = Qslz To WglrGrid.Cols - 1
  1664.             Call Sjhj(jsqte)
  1665.         Next jsqte
  1666.     End If
  1667.     
  1668.     '设置操作状态为浏览
  1669.     Lab_OperStatus = "1"
  1670.     Call Sub_OperStatus("10")
  1671. End Sub
  1672. Private Function Sub_SaveBill() As Boolean                                   '保 存 单 据
  1673.   
  1674.     Dim RecTemp As New ADODB.Recordset                    '临时使用动态集
  1675.     Dim Rec_VouchMain As New ADODB.Recordset              '单据主表动态集
  1676.     Dim Rec_VouchSub As New ADODB.Recordset               '单据子表动态集
  1677.     Dim Rowjsq As Long                                    '网格行计数器
  1678.     Dim Coljsq As Long                                    '网格列计数器
  1679.     Dim jsqte As Integer                                  '临时计数器
  1680.     Dim Lng_RowCount As Long                              '有效数据行计数器
  1681.     Dim Lrywlz As Long                                    '录入有误列值
  1682.     Dim sTemp As String
  1683.     
  1684.     Sub_SaveBill = False
  1685.   
  1686.     '一.============先对单据内容进行有效性判断==============='
  1687.     
  1688.     
  1689.     '先进行字段不能为空或不能为零有效性判断(Fixed)
  1690.     For jsqte = 0 To Max_Text_Index
  1691.         If Textint(jsqte, 8) = 1 Then     '字段不能为空
  1692.             If Len(Trim(LrText(jsqte).Text)) = 0 Then
  1693.                 Tsxx = Textstr(jsqte, 7) & "不能为空!"
  1694.                 Call Xtxxts(Tsxx, 0, 1)
  1695.                 LrText(jsqte).SetFocus
  1696.                 Exit Function
  1697.             End If
  1698.         Else
  1699.             If Textint(jsqte, 8) = 2 Then   '字段不能为零
  1700.                 If Val(Trim(LrText(jsqte).Text)) = 0 Then
  1701.                     Tsxx = Textstr(jsqte, 7) & "不能为零!"
  1702.                     Call Xtxxts(Tsxx, 0, 1)
  1703.                     LrText(jsqte).SetFocus
  1704.                     Exit Function
  1705.                 End If
  1706.             End If
  1707.         End If
  1708.     Next jsqte
  1709.     '对需要进行事后判断的文本框录入内容进行有效性判断 (Fixed)
  1710.     For jsqte = 0 To Max_Text_Index
  1711.         If Textint(jsqte, 9) = 0 Or Textint(jsqte, 9) = 2 Then
  1712.             If Not TextYxxpd(jsqte) Then
  1713.                 Call TextShow(jsqte)
  1714.                 Exit Function
  1715.             End If
  1716.         End If
  1717.     Next jsqte    '[>>
  1718.     '可在此区域写入其他对单据表头内容的有效性判断.
  1719.     
  1720.     
  1721.     '判断 生产日期+部门编码  是否唯一
  1722.     If Trim(Lab_OperStatus) = "2" Then
  1723.         If CDate(LrText(0)) > CDate(Xtrq) Then
  1724.             Tsxx = "生产日期不能大于当前系统日期!"
  1725.             Call Xtxxts(Tsxx, 0, 1)
  1726.             Sub_SaveBill = False
  1727.             LrText(0).SetFocus
  1728.             Exit Function
  1729.         End If
  1730.     
  1731.         Sqlstr = "Select * From MRP_ProductdailyMain Where ProDate='" & Trim(LrText(0).Text) & "' And DeptCode='" & Trim(LrText(1).Tag) & "' and BillCode=0"
  1732.         Set RecTemp = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  1733.         If Not RecTemp.EOF Then
  1734.             Tsxx = LrText(0) + "日" + Trim(LrText(1) & "") + "的产品产量日报已经存在!"
  1735.             Call Xtxxts(Tsxx, 0, 1)
  1736.             Sub_SaveBill = False
  1737.             Exit Function
  1738.         End If
  1739.     End If
  1740.  
  1741.     '<<]
  1742.   
  1743.     '[>>下面将对所有有效数据行进行有效性判断
  1744.   
  1745.     Lng_RowCount = 0
  1746.   
  1747.     With WglrGrid
  1748.         For Rowjsq = .FixedRows To .Rows - 1
  1749.             '带*号者为有效数据行(Fixed)
  1750.             If .TextMatrix(Rowjsq, 0) <> "*" Then
  1751.                 Exit For
  1752.             Else
  1753.                 Lng_RowCount = Lng_RowCount + 1
  1754.             End If
  1755.             '1.首先进行为空或为零判断(Fixed)
  1756.             For jsqte = Qslz To .Cols - 1
  1757.                 '字段不能为空
  1758.                 If GridInt(jsqte, 5) = 1 Then
  1759.                     If Len(Trim(.TextMatrix(Rowjsq, jsqte))) = 0 Then
  1760.                         Tsxx = GridStr(jsqte, 2)
  1761.                         Lrywlz = jsqte
  1762.                         GoTo Lrcwcl
  1763.                         Exit For
  1764.                     End If
  1765.                 End If
  1766.                 
  1767.                 '字段不能为零
  1768.                 If GridInt(jsqte, 5) = 2 Then
  1769.                     If Val(Trim(.TextMatrix(Rowjsq, jsqte))) = 0 Then
  1770.                         Tsxx = GridStr(jsqte, 2)
  1771.                         Lrywlz = jsqte
  1772.                         GoTo Lrcwcl
  1773.                         Exit For
  1774.                     End If
  1775.                 End If
  1776.             Next jsqte
  1777.  
  1778.         Next Rowjsq
  1779.      
  1780.         '单据分录行数不能为零(Fixed)
  1781.         If Lng_RowCount = 0 Then
  1782.             Tsxx = "单据分录行数不能为零!"
  1783.             Call Xtxxts(Tsxx, 0, 1)
  1784.             Exit Function
  1785.         End If
  1786.         
  1787.         '[>>
  1788.         '此处可以定义整张单据不能通过有效性检查的理由
  1789.         '<<]
  1790.     End With  '网格
  1791.    
  1792.    
  1793.     '二.=============如果以上有效性检查均顺利通过,则执行存盘动作============'
  1794.    
  1795.     '对存盘进行事务处理(Fixed)
  1796.     On Error GoTo Swcwcl
  1797.     Cw_DataEnvi.DataConnect.BeginTrans
  1798.     
  1799.     '判断单据状态以进行不同处理
  1800.     
  1801.     '1.先对单据主表进行处理
  1802.     If Trim(Lab_OperStatus) = "2" Then
  1803.     
  1804.         '新增单据
  1805.         
  1806.         '1.对于某些单据号自动生成的单据则可在此处自动生成
  1807.     
  1808.         '2.开始存盘
  1809.          
  1810.         '打开单据主表动态集
  1811.         If Rec_VouchMain.State = 1 Then Rec_VouchMain.Close
  1812.         Sqlstr = "Select * From MRP_ProductDailyMain Where 1=2 "
  1813.         Rec_VouchMain.Open Sqlstr, Cw_DataEnvi.DataConnect, adOpenDynamic, adLockOptimistic
  1814.              
  1815.         With Rec_VouchMain
  1816.             .AddNew
  1817.             .Fields("ProDailyMainID") = CreatBillID(BillCode)                                        '单据ID
  1818.             .Fields("ProDate") = Format(Trim(LrText(0).Text), "yyyy-mm-dd")                          '生产日期
  1819.             .Fields("DeptCode") = (LrText(1).Tag)                                                    '部门编码
  1820.             .Fields("Remark") = Trim(LrText(2).Text)                                                 '备注
  1821.             .Fields("Maker") = Xtczy                                                                 '制单人
  1822.             .Fields("MakeDate") = Format(Xtrq, "yyyy-mm-dd")                                         '制单日期                                                               '
  1823.             .Fields("BillCode") = 0
  1824.             .Update
  1825.             '系统读出单据ID写入Lab_BillID
  1826.             Lab_BillId.Caption = .Fields("ProDailyMainID")
  1827.         End With
  1828.     Else
  1829.         '修改单据
  1830.        
  1831.         '1.删除原单据子表中所有内容
  1832.         Sqlstr = "Delete MRP_ProductDailySub Where ProDailyMainID ='" & Val(Lab_BillId.Caption) & "'"
  1833.         Cw_DataEnvi.DataConnect.Execute (Sqlstr)
  1834.         
  1835.         '打开单据主表动态集
  1836.         If Rec_VouchMain.State = 1 Then Rec_VouchMain.Close
  1837.         Sqlstr = "Select * From MRP_ProductDailyMain Where ProDailyMainID ='" & Val(Lab_BillId.Caption) & "'"
  1838.         Rec_VouchMain.Open Sqlstr, Cw_DataEnvi.DataConnect, adOpenDynamic, adLockOptimistic
  1839.         With Rec_VouchMain
  1840.             .Fields("Remark") = Trim(LrText(2).Text)                                                     '备注
  1841.             .Fields("Maker") = Xtczy                                                                     '制单人
  1842.             .Fields("MakeDate") = Format(Xtrq, "yyyy-mm-dd")                                             '系统日期
  1843.             .Update
  1844.         End With
  1845.     End If
  1846.          
  1847.     '2.对单据子表进行处理
  1848.          
  1849.     '打开单据子表动态集
  1850.     If Rec_VouchSub.State = 1 Then Rec_VouchSub.Close
  1851.     Sqlstr = "Select * From MRP_ProductDailySub Where 1=2"
  1852.     Rec_VouchSub.Open Sqlstr, Cw_DataEnvi.DataConnect, adOpenDynamic, adLockOptimistic
  1853.      
  1854.     '将网格中有效数据行写入单据子表
  1855.     For Rowjsq = WglrGrid.FixedRows To WglrGrid.Rows - 1
  1856.         If WglrGrid.TextMatrix(Rowjsq, 0) <> "*" Then
  1857.             Exit For
  1858.         End If
  1859.         
  1860.         With Rec_VouchSub
  1861.             .AddNew
  1862.             .Fields("ProDailySubID") = Rowjsq - WglrGrid.FixedRows + 1                                                   '单据记录顺序号
  1863.             .Fields("ProDailyMainID") = Val(Lab_BillId.Caption)                                                          '单据ID
  1864.             .Fields("MNumber") = Trim(WglrGrid.TextMatrix(Rowjsq, Sydz("001", GridStr(), Szzls)))                        '物料编码
  1865.             .Fields("DayNumber") = Val(WglrGrid.TextMatrix(Rowjsq, Sydz("005", GridStr(), Szzls)))                       '数量
  1866.             .Update
  1867.         End With
  1868.     Next Rowjsq
  1869.     Cw_DataEnvi.DataConnect.CommitTrans
  1870.     
  1871.     Sub_SaveBill = True
  1872.     Tsxx = "单据存盘完毕! "
  1873.     Call Xtxxts(Tsxx, 0, 4)
  1874.     
  1875.     '标识单据发生改动
  1876.     Bln_BillChange = True
  1877.     
  1878.     '设置单据改变后的状态
  1879.     Lab_OperStatus = "1"
  1880.     Call Sub_OperStatus("10")
  1881.     Rec_Query.Requery
  1882.     Rec_Query.Find "ProDailyMainID=" & Val(Lab_BillId.Caption)
  1883.     
  1884.     Exit Function
  1885. Swcwcl:       '数据存盘时出现错误
  1886.     Cw_DataEnvi.DataConnect.RollbackTrans
  1887.     With WglrGrid
  1888.         If Err.Number = -2147217887 Then
  1889.             Tsxx = "单据中第  " & Trim(Str(Rowjsq - .FixedRows + 1)) & " 条分录录入数据超出允许范围!"
  1890.             Call Xtxxts(Tsxx, 0, 1)
  1891.             Changelock = True
  1892.             .Select Rowjsq, Qslz
  1893.             WglrGrid.SetFocus
  1894.             Changelock = False
  1895.             Exit Function
  1896.         Else
  1897.             Tsxx = "存盘过程中出现未知错误,程序自动恢复保存前状态!"
  1898.             Call Xtxxts(Tsxx, 0, 1)
  1899.             Exit Function
  1900.         End If
  1901.     End With
  1902. Lrcwcl:        '录入错误处理(存盘前逐行有效性判断)
  1903.     With WglrGrid
  1904.         Call Xtxxts("(第 " & Trim(Str(Rowjsq - .FixedRows + 1)) & " 条单据分录)-" & Tsxx, 0, 1)
  1905.         Changelock = True
  1906.         .Select Rowjsq, Lrywlz
  1907.         WglrGrid.SetFocus
  1908.         Changelock = False
  1909.         Exit Function
  1910.     End With
  1911. End Function
  1912. Private Sub Sub_First()             '首 张
  1913.     
  1914.     With Rec_Query
  1915.         If .RecordCount = 0 Then
  1916.             Exit Sub
  1917.         End If
  1918.         .MoveFirst
  1919.         Lab_BillId.Caption = .Fields("ProDailyMainID")
  1920.         Call Sub_ShowBill
  1921.     End With
  1922. End Sub
  1923. Private Sub Sub_Prev()             '上 张
  1924.     
  1925.     With Rec_Query
  1926.         If .RecordCount = 0 Then
  1927.             Exit Sub
  1928.         End If
  1929.         If Not .BOF Then
  1930.             .MovePrevious
  1931.         End If
  1932.         If Not .BOF Then
  1933.             Lab_BillId.Caption = .Fields("ProDailyMainID")
  1934.         Else
  1935.             .MoveNext
  1936.         End If
  1937.         Call Sub_ShowBill
  1938.     End With
  1939. End Sub
  1940. Private Sub Sub_Next()             '下 张
  1941.     With Rec_Query
  1942.         If .RecordCount = 0 Then
  1943.             Exit Sub
  1944.         End If
  1945.         If Not .EOF Then
  1946.             .MoveNext
  1947.         End If
  1948.         If Not .EOF Then
  1949.             Lab_BillId.Caption = .Fields("ProDailyMainID")
  1950.         Else
  1951.             .MovePrevious
  1952.         End If
  1953.         Call Sub_ShowBill
  1954.     End With
  1955. End Sub
  1956. Private Sub Sub_Last()              '末 张
  1957.     
  1958.     With Rec_Query
  1959.         If .RecordCount = 0 Then
  1960.             Exit Sub
  1961.         End If
  1962.         .MoveLast
  1963.         Lab_BillId.Caption = .Fields("ProDailyMainID")
  1964.         Call Sub_ShowBill
  1965.     End With
  1966. End Sub
  1967.     
  1968. '[>>===================以下为根据实际业务需要自定义过程区域=============================<<]
  1969. '审核,弃审
  1970. Private Sub Sub_Checkbill()             '审 核
  1971.     
  1972.     '[>>
  1973.     '此处可以写入禁止单据审核的理由
  1974.     '<<]
  1975.     
  1976.     '将单据写入审核标识
  1977. End Sub
  1978. Private Sub Sub_AbandonCheck()          '弃 审
  1979.     
  1980.     '[>>
  1981.     '此处可以写入禁止单据弃审的理由
  1982.     '<<]
  1983.    
  1984.     '将单据清除审核标识
  1985.   
  1986. End Sub
  1987. Private Function Fun_AllowEdit() As Boolean                      '判断当前单据是否允许编辑或删除
  1988.   
  1989.  
  1990.     Fun_AllowEdit = True
  1991. End Function
  1992. '[>>===================以上为根据实际业务需要自定义过程区域=============================<<]
  1993. '===================以 下 程 序 为 通 用 部 分 ,一 般 不 需 更 改(程序动作部分)======================='
  1994. Private Sub Sub_AdjustGrid()
  1995.   
  1996.     '调 整 网 格
  1997.     With WglrGrid
  1998.         '加 1 保持一行录入行
  1999.         If .Rows < Pmbcsjhs + .FixedRows + Fzxwghs + 1 Then
  2000.             .Rows = Pmbcsjhs + .FixedRows + Fzxwghs + 1
  2001.             For jsqte = .FixedRows To .Rows - 1
  2002.                 .RowHeight(jsqte) = Sjhgd
  2003.             Next jsqte
  2004.         Else
  2005.             '判断是否有辅助行和录入行,如没有则加行
  2006.             Do While .TextMatrix(.Rows - 1 - Fzxwghs, 0) = "*"
  2007.                 .AddItem ""
  2008.                 .RowHeight(.Rows - 1) = Sjhgd
  2009.             Loop
  2010.         End If
  2011.     End With
  2012. End Sub
  2013. Private Sub Lrzdbz()                                                      '录入字段帮助
  2014.     
  2015.     If Not Ydcommand.Visible Then
  2016.         Exit Sub
  2017.     End If
  2018.    
  2019.     With WglrGrid
  2020.         Valilock = True
  2021.     
  2022.         '处理通用部分
  2023.         Changelock = True        '调入另外窗体必须加锁
  2024.         Call Drbmhelp(GridInt(.Col, 6), GridStr(.Col, 3), Trim(Ydtext.Text))
  2025.         Changelock = False
  2026.         
  2027.         If Len(Xtfhcs) <> 0 Then
  2028.             If GridInt(.Col, 7) = 0 Then
  2029.                 Ydtext.Text = Xtfhcs
  2030.             Else
  2031.                 Ydtext.Text = Xtfhcsfz
  2032.             End If
  2033.         End If
  2034.         
  2035.         Valilock = False
  2036.         If Ydtext.Visible Then
  2037.             Ydtext.SetFocus
  2038.         End If
  2039.     End With
  2040. End Sub
  2041. Private Sub Cshhjwg()                                                     '初始化合计网格(*对合计网格来说,录入网格为容器)
  2042.     
  2043.     With HjGrid
  2044.     
  2045.        '是否显示合计网格
  2046.        If Not Sfxshjwg Then
  2047.            .Visible = False
  2048.            Exit Sub
  2049.        Else
  2050.            .Visible = True
  2051.        End If
  2052.       
  2053.        '设置网格相关属性
  2054.        .Enabled = False
  2055.        .Appearance = flexFlat
  2056.        .BorderStyle = flexBorderNone
  2057.        .ScrollBars = flexScrollBarNone
  2058.        .Width = WglrGrid.Width
  2059.        .FixedRows = 0
  2060.        .Rows = 1
  2061.        .Cols = WglrGrid.Cols
  2062.        .LeftCol = WglrGrid.LeftCol
  2063.        .TextMatrix(0, Qslz) = "合  计"
  2064.        For jsqte = 0 To WglrGrid.Cols - 1
  2065.            .ColHidden(jsqte) = WglrGrid.ColHidden(jsqte)
  2066.            .ColWidth(jsqte) = WglrGrid.ColWidth(jsqte)
  2067.            .ColAlignment(jsqte) = WglrGrid.ColAlignment(jsqte)
  2068.            .ColFormat(jsqte) = WglrGrid.ColFormat(jsqte)
  2069.        Next jsqte
  2070.        .ColAlignment(Qslz) = flexAlignCenterTop
  2071.        For jsqte = .FixedRows To .Rows - 1
  2072.            .RowHeight(jsqte) = .Height / .Rows
  2073.        Next jsqte
  2074.        
  2075.       '程序自动调整网格高度(自动设置为网格剩余高度+辅助项网格行数(默认为1)*数据行高度)、并设置其位置信息
  2076.        .Height = Fzxwghs * Sjhgd + ((WglrGrid.Height - WglrGrid.FixedRows * WglrGrid.RowHeight(0)) Mod Sjhgd)
  2077.        .RowHeight(0) = .Height
  2078.        .Move 0, WglrGrid.Height - .Height, WglrGrid.Width, .Height
  2079.     End With
  2080. End Sub
  2081. Private Sub Form_Resize()                                                '窗体大小发生变化时,重新显示文本框
  2082.    Call Cxxswbk
  2083. End Sub
  2084. Private Function Fun_Drfrmyxxpd() As Boolean                             '调入其它窗体或功能产生的有效性判断(包括数据回写)
  2085.     Fun_Drfrmyxxpd = True
  2086.     With WglrGrid
  2087.    
  2088.         '如果当前网格处于编辑状态,则先进行数据回写再进行有效性判断
  2089.         If Ydtext.Visible Or YdCombo.Visible Then
  2090.             Call Lrsjhx
  2091.             If Not sjzdyxxpd(Dqlrwgh, Dqlrwgl) Then
  2092.                 Fun_Drfrmyxxpd = False
  2093.                 Exit Function
  2094.             End If
  2095.         End If
  2096.    
  2097.         '进行行有效性判断
  2098.         If Not Sjhzyxxpd(.Row) Then
  2099.             Fun_Drfrmyxxpd = False
  2100.             Exit Function
  2101.         End If
  2102.     End With
  2103. End Function
  2104. Private Sub WglrGrid_AfterUserResize(ByVal Row As Long, ByVal Col As Long)       '调整列宽
  2105.     
  2106.     If HjGrid.Visible Then
  2107.         With HjGrid
  2108.             .ColWidth(Col) = WglrGrid.ColWidth(Col)
  2109.         End With
  2110.     End If
  2111. End Sub
  2112. Private Sub WglrGrid_EnterCell()                                                 '显示当前数据行相关信息
  2113.     
  2114.     With WglrGrid
  2115.         If .Row >= .FixedRows Then
  2116.             '[>>
  2117.             '此处可以填写显示与此网格行相关信息
  2118.             '<<]
  2119.         End If
  2120.     End With
  2121. End Sub
  2122. Private Sub WglrGrid_GotFocus()                                     '网格得到焦点
  2123.     '网格得到焦点,如果当前选择行为非数据行
  2124.     '则调整当前焦点至有效数据行
  2125.     With WglrGrid
  2126.         If .Row < .FixedRows And .Rows > .FixedRows Then
  2127.             Changelock = True
  2128.             .Select .FixedRows, .Col
  2129.             Changelock = False
  2130.         End If
  2131.         If .Col < Qslz Then
  2132.             Changelock = True
  2133.             .Select .Row, Qslz
  2134.             Changelock = False
  2135.         End If
  2136.     End With
  2137. End Sub
  2138. Private Sub WglrGrid_LostFocus()                                    '录入网格失去焦点
  2139.     '用以屏蔽调用其它窗体时发生网格失去焦点事件
  2140.     If Changelock Then
  2141.         Exit Sub
  2142.     End If
  2143.     '引发网格RowcolChange事件
  2144.     With WglrGrid
  2145.         If Not (Ydtext.Visible Or YdCombo.Visible) Then
  2146.             .Select 0, 0
  2147.         End If
  2148.     End With
  2149. End Sub
  2150. Private Sub WglrGrid_AfterScroll(ByVal OldTopRow As Long, ByVal OldLeftCol As Long, ByVal NewTopRow As Long, ByVal NewLeftCol As Long)                                       '限制用户在录入过程中滚动鼠标
  2151.     If Gdtlock Then
  2152.         Exit Sub
  2153.     End If
  2154.  
  2155.     With WglrGrid
  2156.         If Ydtext.Visible Or YdCombo.Visible Then
  2157.             Gdtlock = True
  2158.             .TopRow = Dqtoprow
  2159.             .LeftCol = Dqleftcol
  2160.             Gdtlock = False
  2161.             Exit Sub
  2162.         End If
  2163.         HjGrid.LeftCol = .LeftCol
  2164.     End With
  2165. End Sub
  2166. Private Sub WglrGrid_LeaveCell()                                    '离开单元格
  2167.     
  2168.     If Changelock Then
  2169.         Exit Sub
  2170.     End If
  2171.     '记录刚刚离开网格单元的行列值
  2172.     Dqlkwgh = WglrGrid.Row
  2173.     Dqlkwgl = WglrGrid.Col
  2174.     '判断是否需要录入数据回写
  2175.     If Not (Ydtext.Visible Or YdCombo.Visible) Then
  2176.         Exit Sub
  2177.     End If
  2178.     Call Lrsjhx
  2179. End Sub
  2180. Private Sub WglrGrid_RowColChange()                                '网格录入行列发生变化时,进行有效性判断
  2181.     Valilock = True       '屏蔽文本框失去焦点进行有效性判断
  2182.     With WglrGrid
  2183.         If Changelock Then
  2184.             Exit Sub
  2185.         End If
  2186.         If Not sjzdyxxpd(Dqlrwgh, Dqlrwgl) Then
  2187.             Exit Sub
  2188.         End If
  2189.         If .Row <> Dqlkwgh Then
  2190.             If Not Sjhzyxxpd(Dqlkwgh) Then
  2191.                 Exit Sub
  2192.             End If
  2193.         End If
  2194.     End With
  2195.    
  2196.     Call fhyxh
  2197.     Call Xldql
  2198.    
  2199. End Sub
  2200. Private Sub WglrGrid_DblClick()          '鼠标双击网格显示文本框
  2201.   
  2202.     With WglrGrid
  2203.         Call xswbk
  2204.     End With
  2205. End Sub
  2206. Private Sub Ycwbk()                      '隐藏文本框,帮助按钮,列表组合框
  2207.     
  2208.     Valilock = True
  2209.     Ydtext.Visible = False
  2210.     YdCombo.Visible = False
  2211.     Ydcommand.Visible = False
  2212. End Sub
  2213. Private Sub YdCombo_KeyDown(KeyCode As Integer, Shift As Integer)        '列表框移动
  2214.     With WglrGrid
  2215.         Select Case KeyCode
  2216.             Case vbKeyEscape                'ESC 键放弃录入
  2217.                 Valilock = True
  2218.                 .SetFocus
  2219.                 Call Ycwbk
  2220.                 Valilock = False
  2221.             Case vbKeyReturn                '回 车 键 =13
  2222.                 KeyCode = 0
  2223.                 .SetFocus
  2224.                 Call Lrsjhx
  2225.                 Rowjsq = .Row
  2226.                 Coljsq = .Col + 1
  2227.                 If Coljsq > .Cols - 1 Then
  2228.                     If Rowjsq < .Rows - 1 Then
  2229.                         Rowjsq = Rowjsq + 1
  2230.                     End If
  2231.                     Coljsq = Qslz
  2232.                 End If
  2233.                 Do While Rowjsq <= .Rows - 1
  2234.                     If .ColHidden(Coljsq) Or (Not GridBoolean(Coljsq, 1)) Then
  2235.                         Coljsq = Coljsq + 1
  2236.                         If Coljsq > .Cols - 1 Then
  2237.                             Rowjsq = Rowjsq + 1
  2238.                             Coljsq = Qslz
  2239.                         End If
  2240.                     Else
  2241.                         Exit Do
  2242.                     End If
  2243.                 Loop
  2244.                 .Select Rowjsq, Coljsq
  2245.             Case vbKeyLeft                  '左 箭 头 =37
  2246.                 If .Col - 1 = Qslz Then
  2247.                     If .ColHidden(Qslz) Or (Not GridBoolean(Qslz, 1)) Then
  2248.                         GoTo jzzx
  2249.                     End If
  2250.                 End If
  2251.                 If .Col > Qslz Then
  2252.                     KeyCode = 0
  2253.                     .SetFocus
  2254.                     Call Lrsjhx
  2255.                     Coljsq = .Col - 1
  2256.                     Do While Coljsq > Qslz
  2257.                         If Coljsq - 1 = Qslz Then
  2258.                             If .ColHidden(Qslz) Or (Not GridBoolean(Qslz, 1)) Then
  2259.                                 GoTo jzzx
  2260.                             End If
  2261.                         End If
  2262.                         If .ColHidden(Coljsq) Or (Not GridBoolean(Coljsq, 1)) Then
  2263.                             Coljsq = Coljsq - 1
  2264.                         Else
  2265.                             Exit Do
  2266.                         End If
  2267.                     Loop
  2268.                     .Select .Row, Coljsq
  2269.                 End If
  2270.             Case vbKeyRight                 '右 箭 头 =39
  2271.                 KeyCode = 0
  2272.                 .SetFocus
  2273.                 Call Lrsjhx
  2274.                 Rowjsq = .Row
  2275.                 Coljsq = .Col + 1
  2276.                 If Coljsq > .Cols - 1 Then
  2277.                     If Rowjsq < .Rows - 1 Then
  2278.                         Rowjsq = Rowjsq + 1
  2279.                     End If
  2280.                     Coljsq = Qslz
  2281.                 End If
  2282.                 Do While Rowjsq <= .Rows - 1
  2283.                     If .ColHidden(Coljsq) Or (Not GridBoolean(Coljsq, 1)) Then
  2284.                         Coljsq = Coljsq + 1
  2285.                         If Coljsq > .Cols - 1 Then
  2286.                             Rowjsq = Rowjsq + 1
  2287.                             Coljsq = Qslz
  2288.                         End If
  2289.                     Else
  2290.                         Exit Do
  2291.                     End If
  2292.                 Loop
  2293.                 .Select Rowjsq, Coljsq
  2294.         Case Else
  2295.    End Select
  2296.    
  2297. jzzx:
  2298.    
  2299.     End With
  2300. End Sub
  2301. Private Sub YdCombo_LostFocus()
  2302.   
  2303.     With WglrGrid                                    '因为选中网格会先发生Rowcolchange事件置Valiock
  2304.         If Not Valilock Then                           '为TRUE
  2305.             Call Lrsjhx
  2306.             If Not Sjhzyxxpd(Dqlrwgh) Then
  2307.                 Exit Sub
  2308.             End If
  2309.         End If
  2310.     End With
  2311. End Sub
  2312. Private Sub Ydcommand_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
  2313.     Call Lrzdbz
  2314. End Sub
  2315. Private Sub ydtext_KeyDown(KeyCode As Integer, Shift As Integer)
  2316.     Dim Rowjsq As Long, Coljsq As Long
  2317.     With WglrGrid
  2318.         Select Case KeyCode
  2319.             Case vbKeyF2
  2320.                 Call Lrzdbz
  2321.             Case vbKeyEscape                'ESC 键放弃录入
  2322.                 Valilock = True
  2323.                 Call Ycwbk
  2324.                 .SetFocus
  2325.             Case vbKeyReturn                '回 车 键 =13
  2326.                 KeyCode = 0
  2327.                 .SetFocus
  2328.                 Call Lrsjhx
  2329.                 Rowjsq = .Row
  2330.                 Coljsq = .Col + 1
  2331.                 If Coljsq > .Cols - 1 Then
  2332.                     If Rowjsq < .Rows - 1 Then
  2333.                         Rowjsq = Rowjsq + 1
  2334.                     End If
  2335.                     Coljsq = Qslz
  2336.                 End If
  2337.                 Do While Rowjsq <= .Rows - 1
  2338.                     If .ColHidden(Coljsq) Or (Not GridBoolean(Coljsq, 1)) Then
  2339.                         Coljsq = Coljsq + 1
  2340.                         If Coljsq > .Cols - 1 Then
  2341.                             Rowjsq = Rowjsq + 1
  2342.                             Coljsq = Qslz
  2343.                         End If
  2344.                     Else
  2345.                         Exit Do
  2346.                     End If
  2347.                 Loop
  2348.                 If Rowjsq <= .Rows - 1 Then
  2349.                     .Select Rowjsq, Coljsq
  2350.                 End If
  2351.             Case vbKeyUp                    '上 箭 头 =38
  2352.                 KeyCode = 0
  2353.                 .SetFocus
  2354.                 Call Lrsjhx
  2355.                 If .Row > .FixedRows Then
  2356.                     .Row = .Row - 1
  2357.                 End If
  2358.             Case vbKeyDown                  '下 箭 头 =40
  2359.                 KeyCode = 0
  2360.                 .SetFocus
  2361.                 Call Lrsjhx
  2362.                 If .Row < .Rows - 1 Then
  2363.                     .Row = .Row + 1
  2364.                 End If
  2365.             Case vbKeyLeft                  '左 箭 头 =37
  2366.                 If .Col - 1 = Qslz Then
  2367.                     If .ColHidden(Qslz) Or (Not GridBoolean(Qslz, 1)) Then
  2368.                         GoTo jzzx
  2369.                     End If
  2370.                 End If
  2371.                 If Ydtext.SelStart = 0 And .Col > Qslz Then
  2372.                     KeyCode = 0
  2373.                     .SetFocus
  2374.                     Call Lrsjhx
  2375.                     Coljsq = .Col - 1
  2376.                     Do While Coljsq > Qslz
  2377.                         If Coljsq - 1 = Qslz Then
  2378.                             If .ColHidden(Qslz) Or (Not GridBoolean(Qslz, 1)) Then
  2379.                                 GoTo jzzx
  2380.                             End If
  2381.                         End If
  2382.                         If .ColHidden(Coljsq) Or (Not GridBoolean(Coljsq, 1)) Then
  2383.                             Coljsq = Coljsq - 1
  2384.                         Else
  2385.                             Exit Do
  2386.                         End If
  2387.                     Loop
  2388.                     .Select .Row, Coljsq
  2389.                 End If
  2390. jzzx:
  2391.             Case vbKeyRight                 '右 箭 头 =39
  2392.                 wblong = Len(Ydtext.Text)
  2393.                 If (Ydtext.SelStart = wblong Or Ydtext.SelLength = wblong) Then
  2394.                     KeyCode = 0
  2395.                     .SetFocus
  2396.                     Call Lrsjhx
  2397.                     Rowjsq = .Row
  2398.                     Coljsq = .Col + 1
  2399.                     If Coljsq > .Cols - 1 Then
  2400.                         If Rowjsq < .Rows - 1 Then
  2401.                             Rowjsq = Rowjsq + 1
  2402.                         End If
  2403.                         Coljsq = Qslz
  2404.                     End If
  2405.                     Do While Rowjsq <= .Rows - 1
  2406.                         If .ColHidden(Coljsq) Or (Not GridBoolean(Coljsq, 1)) Then
  2407.                             Coljsq = Coljsq + 1
  2408.                             If Coljsq > .Cols - 1 Then
  2409.                                 Rowjsq = Rowjsq + 1
  2410.                                 Coljsq = Qslz
  2411.                             End If
  2412.                         Else
  2413.                             Exit Do
  2414.                         End If
  2415.                     Loop
  2416.                     .Select Rowjsq, Coljsq
  2417.                 End If
  2418.             Case Else
  2419.         End Select
  2420.     End With
  2421. End Sub
  2422. Private Sub ydtext_KeyPress(KeyAscii As Integer)         '录入字符事中控制
  2423.     
  2424.     Call InputFieldLimit(Ydtext, GridInt(WglrGrid.Col, 1), KeyAscii)
  2425.     If KeyAscii <> 0 Then
  2426.         Call Xyxhbz(Dqlrwgh)
  2427.     End If
  2428. End Sub
  2429. Private Sub ydtext_Change()                              '录入事中变化处理
  2430.     '防止程序改变但不进行处理
  2431.     If Wbkbhlock Then
  2432.         Exit Sub
  2433.     End If
  2434.     With WglrGrid
  2435.         '限制字段录入长度
  2436.         Wbkbhlock = True
  2437.         Call TextChangeLimit(Ydtext, GridInt(.Col, 1))    '去掉无效字符
  2438.         Select Case GridInt(.Col, 1)
  2439.             Case 8, 11   '金额型
  2440.                 Call Sjgskz(Ydtext, Xtjezws - Xtjexsws - 1, Xtjexsws)
  2441.             Case 9, 12   '数量型
  2442.                 Call Sjgskz(Ydtext, Xtslzws - Xtslxsws - 1, Xtslxsws)
  2443.             Case 10      '单价型
  2444.                 Call Sjgskz(Ydtext, Xtdjzws - Xtdjxsws - 1, Xtdjxsws)
  2445.             Case Else    '其他类型
  2446.                 If GridInt(.Col, 3) <> 0 Or GridInt(.Col, 4) <> 0 Then
  2447.                     Call Sjgskz(Ydtext, GridInt(.Col, 3), GridInt(.Col, 4))
  2448.                 End If
  2449.         End Select
  2450.         Wbkbhlock = False
  2451.     End With
  2452. End Sub
  2453. Private Sub ydtext_LostFocus()            '如果由于选中网格之外的控件而发生有效性判断(选中网格会先发生Rowcolchange事件置Valiock为TRUE)
  2454.   
  2455.     With WglrGrid
  2456.         If Not Valilock Then
  2457.             Call Lrsjhx
  2458.             If Not sjzdyxxpd(Dqlrwgh, Dqlrwgl) Then
  2459.                 Exit Sub
  2460.             End If
  2461.             If Not Sjhzyxxpd(Dqlrwgh) Then
  2462.                 Exit Sub
  2463.             End If
  2464.         End If
  2465.     End With
  2466. End Sub
  2467. Private Sub xswbk()                       '在当前选中单元显示文本框,列表框,帮助按钮(通用)
  2468.     
  2469.     Dim Wbkpy As Integer, Wbkpy1 As Integer '文本框偏移量
  2470.   
  2471.     '当某种条件成立时禁止文本框激活使单据处于录入状态
  2472.     If Not Fun_AllowInput Then
  2473.         Exit Sub
  2474.     End If
  2475.   
  2476.     '显示文本框前返回有效行列(解决滚动条问题)
  2477.     Call Xldqh
  2478.     Call Xldql
  2479.   
  2480.     '隐藏文本框,帮助按钮,列表组合框
  2481.     Call Ycwbk
  2482.   
  2483.     With WglrGrid
  2484.         Dqlrwgh = .Row
  2485.         Dqlrwgl = .Col
  2486.         If Not GridBoolean(.Col, 1) Or .Row < .FixedRows Then
  2487.             Exit Sub
  2488.         End If
  2489.      
  2490.         Wbkpy = 30
  2491.         Wbkpy1 = 15
  2492.         On Error Resume Next
  2493.         If GridBoolean(.Col, 3) Then
  2494.             YdCombo.Left = .CellLeft + .Left + Wbkpy
  2495.             YdCombo.Top = .CellTop + .Top + Wbkpy
  2496.             YdCombo.Width = .CellWidth - Wbkpy1
  2497.             Call Wbkcl
  2498.             YdCombo.Visible = True
  2499.             YdCombo.SetFocus
  2500.             Ydcommand.Visible = False
  2501.             Ydtext.Visible = False
  2502.         Else
  2503.             If GridBoolean(.Col, 2) Then
  2504.                 Ydcommand.Left = .Left + .CellLeft + .CellWidth - Ydcommand.Width + Wbkpy
  2505.                 Ydcommand.Top = .Top + .CellTop + .CellHeight - Ydcommand.Height + Wbkpy
  2506.                 Ydcommand.Visible = True
  2507.             Else
  2508.                 Ydcommand.Visible = False
  2509.             End If
  2510.              
  2511.             Ydtext.Left = .CellLeft + .Left + Wbkpy
  2512.             Ydtext.Top = .CellTop + .Top + Wbkpy
  2513.             If Ydcommand.Visible Then
  2514.                 If Sfblbzkd Then
  2515.                     Ydtext.Width = .CellWidth - Ydcommand.Width
  2516.                 Else
  2517.                     Ydtext.Width = .CellWidth - Wbkpy1
  2518.                 End If
  2519.             Else
  2520.                 Ydtext.Width = .CellWidth - Wbkpy1
  2521.             End If
  2522.             Ydtext.Height = .CellHeight - Wbkpy1
  2523.         
  2524.             If GridInt(.Col, 2) <> 0 Then
  2525.                 Ydtext.MaxLength = GridInt(.Col, 2)
  2526.             Else
  2527.                 Ydtext.MaxLength = 3000
  2528.             End If
  2529.       
  2530.             Call Wbkcl
  2531.       
  2532.             Ydtext.Visible = True
  2533.             Ydtext.SetFocus
  2534.         End If
  2535.         Dqtoprow = .TopRow
  2536.         Dqleftcol = .LeftCol
  2537.         
  2538.         '重置锁值
  2539.         Valilock = False
  2540.         Wbkbhlock = False
  2541.     End With
  2542. End Sub
  2543. Private Function Fun_AllowInput() As Boolean                           '当某种条件成立时禁止文本框激活使单据处于录入状态
  2544.    
  2545.     '如果单据操作状态为浏览状态则不能显示录入载体(通用)
  2546.     If Trim(Lab_OperStatus.Caption) = "1" Then
  2547.         Exit Function
  2548.     End If
  2549.    
  2550.     '[>>
  2551.     
  2552.     '此处可以填写禁止文本框激活使单据处于录入状态的理由
  2553.    
  2554.     '<<]
  2555.    
  2556.     Fun_AllowInput = True
  2557. End Function
  2558. Private Sub Cxxswbk()                                                  'Formresize中重新显示文本框,列表框,帮助按钮(通用)
  2559.                    
  2560.     Dim Wbkpy As Integer, Wbkpy1 As Integer
  2561.     Wbkpy = 30
  2562.     Wbkpy1 = 15
  2563.     With WglrGrid
  2564.         If YdCombo.Visible Then
  2565.             YdCombo.Left = .CellLeft + .Left + Wbkpy
  2566.             YdCombo.Top = .CellTop + .Top + Wbkpy
  2567.             YdCombo.Width = .CellWidth - Wbkpy1
  2568.         End If
  2569.         If Ydcommand.Visible Then
  2570.             Ydcommand.Left = .Left + .CellLeft + .CellWidth - Ydcommand.Width + Wbkpy
  2571.             Ydcommand.Top = .Top + .CellTop + .CellHeight - Ydcommand.Height + Wbkpy
  2572.         End If
  2573.         If Ydtext.Visible Then
  2574.             If Ydcommand.Visible Then
  2575.                 If Sfblbzkd Then
  2576.                     Ydtext.Width = .CellWidth - Ydcommand.Width
  2577.                 Else
  2578.                     Ydtext.Width = .CellWidth - Wbkpy1
  2579.                 End If
  2580.             Else
  2581.                 Ydtext.Width = .CellWidth - Wbkpy1
  2582.             End If
  2583.             Ydtext.Left = .CellLeft + .Left + Wbkpy
  2584.             Ydtext.Top = .CellTop + .Top + Wbkpy
  2585.             Ydtext.Height = .CellHeight - Wbkpy1
  2586.         End If
  2587.     End With
  2588. End Sub
  2589. Private Sub Lrsjhx()                                                   '文本框录入数据回写
  2590.     
  2591.     With WglrGrid
  2592.         If YdCombo.Visible Then
  2593.             .Text = Trim(YdCombo.Text)
  2594.         End If
  2595.         If Ydtext.Visible Then
  2596.             .Text = Trim(Ydtext.Text)
  2597.         End If
  2598.         
  2599.         '(如果字段录入内容发生变化,则打开有效性判断锁)
  2600.         If Zdlrqnr <> Trim(.Text) Then
  2601.             Yxxpdlock = False
  2602.             Hyxxpdlock = False
  2603.         End If
  2604.     
  2605.         '如果字段录入内容不为空则写数据行有效性标志
  2606.         If Len(Trim(.Text)) <> 0 Then
  2607.             Call Xyxhbz(.Row)
  2608.         End If
  2609.     
  2610.         '隐藏文本框,帮助按钮,列表组合框
  2611.         Call Ycwbk
  2612.     End With
  2613. End Sub
  2614. Private Sub WglrGrid_KeyDown(KeyCode As Integer, Shift As Integer)    '网格录入增行,删行快捷键
  2615.   
  2616.     '如果单据操作状态为浏览状态则不能显示录入载体
  2617.     If Trim(Lab_OperStatus.Caption) = "1" Then
  2618.         Exit Sub
  2619.     End If
  2620.     Select Case KeyCode
  2621.         Case vbKeyF2                   '按F2键参照
  2622.             Call xswbk
  2623.             Call Lrzdbz
  2624.         Case vbKeyDelete               '删行
  2625.             Call Scdqfl
  2626.         Case vbKeyInsert               '增行
  2627.             Call zjlrfl
  2628.     End Select
  2629. End Sub
  2630. Private Sub WglrGrid_KeyPress(KeyAscii As Integer)                             '网格接受键盘录入
  2631.     '当某种条件成立时禁止文本框激活使单据处于录入状态
  2632.     If Not Fun_AllowInput Then
  2633.         Exit Sub
  2634.     End If
  2635.   
  2636.     With WglrGrid
  2637.         '屏 蔽 回 车 键
  2638.         If KeyAscii = vbKeyReturn Then
  2639.             KeyAscii = 0
  2640.             Rowjsq = .Row
  2641.             Coljsq = .Col + 1
  2642.             If Coljsq > .Cols - 1 Then
  2643.                 If Rowjsq < .Rows - 1 Then
  2644.                     Rowjsq = Rowjsq + 1
  2645.                 End If
  2646.                 Coljsq = Qslz
  2647.             End If
  2648.             Do While Rowjsq <= .Rows - 1
  2649.                 If .ColHidden(Coljsq) Or (Not GridBoolean(Coljsq, 1)) Then
  2650.                     Coljsq = Coljsq + 1
  2651.                     If Coljsq > .Cols - 1 Then
  2652.                         Rowjsq = Rowjsq + 1
  2653.                         Coljsq = Qslz
  2654.                     End If
  2655.                 Else
  2656.                     Exit Do
  2657.                 End If
  2658.             Loop
  2659.             If Rowjsq <= .Rows - 1 Then
  2660.                 .Select Rowjsq, Coljsq
  2661.             End If
  2662.             Exit Sub
  2663.         End If
  2664.      
  2665.         '接受用户录入
  2666.         Select Case KeyAscii
  2667.             Case 0 To 32             '用户输入KeyAscii为0-32的键 如空格
  2668.                 '显示录入载体
  2669.                 Call xswbk
  2670.             Case Else
  2671.                 '防止非编辑字段SendKeys()出现死循环
  2672.                 If Not GridBoolean(.Col, 1) Or .Row < .FixedRows Then
  2673.                     Exit Sub
  2674.                 End If
  2675.                 '如果此字段为列表框录入则调入相应列表框
  2676.                 If GridBoolean(.Col, 3) Then
  2677.                     '列表框录入
  2678.                     Call xswbk
  2679.                 Else
  2680.                     Ydtext.Text = ""
  2681.                     '录入限制
  2682.                     Call InputFieldLimit(Ydtext, GridInt(WglrGrid.Col, 1), KeyAscii)
  2683.                     If KeyAscii = 0 Then
  2684.                         Exit Sub
  2685.                     End If
  2686.                     '如果录入字符有效则写有效行数据标志
  2687.                     Call Xyxhbz(.Row)
  2688.                     Call xswbk
  2689.                     Ydtext.Text = ""
  2690.                     Valilock = True
  2691.                     SendKeys Chr(KeyAscii), True
  2692.                     DoEvents
  2693.                     Valilock = False
  2694.                 End If
  2695.         End Select
  2696.     End With
  2697. End Sub
  2698. Private Sub zjlrfl()                                                    '增加录入分录
  2699.     
  2700.     With WglrGrid
  2701.         If Not (Ydtext.Visible Or YdCombo.Visible) Then
  2702.             If Not Fun_Drfrmyxxpd Then
  2703.                 Exit Sub
  2704.             End If
  2705.         Else
  2706.             Exit Sub
  2707.         End If
  2708.         If .Row < .FixedRows Then
  2709.             Exit Sub
  2710.         End If
  2711.         .AddItem "", .Row
  2712.         .RowHeight(.Row) = Sjhgd
  2713.         If .Row <> .Rows - 1 Then
  2714.             If .TextMatrix(.Row + 1, 0) = "*" Then
  2715.                 .TextMatrix(.Row, 0) = "*"
  2716.             Else
  2717.                 .RemoveItem .Rows - 1
  2718.             End If
  2719.         End If
  2720.         Call Xldqh
  2721.         Call Xldql
  2722.         Hyxxpdlock = False
  2723.     End With
  2724. End Sub
  2725. Private Sub Scdqfl()                                                    '删除当前分录
  2726.     Dim Answer As Integer, Scqwghz As Long, Scqwglz As Long, Hjlzte As Long, Sflrzt As Boolean
  2727.     With WglrGrid
  2728.         Scqwghz = .Row
  2729.         Scqwglz = .Col
  2730.         If .TextMatrix(.Row, 0) = "*" Then
  2731.             '判断是否为录入状态
  2732.             If Ydtext.Visible Or YdCombo.Visible Then
  2733.                 Sflrzt = True
  2734.                 Validate = True
  2735.                 Call Lrsjhx
  2736.                 Validate = False
  2737.             End If
  2738.             Call Xldqh
  2739.             Changelock = True
  2740.             .Select .Row, 0
  2741.             Changelock = False
  2742.             If Shsfts Then
  2743.                 .Cell(flexcpBackColor, .Row, Qslz, .Row, .Cols - 1) = QBColor(12)
  2744.                 Tsxx = "请确认是否删除当前记录?"
  2745.                 yhAnswer = Xtxxts(Tsxx, 2, 2)
  2746.                 If yhAnswer = 2 Then
  2747.                     .Cell(flexcpBackColor, .Row, Qslz, .Row, .Cols - 1) = &H80000005
  2748.                     Changelock = True
  2749.                     .Select Scqwghz, Scqwglz
  2750.                     Changelock = False
  2751.                     
  2752.                     '如为录入状态,则恢复录入
  2753.                     If Sflrzt Then
  2754.                         Call xswbk
  2755.                     End If
  2756.                     Exit Sub
  2757.                 End If
  2758.             End If
  2759.             .RemoveItem .Row
  2760.             If .Rows < Pmbcsjhs + .FixedRows + Fzxwghs + 1 Then
  2761.                 .AddItem ""
  2762.                 .RowHeight(.Rows - 1) = Sjhgd
  2763.             End If
  2764.             Changelock = True
  2765.             .Select .Row, Scqwglz
  2766.             Changelock = False
  2767.    
  2768.             '重新计算合计数据
  2769.             For Hjlzte = Qslz To .Cols - 1
  2770.                 Call Sjhj(Hjlzte)
  2771.             Next Hjlzte
  2772.         End If
  2773.     End With
  2774. End Sub
  2775. Private Sub Sjhj(Hjwgl As Long)                                         '网格列数据合计
  2776.     
  2777.     Dim Hjjg As Double
  2778.     If Not (GridBoolean(Hjwgl, 4) And HjGrid.Visible) Then
  2779.         Exit Sub
  2780.     End If
  2781.     With WglrGrid
  2782.         Hjjg = 0
  2783.         For jsqte = .FixedRows To .Rows - 1
  2784.             If .TextMatrix(jsqte, 0) = "*" Then
  2785.                 Hjjg = Hjjg + Val(.TextMatrix(jsqte, Hjwgl))
  2786.             End If
  2787.         Next jsqte
  2788.         If GridBoolean(Hjwgl, 5) And Hjjg = 0 Then
  2789.             HjGrid.TextMatrix(0, Hjwgl) = ""
  2790.         Else
  2791.             HjGrid.TextMatrix(0, Hjwgl) = Hjjg
  2792.         End If
  2793.     End With
  2794. End Sub
  2795. Private Sub Qkwlzd(sjh As Long, Sjl As Long)                            '清空为零字段
  2796.     
  2797.     If Not GridBoolean(Sjl, 5) Then
  2798.         Exit Sub
  2799.     End If
  2800.     With WglrGrid
  2801.         If Val(Trim(.TextMatrix(sjh, Sjl))) = 0 Then
  2802.             .TextMatrix(sjh, Sjl) = ""
  2803.         End If
  2804.     End With
  2805. End Sub
  2806. Private Sub fhyxh()                                                     '返回录入数据有效行,同时让得到焦点网格可见
  2807.     
  2808.     With WglrGrid
  2809.         If .Row >= .FixedRows Then
  2810.             If .TextMatrix(.Row, 0) <> "*" Then
  2811.                 For Rowjsq = .FixedRows To .Rows - 1
  2812.                     If .TextMatrix(Rowjsq, 0) <> "*" Then
  2813.                         Exit For
  2814.                     End If
  2815.                 Next Rowjsq
  2816.                 If Rowjsq <= .Rows - 1 Then
  2817.                     Changelock = True
  2818.                     .Select Rowjsq, .Col
  2819.                     Changelock = False
  2820.                 Else
  2821.                     Changelock = True
  2822.                     .Select .Rows - 1, .Col
  2823.                     Changelock = False
  2824.                 End If
  2825.             End If
  2826.             Call Xldqh
  2827.         End If
  2828.   End With
  2829.   
  2830. End Sub
  2831. Private Sub Xldqh()                                                      '显露当前行
  2832.   
  2833.     Dim Toprowte As Long
  2834.     With WglrGrid
  2835.         Toprowte = 0
  2836.         Do While .CellTop + .RowHeight(.Row) + Fzxwghs * Sjhgd > .Height And .TopRow <> Toprowte
  2837.             Toprowte = .TopRow
  2838.             .TopRow = .TopRow + 1
  2839.         Loop
  2840.         Toprowte = 0
  2841.         Do While .CellTop < .FixedRows * .RowHeight(0) And .TopRow <> Toprowte
  2842.             Toprowte = .TopRow
  2843.             If .TopRow > 1 Then
  2844.                 .TopRow = .TopRow - 1
  2845.             End If
  2846.         Loop
  2847.     End With
  2848. End Sub
  2849. Private Sub Xldql()                                                     '显露当前列
  2850.     
  2851.     Dim Leftcolte As Long
  2852.     With WglrGrid
  2853.         If .Col >= Qslz And .Col >= .FixedCols Then
  2854.             If .LeftCol > .Col Then
  2855.                 .LeftCol = .Col
  2856.             End If
  2857.             Leftcolte = 0
  2858.             Do While .CellLeft + .CellWidth > .Width And .LeftCol <> Leftcolte
  2859.                 Leftcolte = .LeftCol
  2860.                 .LeftCol = .LeftCol + 1
  2861.             Loop
  2862.         End If
  2863.     End With
  2864. End Sub
  2865. Private Function pdhwk(sjh As Long)                                     '判断网格行是否为空行(所有录入字段均为空*非录入字段除外)
  2866.     
  2867.     With WglrGrid
  2868.         For Coljsq = Qslz To .Cols - 1
  2869.             If Len(Trim(.TextMatrix(sjh, Coljsq))) <> 0 And GridBoolean(Coljsq, 1) Then
  2870.                 pdhwk = False
  2871.                 Exit Function
  2872.             End If
  2873.         Next Coljsq
  2874.         pdhwk = True
  2875.     End With
  2876. End Function
  2877. Private Sub Xyxhbz(sjh As Long)                                         '写行有效性标志,并判断是否增行
  2878.     
  2879.     With WglrGrid
  2880.         If .TextMatrix(sjh, 0) = "*" Then
  2881.             Exit Sub
  2882.         End If
  2883.         .TextMatrix(sjh, 0) = "*"
  2884.         If sjh >= .Rows - Fzxwghs - 1 Then
  2885.             .AddItem ""
  2886.             .RowHeight(.Rows - 1) = Sjhgd
  2887.         End If
  2888.     End With
  2889. End Sub
  2890. '*****************************以下为文本框录入处理程序(固定不变部分)*******************************'
  2891. Private Sub Wbklrwbcl(Index As Integer)    '文本框录入事后处理程序
  2892.     Dim Rect As New ADODB.Recordset
  2893.     '以下为依据实际情况自定义部分[
  2894.     
  2895.     '在此填写文本框录入事后处理程序
  2896.     ']以上为依据实际情况自定义部分
  2897. End Sub
  2898. Private Sub LrText_Change(Index As Integer)
  2899.     '屏蔽程序改变控制
  2900.     If TextChangeLock Then
  2901.         Exit Sub
  2902.     End If
  2903.    
  2904.     TextValiJudgeLock(Index) = False    '打开有效性判断锁
  2905.         
  2906.     '限制字段录入长度
  2907.           
  2908.     TextChangeLock = True  '加锁(防止执行Lrtext_Change)
  2909.     Call TextChangeLimit(LrText(Index), Textint(Index, 1))  '去掉无效字符
  2910.         Select Case Textint(Index, 1)
  2911.             Case 8, 11       '金额型
  2912.                 Call Sjgskz(LrText(Index), Xtjezws - Xtjexsws - 1, Xtjexsws)
  2913.             Case 9, 12       '数量型
  2914.                 Call Sjgskz(LrText(Index), Xtslzws - Xtslxsws - 1, Xtslxsws)
  2915.             Case 10          '单价型
  2916.                 Call Sjgskz(LrText(Index), Xtdjzws - Xtdjxsws - 1, Xtdjxsws)
  2917.             Case Else        '其他小数类型控制
  2918.                 If Textint(Index, 6) <> 0 Or Textint(Index, 7) <> 0 Then
  2919.                     Call Sjgskz(LrText(Index), Textint(Index, 6), Textint(Index, 7))
  2920.                 End If
  2921.         End Select
  2922.         
  2923.         TextChangeLock = False '解锁
  2924.      
  2925. End Sub
  2926. Private Sub LrText_GotFocus(Index As Integer)                                                 '文本框得到焦点,显示相应信息
  2927.     Call TextShow(Index)
  2928. End Sub
  2929. Private Sub LrText_KeyDown(Index As Integer, KeyCode As Integer, Shift As Integer)            '字段按F2键提供帮助
  2930.     
  2931.     Select Case KeyCode
  2932.         Case vbKeyF2
  2933.             Call Text_Help(Index)
  2934.     End Select
  2935. End Sub
  2936. Private Sub LrText_KeyPress(Index As Integer, KeyAscii As Integer)                            '文本框录入事中控制
  2937.     Call InputFieldLimit(LrText(Index), Textint(Index, 1), KeyAscii)
  2938. End Sub
  2939. Private Sub LrText_LostFocus(Index As Integer)                                                '文本框失去焦点进行有效性判断及相应处理
  2940.     
  2941.     If Textint(Index, 9) = 0 Or Textint(Index, 9) = 1 Then '事中判断
  2942.         Call TextYxxpd(Index)
  2943.     End If
  2944. End Sub
  2945. Private Sub Ydcommand1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single) '点击按钮
  2946.     Call Text_Help(Ydcommand1.Tag)
  2947. End Sub
  2948. Private Sub Text_Help(Index As Integer)                                                       '录入字段帮助
  2949.     
  2950.     If Not Ydcommand1.Visible Then
  2951.         Exit Sub
  2952.     End If
  2953.     If LrText(Index).Enabled = False Then Exit Sub
  2954.     If LrText(Index).Locked = True Then Exit Sub
  2955.     TextValiLock = True
  2956.     Call Drbmhelp(Textint(Index, 2), Textstr(Index, 4), Trim(LrText(Index).Text))
  2957.     If Len(Xtfhcs) <> 0 Then
  2958.         If Textint(Index, 3) = 1 Then
  2959.             LrText(Index).Text = Xtfhcsfz
  2960.             LrText(Index).Tag = Xtfhcs
  2961.         Else
  2962.             LrText(Index).Text = Xtfhcs
  2963.             LrText(Index).Tag = Xtfhcsfz
  2964.         End If
  2965.     End If
  2966.     TextValiLock = False
  2967.     LrText(Index).SetFocus
  2968. End Sub
  2969. Private Sub TextShow(Index As Integer)        '文本框得到焦点,显示相应信息
  2970.     '如果文本框有帮助,则显示帮助按钮
  2971.     If LrText(Index).Enabled = False Or LrText(Index).Locked = True Then Exit Sub
  2972.     If Textboolean(Index, 1) Then
  2973.         Ydcommand1.Visible = True
  2974.         Ydcommand1.Move LrText(Index).Left + LrText(Index).Width, LrText(Index).Top
  2975.         Ydcommand1.Tag = Index
  2976.     Else
  2977.         Ydcommand1.Tag = ""
  2978.         Ydcommand1.Visible = False
  2979.     End If
  2980.     
  2981.     '[>>
  2982.     '可在此处定义其他处理动作
  2983.     '<<]
  2984. End Sub
  2985. Private Sub Wbkcsh()                          '录入文本框初始化
  2986.     Dim Int_TabIndex As Integer         'Tab焦点计数器
  2987.     '单据录入中文本框焦点由0开始
  2988.     LrText(0).TabIndex = 0
  2989.   
  2990.     '最大录入文本框索引值
  2991.     Max_Text_Index = Textvar(1)
  2992.   
  2993.     ReDim TextValiJudgeLock(Max_Text_Index)
  2994.     For jsqte = 0 To Max_Text_Index
  2995.         
  2996.         '判断此文本框录入索引号是否存在,如存在则对其进行初始化
  2997.         If Len(Trim(Textstr(jsqte, 1))) <> 0 Then
  2998.         
  2999.             '自动装入录入文本框和其解释标签
  3000.             If jsqte <> 0 Then
  3001.                 Load LrText(jsqte)
  3002.                 Load TsLabel(jsqte)
  3003.            
  3004.                 '判断录入文本框是否显示
  3005.                 If Textboolean(jsqte, 4) Then
  3006.                     LrText(jsqte).Visible = True
  3007.                     TsLabel(jsqte).Visible = True
  3008.                 Else
  3009.                     LrText(jsqte).Visible = False
  3010.                     TsLabel(jsqte).Visible = False
  3011.                 End If
  3012.             
  3013.                 '设置文本框焦点顺序值
  3014.                 LrText(jsqte).TabIndex = Textint(jsqte, 14)
  3015.            
  3016.                 '判断文本框是否可编辑
  3017.                 If Textboolean(jsqte, 5) Then
  3018.                     LrText(jsqte).Enabled = True
  3019.                 Else
  3020.                     LrText(jsqte).Enabled = False
  3021.                 End If
  3022.             End If
  3023.            
  3024.            '初始化其内容
  3025.             TextChangeLock = True
  3026.             LrText(jsqte).Text = ""
  3027.             LrText(jsqte).Tag = ""
  3028.             If Textint(jsqte, 5) <> 0 Then
  3029.                 LrText(jsqte).MaxLength = Textint(jsqte, 5)
  3030.             End If
  3031.             TextChangeLock = False
  3032.         
  3033.             '设置文本框位置及大小,并设置相应标签内容及其位置
  3034.             LrText(jsqte).Move Textint(jsqte, 13), Textint(jsqte, 12), Textint(jsqte, 11), Textint(jsqte, 10)
  3035.             TsLabel(jsqte).Caption = Textstr(jsqte, 7) & ":"
  3036.             TsLabel(jsqte).Move Textint(jsqte, 13) - TsLabel(jsqte).Width - 20, Textint(jsqte, 12) + (Textint(jsqte, 10) - TsLabel(jsqte).Height) / 2 - 30
  3037.             
  3038.         End If
  3039.      
  3040.         '将文本框有效性判断进行加锁,在文本框内容发生变化时将锁打开
  3041.         TextValiJudgeLock(jsqte) = True
  3042.       
  3043.     Next jsqte
  3044.     '设置文本框焦点转移顺序(前提文本焦点从0至Max_Text_Index)
  3045.     For Int_TabIndex = 0 To Max_Text_Index
  3046.         For jsqte = 0 To Max_Text_Index
  3047.             If Textint(jsqte, 14) = Int_TabIndex Then
  3048.                LrText(jsqte).TabIndex = Int_TabIndex
  3049.             End If
  3050.         Next jsqte
  3051.     Next Int_TabIndex
  3052. End Sub
  3053. Private Function TextYxxpd(Index As Integer) As Boolean           '文本框有效性判断
  3054.   
  3055.     Dim Sqlstr As String
  3056.     Dim Findrec As New ADODB.Recordset
  3057.   
  3058.     '按帮助不进行有效性判断
  3059.   
  3060.     If TextValiLock Then
  3061.         TextValiLock = False
  3062.         TextYxxpd = True
  3063.         Exit Function
  3064.     End If
  3065.   
  3066.     '文本框内容未曾改变不进行有效性判断
  3067.   
  3068.     If TextValiJudgeLock(Index) Then
  3069.         Ydcommand1.Visible = False
  3070.         TextYxxpd = True
  3071.         Exit Function
  3072.     End If
  3073.   
  3074.     '文本框内容为空认为有效,并清空其Tag值
  3075.   
  3076.     If Trim(LrText(Index)) = "" Then
  3077.         LrText(Index).Tag = ""
  3078.         Call Wbklrwbcl(Index)
  3079.         Ydcommand1.Visible = False
  3080.         TextValiJudgeLock(Index) = True
  3081.         TextYxxpd = True
  3082.         Exit Function
  3083.     End If
  3084.    
  3085.     '[>>
  3086.       
  3087.     '可在此加入不做有效性判断的理由(参照上面程序)
  3088.       
  3089.     '<<]
  3090.   
  3091.     Select Case Textint(Index, 4)
  3092.         Case 1      '编码型
  3093.             Sqlstr = Trim(Textstr(Index, 5))
  3094.             Sqlstr = Replace(Sqlstr, "@", "'" + Trim(LrText(Index).Text) + "'")
  3095.             Set Findrec = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  3096.             If Findrec.EOF Then
  3097.                 Call Xtxxts(Trim(Textstr(Index, 6)), 0, 1)
  3098.                 LrText(Index).SetFocus
  3099.                 Exit Function
  3100.             Else
  3101.                 Select Case Textint(Index, 3)
  3102.                     Case 0
  3103.                         If Len(Trim(Textstr(Index, 2))) <> 0 Then
  3104.                             LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
  3105.                         End If
  3106.                         If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
  3107.                             LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
  3108.                         End If
  3109.                     Case 1
  3110.                         If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
  3111.                             LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
  3112.                         End If
  3113.                         If Len(Trim(Textstr(Index, 2))) <> 0 Then
  3114.                             LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
  3115.                         End If
  3116.                 End Select
  3117.             End If
  3118.         Case 2      '日期型
  3119.             If IsDate(LrText(Index).Text) Then
  3120.                 LrText(Index).Text = Format(LrText(Index).Text, "yyyy-mm-dd")
  3121.                 If Val(Mid(LrText(Index), 1, 4)) < 1900 Then
  3122.                     LrText(Index).Text = "1900" + Mid(LrText(Index), 5, 6)
  3123.                 End If
  3124.             Else
  3125.                 Tsxx = "非法公历日期!(格式:" + Format(Date, "yyyy-mm-dd") + ")"
  3126.                 Call Xtxxts(Tsxx, 0, 1)
  3127.                 LrText(Index).SetFocus
  3128.                 Exit Function
  3129.             End If
  3130.         Case 3      '其他类型
  3131.     End Select
  3132.     
  3133.     '隐藏帮助按钮
  3134.     Ydcommand1.Visible = False
  3135.    
  3136.     '如果有效则加锁,用户不改变内容则不再进行有效性判断
  3137.     TextValiJudgeLock(Index) = True
  3138.     '调用文本框事后处理程序
  3139.     Call Wbklrwbcl(Index)
  3140.    
  3141.     '有效性判断通过则返回True
  3142.     TextYxxpd = True
  3143. End Function