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

企业管理

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Object = "{BEEECC20-4D5F-4F8B-BFDC-5D9B6FBDE09D}#1.0#0"; "vsflex8.ocx"
  3. Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
  4. Begin VB.Form KF_FrmMateIn 
  5.    BackColor       =   &H00E9F4FA&
  6.    BorderStyle     =   1  'Fixed Single
  7.    Caption         =   "领料申请单"
  8.    ClientHeight    =   6120
  9.    ClientLeft      =   675
  10.    ClientTop       =   720
  11.    ClientWidth     =   11010
  12.    Icon            =   "单据录入_材料入库单.frx":0000
  13.    KeyPreview      =   -1  'True
  14.    LinkTopic       =   "Form4"
  15.    MaxButton       =   0   'False
  16.    MinButton       =   0   'False
  17.    ScaleHeight     =   6120
  18.    ScaleWidth      =   11010
  19.    StartUpPosition =   1  '所有者中心
  20.    Begin VB.TextBox LrText 
  21.       ForeColor       =   &H00000000&
  22.       Height          =   300
  23.       Index           =   0
  24.       Left            =   1020
  25.       TabIndex        =   0
  26.       Text            =   "0"
  27.       Top             =   1500
  28.       Width           =   1650
  29.    End
  30.    Begin MSComctlLib.Toolbar Tlb_Action 
  31.       Align           =   1  'Align Top
  32.       Height          =   555
  33.       Left            =   0
  34.       TabIndex        =   4
  35.       Top             =   0
  36.       Width           =   11010
  37.       _ExtentX        =   19420
  38.       _ExtentY        =   979
  39.       ButtonWidth     =   820
  40.       ButtonHeight    =   926
  41.       AllowCustomize  =   0   'False
  42.       Wrappable       =   0   'False
  43.       Appearance      =   1
  44.       Style           =   1
  45.       ImageList       =   "ImageList1"
  46.       _Version        =   393216
  47.       BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
  48.          NumButtons      =   23
  49.          BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  50.             Caption         =   "打印"
  51.             Key             =   "dy"
  52.             Object.ToolTipText     =   "打印当前单据或Ctrl+P"
  53.             ImageKey        =   "dy"
  54.          EndProperty
  55.          BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  56.             Caption         =   "预览"
  57.             Key             =   "yl"
  58.             ImageKey        =   "yl"
  59.          EndProperty
  60.          BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  61.             Key             =   "fgh0"
  62.             Style           =   3
  63.          EndProperty
  64.          BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  65.             Caption         =   "新增"
  66.             Key             =   "xz"
  67.             Object.ToolTipText     =   "新增加一张单据或F5"
  68.             ImageKey        =   "xz"
  69.          EndProperty
  70.          BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  71.             Caption         =   "修改"
  72.             Key             =   "xg"
  73.             Object.ToolTipText     =   "修改当前单据或F3"
  74.             ImageKey        =   "xg"
  75.          EndProperty
  76.          BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  77.             Caption         =   "删除"
  78.             Key             =   "sc"
  79.             Object.ToolTipText     =   "删除当前单据"
  80.             ImageKey        =   "sc"
  81.          EndProperty
  82.          BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  83.             Key             =   "fgh1"
  84.             Style           =   3
  85.          EndProperty
  86.          BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  87.             Caption         =   "增行"
  88.             Key             =   "zh"
  89.             Object.ToolTipText     =   "插入一行或Insert"
  90.             ImageKey        =   "zh"
  91.          EndProperty
  92.          BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  93.             Caption         =   "删行"
  94.             Key             =   "sh"
  95.             Object.ToolTipText     =   "删除当前记录行或Delete"
  96.             ImageKey        =   "sh"
  97.          EndProperty
  98.          BeginProperty Button10 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  99.             Key             =   "fgh2"
  100.             Style           =   3
  101.          EndProperty
  102.          BeginProperty Button11 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  103.             Caption         =   "保存"
  104.             Key             =   "bc"
  105.             Object.ToolTipText     =   "保存单据或F6"
  106.             ImageKey        =   "bc"
  107.          EndProperty
  108.          BeginProperty Button12 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  109.             Caption         =   "放弃"
  110.             Key             =   "fq"
  111.             Object.ToolTipText     =   "放弃此次操作"
  112.             ImageKey        =   "fq"
  113.          EndProperty
  114.          BeginProperty Button13 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  115.             Key             =   "fgh3"
  116.             Style           =   3
  117.          EndProperty
  118.          BeginProperty Button14 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  119.             Caption         =   "审核"
  120.             Key             =   "shsh"
  121.             ImageKey        =   "check"
  122.          EndProperty
  123.          BeginProperty Button15 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  124.             Caption         =   "弃审"
  125.             Key             =   "shqs"
  126.             ImageKey        =   "qs"
  127.          EndProperty
  128.          BeginProperty Button16 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  129.             Key             =   "fgh4"
  130.             Style           =   3
  131.          EndProperty
  132.          BeginProperty Button17 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  133.             Caption         =   "首张"
  134.             Key             =   "first"
  135.             ImageKey        =   "first"
  136.          EndProperty
  137.          BeginProperty Button18 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  138.             Caption         =   "上张"
  139.             Key             =   "prev"
  140.             ImageKey        =   "prev"
  141.          EndProperty
  142.          BeginProperty Button19 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  143.             Caption         =   "下张"
  144.             Key             =   "next"
  145.             ImageKey        =   "next"
  146.          EndProperty
  147.          BeginProperty Button20 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  148.             Caption         =   "末张"
  149.             Key             =   "last"
  150.             ImageKey        =   "last"
  151.          EndProperty
  152.          BeginProperty Button21 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  153.             Key             =   "fgh5"
  154.             Style           =   3
  155.          EndProperty
  156.          BeginProperty Button22 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  157.             Caption         =   "帮助"
  158.             Key             =   "bz"
  159.             ImageKey        =   "bz"
  160.          EndProperty
  161.          BeginProperty Button23 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  162.             Caption         =   "退出"
  163.             Key             =   "fh"
  164.             ImageKey        =   "tc"
  165.          EndProperty
  166.       EndProperty
  167.       BorderStyle     =   1
  168.    End
  169.    Begin VB.CommandButton Ydcommand 
  170.       Height          =   300
  171.       Left            =   10680
  172.       Picture         =   "单据录入_材料入库单.frx":1042
  173.       Style           =   1  'Graphical
  174.       TabIndex        =   3
  175.       Top             =   990
  176.       Visible         =   0   'False
  177.       Width           =   300
  178.    End
  179.    Begin VB.TextBox Ydtext 
  180.       BackColor       =   &H80000018&
  181.       BorderStyle     =   0  'None
  182.       Height          =   330
  183.       Left            =   7710
  184.       MultiLine       =   -1  'True
  185.       TabIndex        =   1
  186.       Top             =   960
  187.       Visible         =   0   'False
  188.       Width           =   1185
  189.    End
  190.    Begin VB.Timer Timer1 
  191.       Interval        =   1
  192.       Left            =   9690
  193.       Top             =   150
  194.    End
  195.    Begin VB.CommandButton Ydcommand1 
  196.       Height          =   300
  197.       Left            =   10680
  198.       Picture         =   "单据录入_材料入库单.frx":13CC
  199.       Style           =   1  'Graphical
  200.       TabIndex        =   8
  201.       Top             =   600
  202.       Visible         =   0   'False
  203.       Width           =   300
  204.    End
  205.    Begin VB.ComboBox YdCombo 
  206.       Height          =   300
  207.       Left            =   9000
  208.       Style           =   2  'Dropdown List
  209.       TabIndex        =   2
  210.       Top             =   960
  211.       Visible         =   0   'False
  212.       Width           =   1155
  213.    End
  214.    Begin MSComctlLib.ImageList ImageList1 
  215.       Left            =   10410
  216.       Top             =   1350
  217.       _ExtentX        =   1005
  218.       _ExtentY        =   1005
  219.       BackColor       =   -2147483643
  220.       ImageWidth      =   16
  221.       ImageHeight     =   16
  222.       MaskColor       =   12632256
  223.       _Version        =   393216
  224.       BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
  225.          NumListImages   =   37
  226.          BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  227.             Picture         =   "单据录入_材料入库单.frx":1756
  228.             Key             =   "sz"
  229.          EndProperty
  230.          BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  231.             Picture         =   "单据录入_材料入库单.frx":1AF0
  232.             Key             =   "dy"
  233.          EndProperty
  234.          BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  235.             Picture         =   "单据录入_材料入库单.frx":1E8A
  236.             Key             =   "yl"
  237.          EndProperty
  238.          BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  239.             Picture         =   "单据录入_材料入库单.frx":2224
  240.             Key             =   "xg"
  241.          EndProperty
  242.          BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  243.             Picture         =   "单据录入_材料入库单.frx":25BE
  244.             Key             =   "zh"
  245.          EndProperty
  246.          BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  247.             Picture         =   "单据录入_材料入库单.frx":2958
  248.             Key             =   "sh"
  249.          EndProperty
  250.          BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  251.             Picture         =   "单据录入_材料入库单.frx":2CF2
  252.             Key             =   "bc"
  253.          EndProperty
  254.          BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  255.             Picture         =   "单据录入_材料入库单.frx":308C
  256.             Key             =   "fq"
  257.          EndProperty
  258.          BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  259.             Picture         =   "单据录入_材料入库单.frx":3426
  260.             Key             =   "bz"
  261.          EndProperty
  262.          BeginProperty ListImage10 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  263.             Picture         =   "单据录入_材料入库单.frx":37C0
  264.             Key             =   "tc"
  265.          EndProperty
  266.          BeginProperty ListImage11 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  267.             Picture         =   "单据录入_材料入库单.frx":3B5A
  268.             Key             =   "bcgs"
  269.          EndProperty
  270.          BeginProperty ListImage12 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  271.             Picture         =   "单据录入_材料入库单.frx":3EF4
  272.             Key             =   "mrlk"
  273.          EndProperty
  274.          BeginProperty ListImage13 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  275.             Picture         =   "单据录入_材料入库单.frx":428E
  276.             Key             =   "xsxm"
  277.          EndProperty
  278.          BeginProperty ListImage14 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  279.             Picture         =   "单据录入_材料入库单.frx":4628
  280.             Key             =   "first"
  281.          EndProperty
  282.          BeginProperty ListImage15 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  283.             Picture         =   "单据录入_材料入库单.frx":49C2
  284.             Key             =   "prev"
  285.          EndProperty
  286.          BeginProperty ListImage16 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  287.             Picture         =   "单据录入_材料入库单.frx":4D5C
  288.             Key             =   "next"
  289.          EndProperty
  290.          BeginProperty ListImage17 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  291.             Picture         =   "单据录入_材料入库单.frx":50F6
  292.             Key             =   "last"
  293.          EndProperty
  294.          BeginProperty ListImage18 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  295.             Picture         =   "单据录入_材料入库单.frx":5490
  296.             Key             =   "xx"
  297.          EndProperty
  298.          BeginProperty ListImage19 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  299.             Picture         =   "单据录入_材料入库单.frx":582A
  300.             Key             =   "define"
  301.          EndProperty
  302.          BeginProperty ListImage20 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  303.             Picture         =   "单据录入_材料入库单.frx":5BC4
  304.             Key             =   "exec"
  305.          EndProperty
  306.          BeginProperty ListImage21 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  307.             Picture         =   "单据录入_材料入库单.frx":5F5E
  308.             Key             =   "xz"
  309.          EndProperty
  310.          BeginProperty ListImage22 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  311.             Picture         =   "单据录入_材料入库单.frx":62F8
  312.             Key             =   "sc"
  313.          EndProperty
  314.          BeginProperty ListImage23 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  315.             Picture         =   "单据录入_材料入库单.frx":6692
  316.             Key             =   "sx"
  317.          EndProperty
  318.          BeginProperty ListImage24 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  319.             Picture         =   "单据录入_材料入库单.frx":6A2C
  320.             Key             =   "cx"
  321.          EndProperty
  322.          BeginProperty ListImage25 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  323.             Picture         =   "单据录入_材料入库单.frx":6DC6
  324.             Key             =   "zd"
  325.          EndProperty
  326.          BeginProperty ListImage26 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  327.             Picture         =   "单据录入_材料入库单.frx":7160
  328.             Key             =   "dz"
  329.          EndProperty
  330.          BeginProperty ListImage27 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  331.             Picture         =   "单据录入_材料入库单.frx":74FA
  332.             Key             =   "ph"
  333.          EndProperty
  334.          BeginProperty ListImage28 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  335.             Picture         =   "单据录入_材料入库单.frx":7894
  336.             Key             =   "fz"
  337.          EndProperty
  338.          BeginProperty ListImage29 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  339.             Picture         =   "单据录入_材料入库单.frx":7C2E
  340.             Key             =   "dw"
  341.          EndProperty
  342.          BeginProperty ListImage30 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  343.             Picture         =   "单据录入_材料入库单.frx":7FC8
  344.             Key             =   "hf"
  345.          EndProperty
  346.          BeginProperty ListImage31 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  347.             Picture         =   "单据录入_材料入库单.frx":8362
  348.             Key             =   "pz"
  349.          EndProperty
  350.          BeginProperty ListImage32 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  351.             Picture         =   "单据录入_材料入库单.frx":86FC
  352.             Key             =   "check"
  353.          EndProperty
  354.          BeginProperty ListImage33 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  355.             Picture         =   "单据录入_材料入库单.frx":8A96
  356.             Key             =   "qs"
  357.          EndProperty
  358.          BeginProperty ListImage34 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  359.             Picture         =   "单据录入_材料入库单.frx":8E30
  360.             Key             =   "fullcheck"
  361.          EndProperty
  362.          BeginProperty ListImage35 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  363.             Picture         =   "单据录入_材料入库单.frx":91CA
  364.             Key             =   "qq"
  365.          EndProperty
  366.          BeginProperty ListImage36 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  367.             Picture         =   "单据录入_材料入库单.frx":9564
  368.             Key             =   "bcw"
  369.          EndProperty
  370.          BeginProperty ListImage37 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  371.             Picture         =   "单据录入_材料入库单.frx":98FE
  372.             Key             =   "ye"
  373.          EndProperty
  374.       EndProperty
  375.    End
  376.    Begin VSFlex8Ctl.VSFlexGrid WglrGrid 
  377.       Height          =   3345
  378.       Left            =   120
  379.       TabIndex        =   9
  380.       Top             =   2280
  381.       Width           =   10680
  382.       _cx             =   5080
  383.       _cy             =   5080
  384.       Appearance      =   1
  385.       BorderStyle     =   1
  386.       Enabled         =   -1  'True
  387.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  388.          Name            =   "宋体"
  389.          Size            =   9
  390.          Charset         =   134
  391.          Weight          =   400
  392.          Underline       =   0   'False
  393.          Italic          =   0   'False
  394.          Strikethrough   =   0   'False
  395.       EndProperty
  396.       MousePointer    =   0
  397.       BackColor       =   16777215
  398.       ForeColor       =   -2147483640
  399.       BackColorFixed  =   12640511
  400.       ForeColorFixed  =   -2147483630
  401.       BackColorSel    =   -2147483643
  402.       ForeColorSel    =   -2147483640
  403.       BackColorBkg    =   16777215
  404.       BackColorAlternate=   16777215
  405.       GridColor       =   -2147483633
  406.       GridColorFixed  =   -2147483632
  407.       TreeColor       =   -2147483632
  408.       FloodColor      =   192
  409.       SheetBorder     =   -2147483642
  410.       FocusRect       =   1
  411.       HighLight       =   1
  412.       AllowSelection  =   0   'False
  413.       AllowBigSelection=   0   'False
  414.       AllowUserResizing=   0
  415.       SelectionMode   =   0
  416.       GridLines       =   1
  417.       GridLinesFixed  =   2
  418.       GridLineWidth   =   1
  419.       Rows            =   5000
  420.       Cols            =   10
  421.       FixedRows       =   1
  422.       FixedCols       =   0
  423.       RowHeightMin    =   0
  424.       RowHeightMax    =   0
  425.       ColWidthMin     =   0
  426.       ColWidthMax     =   0
  427.       ExtendLastCol   =   0   'False
  428.       FormatString    =   ""
  429.       ScrollTrack     =   0   'False
  430.       ScrollBars      =   3
  431.       ScrollTips      =   0   'False
  432.       MergeCells      =   0
  433.       MergeCompare    =   0
  434.       AutoResize      =   -1  'True
  435.       AutoSizeMode    =   0
  436.       AutoSearch      =   0
  437.       AutoSearchDelay =   2
  438.       MultiTotals     =   -1  'True
  439.       SubtotalPosition=   1
  440.       OutlineBar      =   0
  441.       OutlineCol      =   0
  442.       Ellipsis        =   0
  443.       ExplorerBar     =   0
  444.       PicturesOver    =   0   'False
  445.       FillStyle       =   0
  446.       RightToLeft     =   0   'False
  447.       PictureType     =   0
  448.       TabBehavior     =   0
  449.       OwnerDraw       =   0
  450.       Editable        =   0
  451.       ShowComboButton =   1
  452.       WordWrap        =   -1  'True
  453.       TextStyle       =   0
  454.       TextStyleFixed  =   0
  455.       OleDragMode     =   0
  456.       OleDropMode     =   0
  457.       DataMode        =   0
  458.       VirtualData     =   -1  'True
  459.       DataMember      =   ""
  460.       ComboSearch     =   3
  461.       AutoSizeMouse   =   -1  'True
  462.       FrozenRows      =   0
  463.       FrozenCols      =   0
  464.       AllowUserFreezing=   0
  465.       BackColorFrozen =   0
  466.       ForeColorFrozen =   0
  467.       WallPaperAlignment=   9
  468.       AccessibleName  =   ""
  469.       AccessibleDescription=   ""
  470.       AccessibleValue =   ""
  471.       AccessibleRole  =   24
  472.       Begin VSFlex8Ctl.VSFlexGrid HjGrid 
  473.          Height          =   885
  474.          Left            =   0
  475.          TabIndex        =   14
  476.          Top             =   2400
  477.          Width           =   7545
  478.          _cx             =   5080
  479.          _cy             =   5080
  480.          Appearance      =   1
  481.          BorderStyle     =   0
  482.          Enabled         =   -1  'True
  483.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  484.             Name            =   "宋体"
  485.             Size            =   9
  486.             Charset         =   134
  487.             Weight          =   400
  488.             Underline       =   0   'False
  489.             Italic          =   0   'False
  490.             Strikethrough   =   0   'False
  491.          EndProperty
  492.          MousePointer    =   0
  493.          BackColor       =   14671839
  494.          ForeColor       =   -2147483640
  495.          BackColorFixed  =   -2147483633
  496.          ForeColorFixed  =   -2147483630
  497.          BackColorSel    =   -2147483643
  498.          ForeColorSel    =   -2147483640
  499.          BackColorBkg    =   16777215
  500.          BackColorAlternate=   14671839
  501.          GridColor       =   -2147483633
  502.          GridColorFixed  =   -2147483632
  503.          TreeColor       =   -2147483632
  504.          FloodColor      =   192
  505.          SheetBorder     =   -2147483642
  506.          FocusRect       =   1
  507.          HighLight       =   1
  508.          AllowSelection  =   0   'False
  509.          AllowBigSelection=   0   'False
  510.          AllowUserResizing=   0
  511.          SelectionMode   =   0
  512.          GridLines       =   1
  513.          GridLinesFixed  =   2
  514.          GridLineWidth   =   1
  515.          Rows            =   5000
  516.          Cols            =   10
  517.          FixedRows       =   1
  518.          FixedCols       =   0
  519.          RowHeightMin    =   0
  520.          RowHeightMax    =   0
  521.          ColWidthMin     =   0
  522.          ColWidthMax     =   0
  523.          ExtendLastCol   =   0   'False
  524.          FormatString    =   ""
  525.          ScrollTrack     =   0   'False
  526.          ScrollBars      =   3
  527.          ScrollTips      =   0   'False
  528.          MergeCells      =   0
  529.          MergeCompare    =   0
  530.          AutoResize      =   -1  'True
  531.          AutoSizeMode    =   0
  532.          AutoSearch      =   0
  533.          AutoSearchDelay =   2
  534.          MultiTotals     =   -1  'True
  535.          SubtotalPosition=   1
  536.          OutlineBar      =   0
  537.          OutlineCol      =   0
  538.          Ellipsis        =   0
  539.          ExplorerBar     =   0
  540.          PicturesOver    =   0   'False
  541.          FillStyle       =   0
  542.          RightToLeft     =   0   'False
  543.          PictureType     =   0
  544.          TabBehavior     =   0
  545.          OwnerDraw       =   0
  546.          Editable        =   0
  547.          ShowComboButton =   1
  548.          WordWrap        =   -1  'True
  549.          TextStyle       =   0
  550.          TextStyleFixed  =   0
  551.          OleDragMode     =   0
  552.          OleDropMode     =   0
  553.          DataMode        =   0
  554.          VirtualData     =   -1  'True
  555.          DataMember      =   ""
  556.          ComboSearch     =   3
  557.          AutoSizeMouse   =   -1  'True
  558.          FrozenRows      =   0
  559.          FrozenCols      =   0
  560.          AllowUserFreezing=   0
  561.          BackColorFrozen =   0
  562.          ForeColorFrozen =   0
  563.          WallPaperAlignment=   9
  564.          AccessibleName  =   ""
  565.          AccessibleDescription=   ""
  566.          AccessibleValue =   ""
  567.          AccessibleRole  =   24
  568.       End
  569.    End
  570.    Begin VB.Label Lab_Title 
  571.       AutoSize        =   -1  'True
  572.       BackColor       =   &H80000018&
  573.       BackStyle       =   0  'Transparent
  574.       Caption         =   "单据标题自动调整"
  575.       BeginProperty Font 
  576.          Name            =   "宋体"
  577.          Size            =   15
  578.          Charset         =   134
  579.          Weight          =   700
  580.          Underline       =   0   'False
  581.          Italic          =   0   'False
  582.          Strikethrough   =   0   'False
  583.       EndProperty
  584.       ForeColor       =   &H00000000&
  585.       Height          =   300
  586.       Left            =   4440
  587.       TabIndex        =   13
  588.       Top             =   840
  589.       Width           =   2520
  590.    End
  591.    Begin VB.Label Lab_BillId 
  592.       AutoSize        =   -1  'True
  593.       BackColor       =   &H0080C0FF&
  594.       Height          =   270
  595.       Left            =   7680
  596.       TabIndex        =   12
  597.       Top             =   600
  598.       Visible         =   0   'False
  599.       Width           =   2490
  600.    End
  601.    Begin VB.Label Lab_Djclzt 
  602.       BackColor       =   &H0000FFFF&
  603.       Caption         =   "1"
  604.       ForeColor       =   &H00808080&
  605.       Height          =   255
  606.       Left            =   10320
  607.       TabIndex        =   11
  608.       Top             =   600
  609.       Visible         =   0   'False
  610.       Width           =   285
  611.    End
  612.    Begin VB.Label Lab_OperStatus 
  613.       BackColor       =   &H000080FF&
  614.       Caption         =   "1"
  615.       Height          =   345
  616.       Left            =   10290
  617.       TabIndex        =   10
  618.       Top             =   960
  619.       Visible         =   0   'False
  620.       Width           =   345
  621.    End
  622.    Begin VB.Label Lab_Bill 
  623.       Appearance      =   0  'Flat
  624.       BackColor       =   &H80000005&
  625.       BackStyle       =   0  'Transparent
  626.       ForeColor       =   &H00000000&
  627.       Height          =   225
  628.       Left            =   9030
  629.       TabIndex        =   7
  630.       Top             =   6330
  631.       Width           =   735
  632.    End
  633.    Begin VB.Label Lab_Checker 
  634.       Appearance      =   0  'Flat
  635.       BackColor       =   &H80000005&
  636.       BackStyle       =   0  'Transparent
  637.       ForeColor       =   &H00000000&
  638.       Height          =   225
  639.       Left            =   7170
  640.       TabIndex        =   6
  641.       Top             =   6360
  642.       Width           =   735
  643.    End
  644.    Begin VB.Label TsLabel 
  645.       Alignment       =   1  'Right Justify
  646.       AutoSize        =   -1  'True
  647.       BackStyle       =   0  'Transparent
  648.       Caption         =   "单据号:"
  649.       Height          =   180
  650.       Index           =   0
  651.       Left            =   240
  652.       TabIndex        =   5
  653.       Top             =   1560
  654.       Width           =   765
  655.    End
  656. End
  657. Attribute VB_Name = "KF_FrmMateIn"
  658. Attribute VB_GlobalNameSpace = False
  659. Attribute VB_Creatable = False
  660. Attribute VB_PredeclaredId = True
  661. Attribute VB_Exposed = False
  662. '***********************************************************************************************************
  663. '*    模 块 名 称 :材料入库单处理
  664. '*    功 能 描 述 :此功能模块主要完成单据录入、修改、删除、预览打印等。
  665. '*    程序员姓名  :张万成
  666. '*    最后修改人  :张万成
  667. '*    最后修改时间:2001/09/18
  668. '*    备        注:程序中所有依实际情况自定义部分均用[>>  <<]括起
  669. '*
  670. '*    1.每次调入外部功能窗体,均要加锁ChangeLock=True,窗体关闭后解锁ChangeLock=false
  671. '*                                    TextValiLock=True             TextValiLock=false
  672. '*
  673. '*    2.Lab_OperStatus 用此标签来标识单据录入状态(默认值为1) "1"-浏览 "2"-新增 "3"-修改
  674. '*
  675. '*    3.Lab_Djclzt 用此标签来标识单据处理状态(默认值为1) "1"-填制单据  "2"-查询单据列表  "3"-明细帐联查单据
  676. '*
  677. '*    4.原则:只要单据能够存盘(无论修改或新增)则其必须接受完整性及有效性规则检查
  678. '***********************************************************************************************************
  679.  
  680. '[以下为根据实际情况设置变量
  681. Dim Bln_BillChange As Boolean                   '标识单据是否发生改动
  682. Dim Rec_Query As New ADODB.Recordset            '单据组查询结果动态集(保存当前单据组ID)
  683. Public Str_QueryCondi As String                 '单据组查询条件(接收单据列表传递查询条件)
  684. ']
  685. '以下为固定使用变量(单据)
  686. Dim BillCode As String                          '单据设计编码(索引号)
  687. Dim Var_Bill() As Variant                       '用来返回单据设计信息
  688. Dim ReportTitle As String                       '报表主标题
  689. Dim Tsxx As String                              '系统提示信息
  690. '以下为固定使用变量(网格)
  691. Dim Cxnrrec As New ADODB.Recordset              '显示查询内容动态集
  692. Dim Dyymctbl As New DY_Dyymsz                   '打印页面窗体变量
  693. Dim GridCode As String                          '显示网格网格代码
  694. Dim GridInf() As Variant                        '整个网格设置信息
  695. Dim Pmbcsjhs As Long                            '屏幕网格保持数据行数(大于等于1)
  696. Dim Fzxwghs As Integer                          '辅助项网格行数(包括合计行)
  697. Dim Sfxshjwg As Boolean                         '是否显示合计网格
  698. Dim Qslz As Long                                '网格隐藏(非操作显示)列数
  699. Dim Sjhgd As Double                             '网格数据行高度
  700. Dim GridBoolean() As Boolean                    '网格列信息(布尔型)
  701. Dim GridStr()  As String                        '网格列信息(字符型)
  702. Dim GridInt() As Integer                        '网格列信息(整型)
  703. Dim Sfblbzkd As Boolean                         '是否保留帮助宽度(字段提供帮助时,是否为按钮保留空间)
  704. Dim Dqlrwgh As Long                             '当前录入数据网格行
  705. Dim Dqlrwgl As Long                             '当前录入数据网格列
  706. Dim Dqlkwgh As Long                             '刚刚离开网格行(不一定为录入行)
  707. Dim Dqlkwgl As Long                             '刚刚离开网格列
  708. Dim Dqtoprow As Long                            '当前录入状态时最上端可视行
  709. Dim Dqleftcol As Long                           '当前录入状态时最左端可视列
  710. Dim Zdlrqnr As String                           '字段录入修改前内容(用来判断内容是否修改)
  711. Dim Wbkbhlock As Boolean                        '文本框改变值锁
  712. Dim Changelock As Boolean                       '网格行列改变控制锁(用来区别用户改变.程序改变)
  713. Dim Gdtlock As Boolean                          '滚动条滚动控制(用来区别用户改变.程序改变)
  714. Dim Yxxpdlock As Boolean                        '字段有效性判断锁(内容不修改不需进行字段有效性判断)
  715. Dim Hyxxpdlock As Boolean                       '行有效性判断锁(字段内容不修改不需进行行有效性判断)
  716. Dim Valilock As Boolean                         '文本框失去焦点是否进行有效性控制(TRUE 为锁定*限用网格录入)
  717. Dim Shsfts As Boolean                           '删除记录行是否提示
  718. Dim Szzls As Integer                            '网格信息数组最大下标值(网格列数-1)
  719. '以下为固定使用变量(文本框)
  720. Dim Textvar() As Variant                        '存储变体型文本框信息
  721. Dim Textboolean() As Boolean                    '存储布尔型文本框信息
  722. Dim Textint() As Integer                        '存储整型文本框信息
  723. Dim Textstr() As String                         '存储字符型文本框信息
  724. Dim Max_Text_Index As Integer                   '最大录入文本框索引值
  725. Dim TextGroupCode As String                     '文本框录入分组编码
  726. Dim TextValiLock As Boolean                     '文本框失去焦点是否进行有效性控制判断
  727. Dim TextValiJudgeLock() As Boolean              '文本框录入有效性判断控制锁
  728. Dim TextChangeLock As Boolean                   '文本框内容变换控制锁
  729. Dim Str_RightEdit As String                     '单据编辑(新增、修改、删除)权限索引
  730. Dim Str_RightCheck As String                    '单据审核(审核、弃审)权限索引
  731.     
  732. Private Sub Form_KeyPress(KeyAscii As Integer)      '控 制 焦 点 转 移
  733.     
  734.     Dim jdzygs As Integer
  735.     jdzygs = 7                                    '在单据录入中,此焦点转移控制值一定小于等于文本框个数,否则网格回车键将不支持.
  736.     Select Case KeyAscii
  737.         Case vbKeyReturn
  738.             If Kjjdzy(jdzygs) Then
  739.                 KeyAscii = 0
  740.             End If
  741.         Case 39           '屏蔽字符"'"
  742.             KeyAscii = 0
  743.     End Select
  744. End Sub
  745. Private Sub Form_Load()                                                        '窗 体 装 入
  746.     '初始化各种锁值(Fixed)
  747.     Changelock = False             '网格行列改变控制锁
  748.     Gdtlock = False                '滚动条滚动控制
  749.     Yxxpdlock = True               '字段有效性判断锁
  750.     Hyxxpdlock = True              '行有效性判断锁
  751.     Wbkbhlock = False              '文本框内容改变锁
  752.     
  753.     '单据权限索引设置
  754.     Str_RightEdit = "Kf_MaterialIn_edit"
  755.     Str_RightCheck = "Kf_MaterialIn_check"
  756.     '调入单据信息(需要修改BillCode)
  757.     BillCode = "1212"
  758.     Call Sub_ReadBillInfo(BillCode, Me, Var_Bill())
  759.     Lab_Title = Var_Bill(2)
  760.     Lab_Title.Move (Me.Width - Lab_Title.Width) / 2, 800
  761.     
  762.     '报表编码
  763.     XtReportCode = Var_Bill(5)
  764.     Load Dyymctbl
  765.   
  766.     '以下为文本框处理程序(Fixed)
  767.     TextGroupCode = Var_Bill(3)
  768.  
  769.     Call Drwbkxx(TextGroupCode, Textvar(), Textboolean(), Textint(), Textstr())  '读入文本框录入信息
  770.     Call Wbkcsh
  771.   
  772.     '调入网格并记录一些网格信息(Fixed)
  773.     GridCode = Var_Bill(4)         '网格属性编码
  774.     Call BzWgcsh(WglrGrid, GridCode, GridInf(), GridBoolean(), GridInt(), GridStr())
  775.       
  776.     Qslz = GridInf(1)
  777.     Sjhgd = GridInf(2)
  778.     Fzxwghs = GridInf(4)
  779.     Sfblbzkd = GridInf(5)
  780.     Shsfts = GridInf(6)
  781.     Sfxshjwg = GridInf(7)
  782.     Szzls = WglrGrid.Cols - 1
  783.     Pmbcsjhs = Int((WglrGrid.Height - WglrGrid.FixedRows * WglrGrid.RowHeight(0)) / Sjhgd) - Fzxwghs - 1
  784.       
  785.     For jsqte = WglrGrid.FixedRows To WglrGrid.Rows - 1
  786.         WglrGrid.RowHeight(jsqte) = Sjhgd
  787.     Next jsqte
  788.     
  789.     '初始化合计网格(Fixed)
  790.     Call Cshhjwg
  791.   
  792.     '单据变动置为False(Fixed)
  793.     Bln_BillChange = False
  794.     
  795.     '调入数据初始化模块(Fixed)
  796.     Lab_Djclzt.Caption = Xtcdcs
  797.     Call Sjcsh(Trim(Lab_Djclzt.Caption))
  798.    
  799.    
  800. End Sub
  801. Private Sub Form_Unload(Cancel As Integer)           '窗体卸载
  802.     '是否保存已修改单据
  803.     Dim YAnswer As Integer
  804.     If Lab_OperStatus.Caption = "2" Or Lab_OperStatus.Caption = "3" Then
  805.         Tsxx = "单据尚未保存,是否退出?"
  806.         YAnswer = Xtxxts(Tsxx, 2, 2)
  807.         If YAnswer <> 1 Then
  808.             Cancel = 1
  809.             Exit Sub
  810.         End If
  811.     End If
  812.     '卸载打印页面窗体
  813.     Unload Dyymctbl
  814.  
  815.     '判断单据是否发生变化,并返回相应标识
  816.     If Bln_BillChange Then
  817.         Xtfhcs = "1"
  818.     Else
  819.         Xtfhcs = "0"
  820.     End If
  821.    
  822. End Sub
  823. Private Sub Sjcsh(Str_Pzclzt As String)              '数据初始化模块(根据实际情况)
  824.     
  825.     Dim Sqlstr As String       '查询单据列表条件
  826.     '[>>根据实际情况初始化
  827.     Select Case Str_Pzclzt
  828.         Case "1"   '填制单据
  829.             '调入用户查询结果动态集(默认显示用户当前操作业务日期的单据)
  830.             Sqlstr = "SELECT InOutMainId From Gy_InOutMain Where BillDate='" & Xtrq & "' and billcode='1212' ORDER BY InOutMainId "
  831.             Set Rec_Query = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  832.             
  833.             '新增单据
  834.             Call Sub_AddBill
  835.         Case "2"   '查询单据(单据列表)
  836.         
  837.             '填充查询单据标识
  838.             Lab_BillId.Caption = XT_BillID
  839.             Str_QueryCondi = Xtcdcsfz
  840.                 
  841.             Call Sub_ShowBill
  842.             Call Sub_OperStatus("10")
  843.       
  844.             '调入用户查询结果动态集
  845.             Sqlstr = "SELECT DISTINCT InOutMainId From KF_V_MateIn a " & Str_QueryCondi & " ORDER BY InOutMainId"
  846.             Set Rec_Query = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  847.             Rec_Query.Find "InOutMainId=" & Val(Lab_BillId.Caption)
  848.         Case "3"   '明细帐联查单据
  849.             '设置工具条显示
  850.             With Tlb_Action
  851.                 .Buttons("xz").Enabled = False             '新增
  852.                 .Buttons("xg").Enabled = False             '修改
  853.                 .Buttons("sc").Enabled = False             '删除
  854.                 .Buttons("fgh0").Enabled = False           '分隔行
  855.                 .Buttons("zh").Enabled = False             '增行
  856.                 .Buttons("sh").Enabled = False             '删行
  857.                 .Buttons("fgh1").Enabled = False           '分隔行
  858.                 .Buttons("bc").Enabled = False             '保存
  859.                 .Buttons("fq").Enabled = False             '放弃
  860.                 .Buttons("shsh").Enabled = False           '审核
  861.                 .Buttons("shqs").Enabled = False           '弃审
  862.                 .Buttons("fgh2").Enabled = False           '分隔行
  863.                 .Buttons("first").Enabled = False          '首张
  864.                 .Buttons("prev").Enabled = False           '上张
  865.                 .Buttons("next").Enabled = False           '下张
  866.                 .Buttons("last").Enabled = False           '末张
  867.                 .Buttons("fgh5").Enabled = False           '分割行
  868.             End With
  869.             Lab_BillId.Caption = XT_BillID
  870.             Str_QueryCondi = Xtcdcsfz
  871.             Call Sub_ShowBill
  872.       
  873.             '设置操作状态为浏览
  874.             Lab_OperStatus.Caption = "1"
  875.       
  876.             '录入文本框
  877.             For jsqte = Max_Text_Index To 0 Step -1
  878.             LrText(jsqte).Enabled = False
  879.         Next jsqte
  880.     End Select
  881.   
  882.     '<<]
  883.   
  884. End Sub
  885. Private Sub Sub_ShowBill()                                          '根据当前单据ID显示整张单据内容
  886.    
  887.     '过程默认参数为当前窗体中单据ID:Lab_BillID
  888.     Dim Sqlstr As String                           '临时使用字符串
  889.     Dim RecTemp As New ADODB.Recordset             '临时使用动态集
  890.     Dim jsqte As Long                              '临时计数器
  891.     '禁止网格刷新动作,为加快网格显示速度(Fixed)
  892.     WglrGrid.Redraw = False
  893.     '本张单据查询字符串
  894.     Sqlstr = "SELECT * " & _
  895.             " FROM KF_V_MateIn " & _
  896.             " Where InOutMainId='" & Val(Lab_BillId.Caption) & "' Order By KF_V_MateIn.InOutSubId"
  897.     Set RecTemp = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  898.       
  899.     With RecTemp
  900.         WglrGrid.Rows = WglrGrid.FixedRows
  901.         If .EOF Then
  902.             WglrGrid.Redraw = True
  903.             Exit Sub
  904.         Else
  905.             '[>>显示单据头
  906.             TextChangeLock = True     '文本框加锁
  907.             LrText(0).Text = Trim(.Fields("InvoiceNum") & "")                                                       '发票号
  908.             LrText(0).Tag = Trim(.Fields("InvoiceID") & "")                                                         '发票ID
  909.             LrText(3).Text = Trim(.Fields("whname") & "")                                                           '仓库
  910.             LrText(3).Tag = Trim(.Fields("whcode") & "")
  911.             If IsDate(.Fields("BillDate")) Then
  912.                 LrText(1).Text = Format(.Fields("BillDate"), "yyyy-mm-dd")                                          '制单日期
  913.             End If
  914.             LrText(2).Text = Trim(.Fields("BillNum") & "")                                                          '单据号
  915.             
  916.             LrText(4).Tag = Trim(.Fields("SupplierCode") & "")                                                      '供应商
  917.             LrText(4).Text = Trim(.Fields("SupplierName") & "")
  918.             
  919.             LrText(6).Tag = Trim(.Fields("DeptCode") & "")
  920.             LrText(6).Text = Trim(.Fields("DeptName") & "")                                                         '部门
  921.             
  922.             LrText(5).Tag = Trim(.Fields("InoutClassCode") & "")                                                    '收发类别
  923.             LrText(5).Text = Trim(.Fields("InoutClassName") & "")
  924.             
  925.             LrText(8).Text = Trim(.Fields("remark") & "")                                                           '备注
  926.             LrText(7).Tag = Trim(.Fields("PersonCode") & "")                                                        '人员
  927.             LrText(7).Text = Trim(.Fields("PersonName") & "")
  928.             LrText(11).Text = Trim(.Fields("ChalkItupMan") & "")                                                    '记帐
  929.             LrText(10).Text = Trim(.Fields("kfchecker") & "")                                                       '审核
  930.             LrText(9).Text = Trim(.Fields("maker") & "")                                                            '制单
  931.             TextChangeLock = False    '文本框解锁
  932.             '<<]
  933.             
  934.            
  935.         End If
  936.         
  937.         jsqte = WglrGrid.FixedRows
  938.         Do While Not .EOF
  939.             WglrGrid.AddItem ""
  940.             '[>>显示单据分录
  941.             WglrGrid.TextMatrix(jsqte, 0) = "*"                                                                             '数据有效行标识(必填)
  942.             WglrGrid.TextMatrix(jsqte, Sydz("001", GridStr(), Szzls)) = Trim(.Fields("MNumber") & "")               '物料编码
  943.             WglrGrid.TextMatrix(jsqte, Sydz("002", GridStr(), Szzls)) = Trim(.Fields("MName") & "")                 '物料名称
  944.             WglrGrid.TextMatrix(jsqte, Sydz("003", GridStr(), Szzls)) = Trim(.Fields("Model") & "")                 '物料规格
  945.             WglrGrid.TextMatrix(jsqte, Sydz("004", GridStr(), Szzls)) = Trim(.Fields("PrimaryUnitName") & "")
  946.             
  947.      
  948.             If .Fields("FactReceiptQuan") <> 0 Then
  949.                 WglrGrid.TextMatrix(jsqte, Sydz("005", GridStr(), Szzls)) = .Fields("FactReceiptQuan")              '数量
  950.                  
  951.             End If
  952.             If Not WglrGrid.ColHidden(Sydz("006", GridStr(), Szzls)) Then
  953.                 If .Fields("PlanPrice") <> 0 Then
  954.                     WglrGrid.TextMatrix(jsqte, Sydz("006", GridStr(), Szzls)) = .Fields("PlanPrice")                '计划价
  955.                 End If
  956.             End If
  957.             
  958.             If Not WglrGrid.ColHidden(Sydz("008", GridStr(), Szzls)) Then
  959.                 If .Fields("PlanMoney") <> 0 Then
  960.                     WglrGrid.TextMatrix(jsqte, Sydz("008", GridStr(), Szzls)) = .Fields("PlanMoney")                '计划金额
  961.                 End If
  962.             End If
  963.             If .Fields("EMoney") <> 0 Then
  964.                 WglrGrid.TextMatrix(jsqte, Sydz("009", GridStr(), Szzls)) = .Fields("EMoney")                       '金额
  965.             End If
  966.             If .Fields("FactReceiptQuan") <> 0 Then
  967.                 WglrGrid.TextMatrix(jsqte, Sydz("007", GridStr(), Szzls)) = .Fields("EMoney") / .Fields("FactReceiptQuan")    '单价
  968.             End If
  969.             '<<]
  970.                    
  971.             WglrGrid.RowHeight(jsqte) = Sjhgd
  972.             .MoveNext
  973.             jsqte = jsqte + 1
  974.         Loop
  975.     End With
  976.        
  977.             
  978.     '调整网格(Fixed)
  979.     Call Sub_AdjustGrid
  980.     Call Cshhjwg
  981.     '计算合计数据(Fixed)
  982.     For jsqte = Qslz To WglrGrid.Cols - 1
  983.         Call Sjhj(jsqte)
  984.     Next jsqte
  985.     
  986.     '将网格刷新解禁(Fixed)
  987.     WglrGrid.Redraw = True
  988.        
  989.     '设置审核弃审按钮状态
  990.     If Trim(Lab_Djclzt.Caption) <> "3" Then
  991.         Call Sub_CheckStatus
  992.     End If
  993.        
  994. End Sub
  995. Private Sub Tlb_Action_ButtonClick(ByVal Button As MSComctlLib.Button)             '用户点击工具条
  996.      
  997.     '屏蔽文本框,下拉组合框有效性判断
  998.     Valilock = True
  999.      
  1000.     '屏蔽网格失去焦点产生的有效性判断
  1001.     Changelock = True
  1002.          
  1003.     Select Case Button.Key
  1004.         Case "yl"                                            '预 览
  1005.             If Fun_Drfrmyxxpd Then
  1006.                 BillGridPrint WglrGrid, LrText, GridStr(), Szzls, GridCode, TextGroupCode, XtReportCode, False
  1007.             End If
  1008.         Case "dy"                                            '打 印
  1009.             If Fun_Drfrmyxxpd Then
  1010.                 Dim Yhanswer As Integer      '打印提示
  1011.                 
  1012.                 '用户确认是否打印单据
  1013.                 Tsxx = "请确认是否打印当前单据?"
  1014.                 Yhanswer = Xtxxts(Tsxx, 2, 2)
  1015.                 If Yhanswer = 2 Then
  1016.                     Exit Sub
  1017.                 End If
  1018.                 BillGridPrint WglrGrid, LrText, GridStr(), Szzls, GridCode, TextGroupCode, XtReportCode, True
  1019.             End If
  1020.         Case "xz"                                            '新 增
  1021.             Call Sub_AddBill
  1022.         Case "xg"                                            '修 改
  1023.             Call Sub_EditBill
  1024.         Case "sc"                                            '删 除
  1025.             Call Sub_DeleteBill
  1026.         Case "zh"                                            '增 行
  1027.             Call zjlrfl
  1028.         Case "sh"                                            '删 行
  1029.             Call Scdqfl
  1030.         Case "bc"                                            '保 存
  1031.             If Fun_Drfrmyxxpd Then
  1032.                 Call Sub_SaveBill
  1033.             End If
  1034.         Case "fq"                                            '放 弃
  1035.             Call Sub_AbandonBill
  1036.         Case "shsh"                                          '审 核
  1037.             Call Sub_CheckBill
  1038.         Case "shqs"                                          '弃 审
  1039.             Call Sub_AbandonCheck
  1040.         Case "first"                                         '首 张
  1041.             Call Sub_First
  1042.         Case "prev"                                          '上 张
  1043.             Call Sub_Prev
  1044.         Case "next"                                          '下 张
  1045.             Call Sub_next
  1046.         Case "last"                                          '末 张
  1047.             Call Sub_Last
  1048.         Case "bz"                                            '帮 助
  1049.             Call F1bz
  1050.         Case "fh"                                            '退 出
  1051.             Unload Me
  1052.     End Select
  1053.        
  1054.     '解 锁
  1055.     Valilock = False
  1056.     Changelock = False
  1057.     TextChangeLock = False
  1058.         
  1059. End Sub
  1060. Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)     '支持热键操作
  1061.     
  1062.     Select Case KeyCode
  1063.         Case vbKeyF5          '增加单据
  1064.             If Tlb_Action.Buttons("xz").Enabled And Tlb_Action.Buttons("xz").Visible Then
  1065.                 Call Sub_AddBill
  1066.             End If
  1067.         Case vbKeyF3          '修改单据
  1068.             If Tlb_Action.Buttons("xg").Enabled And Tlb_Action.Buttons("xg").Visible Then
  1069.                 Call Sub_EditBill
  1070.             End If
  1071.         Case vbKeyF6          '保存单据
  1072.             If Tlb_Action.Buttons("bc").Enabled And Tlb_Action.Buttons("bc").Visible Then
  1073.                 If Fun_Drfrmyxxpd Then Call Sub_SaveBill
  1074.             End If
  1075.     End Select
  1076. End Sub
  1077. Private Sub Sub_OperStatus(Str_Status As String)                 '工具条依据不同状态所进行的变化
  1078.     
  1079.     With Tlb_Action
  1080.         Select Case Str_Status
  1081.             Case "10"   '浏览((列表)调入单据处理时的进入状态、(列表)新增状态时放弃录入)
  1082.                 '工具条
  1083.                 .Buttons("dy").Enabled = True       '打印
  1084.                 .Buttons("yl").Enabled = True       '预览
  1085.                 .Buttons("xz").Enabled = True       '新增
  1086.                 .Buttons("xg").Enabled = True       '修改
  1087.                 .Buttons("sc").Enabled = True       '删除
  1088.                 .Buttons("zh").Enabled = False      '增行
  1089.                 .Buttons("sh").Enabled = False      '删行
  1090.                 .Buttons("bc").Enabled = False      '保存
  1091.                 .Buttons("fq").Enabled = False      '放弃
  1092.                 .Buttons("first").Enabled = True    '首张
  1093.                 .Buttons("prev").Enabled = True     '上张
  1094.                 .Buttons("next").Enabled = True     '下张
  1095.                 .Buttons("last").Enabled = True     '末张
  1096.                 .Buttons("bz").Enabled = True       '帮助
  1097.                 .Buttons("fh").Enabled = True       '退出
  1098.         
  1099.                 '设置审核弃审按钮状态
  1100.                 Call Sub_CheckStatus
  1101.         
  1102.                 '设置文本框录入状态
  1103.                 Call Sub_LrtextStatus(False)
  1104.             Case "20"   '新增单据((录入)新增一张单据 、(列表)新增一张单据)
  1105.                 '工具条
  1106.                 .Buttons("dy").Enabled = False      '打印
  1107.                 .Buttons("yl").Enabled = False      '预览
  1108.                 .Buttons("xz").Enabled = False      '新增
  1109.                 .Buttons("xg").Enabled = False      '修改
  1110.                 .Buttons("sc").Enabled = False      '删除
  1111.                 .Buttons("zh").Enabled = True       '增行
  1112.                 .Buttons("sh").Enabled = True       '删行
  1113.                 .Buttons("bc").Enabled = True       '保存
  1114.                 .Buttons("fq").Enabled = True       '放弃
  1115.                 .Buttons("shsh").Enabled = False    '审核
  1116.                 .Buttons("shqs").Enabled = False    '弃审
  1117.                 .Buttons("first").Enabled = False   '首张
  1118.                 .Buttons("prev").Enabled = False    '上张
  1119.                 .Buttons("next").Enabled = False    '下张
  1120.                 .Buttons("last").Enabled = False    '末张
  1121.                 .Buttons("bz").Enabled = True       '帮助
  1122.                 .Buttons("fh").Enabled = True       '退出
  1123.                 
  1124.                 '设置文本框录入状态
  1125.                 Call Sub_LrtextStatus(True)
  1126.             Case "30"   '修改((录入)调入修改功能、(列表)调入修改功能)
  1127.                 '工具条
  1128.                 .Buttons("dy").Enabled = False      '打印
  1129.                 .Buttons("yl").Enabled = False      '预览
  1130.                 .Buttons("xz").Enabled = False      '新增
  1131.                 .Buttons("xg").Enabled = False      '修改
  1132.                 .Buttons("sc").Enabled = False      '删除
  1133.                 .Buttons("zh").Enabled = True       '增行
  1134.                 .Buttons("sh").Enabled = True       '删行
  1135.                 .Buttons("bc").Enabled = True       '保存
  1136.                 .Buttons("fq").Enabled = True       '放弃
  1137.                 .Buttons("shsh").Enabled = False    '审核
  1138.                 .Buttons("shqs").Enabled = False    '弃审
  1139.                 .Buttons("first").Enabled = False   '首张
  1140.                 .Buttons("prev").Enabled = False    '上张
  1141.                 .Buttons("next").Enabled = False    '下张
  1142.                 .Buttons("last").Enabled = False    '末张
  1143.                 .Buttons("bz").Enabled = True       '帮助
  1144.                 .Buttons("fh").Enabled = True       '退出
  1145.                 
  1146.                 '设置文本框录入状态
  1147.                 Call Sub_LrtextStatus(True)
  1148.         End Select
  1149.     End With
  1150. End Sub
  1151. Private Sub Sub_LrtextStatus(TextEnabled As Boolean)                            '设置录入文本框状态
  1152.     '录入文本框状态设置
  1153.     If TextEnabled Then
  1154.         For jsqte = Max_Text_Index To 0 Step -1
  1155.             '判断文本框是否可编辑
  1156.             If Textboolean(jsqte, 5) Then
  1157.                 LrText(jsqte).Enabled = True
  1158.             Else
  1159.                 LrText(jsqte).Enabled = False
  1160.             End If
  1161.         Next jsqte
  1162.     Else
  1163.         For jsqte = Max_Text_Index To 0 Step -1
  1164.             LrText(jsqte).Enabled = False
  1165.         Next jsqte
  1166.     End If
  1167. End Sub
  1168. Private Sub Sub_CheckStatus()                                       '设置审核弃审按钮状态(亦可设置其他动作按钮状态)
  1169.     
  1170.     '根据当前单据状态来确定审核弃审按钮状态
  1171.     If Trim(LrText(9).Text) <> "" And Trim(LrText(10).Text) = "" Then
  1172.         Tlb_Action.Buttons("shsh").Enabled = True      '审核
  1173.     Else
  1174.         Tlb_Action.Buttons("shsh").Enabled = False   '审核
  1175.     End If
  1176.     If Trim(LrText(10).Text) <> "" And Trim(LrText(9).Text) <> "" Then
  1177.         Tlb_Action.Buttons("shqs").Enabled = True      '弃审
  1178.     Else
  1179.         Tlb_Action.Buttons("shqs").Enabled = False   '弃审
  1180.     End If
  1181. End Sub
  1182. Private Sub Wbkcl()                                                 '文本框录入之前处理(根据实际情况)
  1183.     
  1184.     Dim xswbrr As String
  1185.     With WglrGrid
  1186.         Zdlrqnr = Trim(.Text)
  1187.         xswbrr = Trim(.Text)
  1188.         If GridBoolean(.Col, 3) Then   '列表框录入
  1189.             '填充列表框程序
  1190.             Call FillCombo(YdCombo, GridStr(.Col, 5), xswbrr, 0)
  1191.         Else
  1192.             Wbkbhlock = True
  1193.        
  1194.             '====以下为用户自定义
  1195.             Ydtext.Text = xswbrr
  1196.             '====以上为用户自定义
  1197.          
  1198.             Wbkbhlock = False
  1199.             Ydtext.SelStart = Len(Ydtext.Text)
  1200.         End If
  1201.     End With
  1202. End Sub
  1203. Private Function sjzdyxxpd(Dqpdwgh As Long, Dqpdwgl As Long) As Boolean       '录入数据字段有效性判断,同时进行字段录入事后处理
  1204.  
  1205.     '函数参数:Dqpdwgh, Dqpdwgl 当前要判断网格单元所处行列值
  1206.     Dim Str_JudgeText As String                 '临时有效性判断字段内容
  1207.     Dim Coljsq As Long                          '临时列计数器
  1208.     Dim RecTemp As New ADODB.Recordset          '临时使用动态集
  1209.     Dim Sqlstr As String                        '临时使用查询字符串
  1210.     With WglrGrid
  1211.         '非录入状态或非数据行则其有效性为合法
  1212.         If Yxxpdlock Or .Row < .FixedRows Then
  1213.             sjzdyxxpd = True
  1214.             Exit Function
  1215.         End If
  1216.         
  1217.         '取得当前要判断字段内容
  1218.         Str_JudgeText = Trim(.TextMatrix(Dqpdwgh, Dqpdwgl))
  1219.       
  1220.         '根据不同字段进行相应的处理(依据其逻辑编号)
  1221.         Select Case GridStr(Dqpdwgl, 1)
  1222.             '[>>以下为自定义部分
  1223.             Case "001"                   '物料编码
  1224.                 If Not Trim(Str_JudgeText) = "" Then
  1225.                     '1.放置字段有效性判断
  1226.                     Sqlstr = "SELECT MNumber,MName,Model,PrimaryUnit,PrimaryUnitName,Ispcgl,Isbzqgl,planprice From Gy_Material Where stopflag=0 and MNumber='" & Trim(Str_JudgeText) & "' Or MName='" & Trim(Str_JudgeText) & "'"
  1227.                     Set RecTemp = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  1228.                     If RecTemp.EOF Then
  1229.                         Tsxx = "此物料编码不存在!"
  1230.                         GoTo Lrcwcl
  1231.                     Else
  1232.                         '2.放置字段事后处理程序
  1233.                       
  1234.                         
  1235.                         .TextMatrix(Dqpdwgh, Sydz("001", GridStr(), Szzls)) = Trim(RecTemp.Fields("MNumber") & "")      '显示物料编码
  1236.                         .TextMatrix(Dqpdwgh, Sydz("002", GridStr(), Szzls)) = Trim(RecTemp.Fields("MName") & "")      '显示物料名称
  1237.                         .TextMatrix(Dqpdwgh, Sydz("003", GridStr(), Szzls)) = Trim(RecTemp.Fields("Model") & "")     '显示物料规格型号
  1238.                         .TextMatrix(Dqpdwgh, Sydz("004", GridStr(), Szzls)) = Trim(RecTemp.Fields("PrimaryUnitName") & "")
  1239.                         .TextMatrix(Dqpdwgh, Sydz("006", GridStr(), Szzls)) = Val(RecTemp.Fields("planprice") & "")
  1240.                     End If
  1241.                     '根据公式计算结果
  1242.                         Call Sub_JoinCount(Dqpdwgh, Sydz("005", GridStr(), Szzls))
  1243.                         Call Sub_JoinCount(Dqpdwgh, Sydz("007", GridStr(), Szzls))
  1244.                 Else
  1245.                     '3.清空相关字段
  1246.                     .TextMatrix(Dqpdwgh, Sydz("002", GridStr(), Szzls)) = ""                                             '物料名称
  1247.                     .TextMatrix(Dqpdwgh, Sydz("003", GridStr(), Szzls)) = ""                                             '物料规格型号
  1248.                     .TextMatrix(Dqpdwgh, Sydz("004", GridStr(), Szzls)) = ""
  1249.                 End If
  1250.             Case "005"          '单重
  1251.                 '1.放置字段有效性判断
  1252.                 
  1253.                 '2.放置字段事后处理程序
  1254.                 Call Sub_JoinCount(Dqpdwgh, Sydz("005", GridStr(), Szzls))   '数量(根据公式计算结果)
  1255.             
  1256.             Case "007"          '数量
  1257.                 '1.放置字段有效性判断
  1258.                 '2.放置字段事后处理程序
  1259.                 Call Sub_JoinCount(Dqpdwgh, Sydz("007", GridStr(), Szzls))   '单价(根据公式计算结果)
  1260.             Case "009"          '数量
  1261.                 '1.放置字段有效性判断
  1262.                 '2.放置字段事后处理程序
  1263.                 Call Sub_JoinCount(Dqpdwgh, Sydz("009", GridStr(), Szzls))   '单价(根据公式计算结果)
  1264.                 '2.放置字段事后处理程序
  1265.                 
  1266.                 '<<以上为自定义部分]
  1267.         End Select
  1268.         
  1269.         '字段录入正确后为零字段清空(Fixed)
  1270.         Call Qkwlzd(Dqpdwgh, Dqpdwgl)
  1271.      
  1272.         '字段录入正确后进行数据合计(Fixed)
  1273.         For Coljsq = Qslz To .Cols - 1
  1274.             Call Sjhj(Coljsq)
  1275.         Next Coljsq
  1276.      
  1277.         '字段有效性判断通过,将字段有效性判断加锁直至再次改变(Fixed)
  1278.         sjzdyxxpd = True
  1279.         Yxxpdlock = True
  1280.         Exit Function
  1281.     End With
  1282.   
  1283. Lrcwcl:    '录入错误处理
  1284.     With WglrGrid
  1285.   
  1286.         '给出错误提示信息
  1287.         Call Xtxxts(Tsxx, 0, 1)
  1288.           
  1289.         '返回网格错误位置(ChangeLock避免再次引发RowColChange有效性判断),装入录入载体
  1290.         Changelock = True
  1291.         .Select Dqpdwgh, Dqpdwgl
  1292.         Changelock = False
  1293.         Call xswbk
  1294.           
  1295.         '函数返回False
  1296.         sjzdyxxpd = False
  1297.         Exit Function
  1298.     End With
  1299. End Function
  1300. Private Sub Sub_JoinCount(Lng_CountRow As Long, Lng_CountCol As Long)       '当网格列值发生改变时,处理网格列之间的关联计算(可选)
  1301.   
  1302.   '过程参数:Lng_CountRow,Lng_CountCol 网格改变内容所处行列值
  1303.    
  1304.     With WglrGrid
  1305.         Select Case GridStr(Lng_CountCol, 1)         '判断网格列对应逻辑编号
  1306.                
  1307.             '[>>以下为自定义部分
  1308.            Case "007"    '单价改变
  1309.                 '计算公式:单价*数量=金额
  1310.             
  1311.                 If Val(.TextMatrix(Lng_CountRow, Sydz("005", GridStr(), Szzls))) * Val(.TextMatrix(Lng_CountRow, Sydz("007", GridStr(), Szzls))) <> 0 Then
  1312.                     .TextMatrix(Lng_CountRow, Sydz("009", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("005", GridStr(), Szzls))) * Val(.TextMatrix(Lng_CountRow, Sydz("007", GridStr(), Szzls))), "##0." + String(Xtjexsws, "0"))
  1313.                 Else
  1314.                     .TextMatrix(Lng_CountRow, Sydz("009", GridStr(), Szzls)) = ""
  1315.                 End If
  1316.             Case "005"    '数量改变
  1317.                 '计算公式:单价*数量=金额
  1318.                 If Val(.TextMatrix(Lng_CountRow, Sydz("005", GridStr(), Szzls))) * Val(.TextMatrix(Lng_CountRow, Sydz("007", GridStr(), Szzls))) <> 0 Then
  1319.                     .TextMatrix(Lng_CountRow, Sydz("009", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("005", GridStr(), Szzls))) * Val(.TextMatrix(Lng_CountRow, Sydz("007", GridStr(), Szzls))), "###0." + String(Xtjexsws, "0"))
  1320.                 Else
  1321.                     .TextMatrix(Lng_CountRow, Sydz("009", GridStr(), Szzls)) = ""
  1322.                 End If
  1323.                  If Val(.TextMatrix(Lng_CountRow, Sydz("005", GridStr(), Szzls))) * Val(.TextMatrix(Lng_CountRow, Sydz("006", GridStr(), Szzls))) <> 0 Then
  1324.                     .TextMatrix(Lng_CountRow, Sydz("008", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("005", GridStr(), Szzls))) * Val(.TextMatrix(Lng_CountRow, Sydz("006", GridStr(), Szzls))), "###0." + String(Xtjexsws, "0"))
  1325.                 Else
  1326.                     .TextMatrix(Lng_CountRow, Sydz("008", GridStr(), Szzls)) = ""
  1327.                 End If
  1328.             Case "009"    '金额改变
  1329.                 '计算公式:金额/数量=单价
  1330.                 If Val(.TextMatrix(Lng_CountRow, Sydz("005", GridStr(), Szzls))) <> 0 Then
  1331.                     If Val(.TextMatrix(Lng_CountRow, Sydz("009", GridStr(), Szzls))) / Val(.TextMatrix(Lng_CountRow, Sydz("005", GridStr(), Szzls))) <> 0 Then
  1332.                         .TextMatrix(Lng_CountRow, Sydz("007", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("009", GridStr(), Szzls))) / Val(.TextMatrix(Lng_CountRow, Sydz("005", GridStr(), Szzls))), "###0." + String(Xtdjxsws, "0"))
  1333.                     End If
  1334.                 End If
  1335.             '<<以上为自定义部分]
  1336.         End Select
  1337.     End With
  1338. End Sub
  1339. Private Function Sjhzyxxpd(ByVal Yxxpdh As Long) As Boolean                     '录入数据行有效性判断,同时进行行处理
  1340.  
  1341.     '函数参数:Yxxpdh 要进行有效性判断的网格数据行的行值
  1342.     Dim Lrywlz As Long                            '录入有误网格列值
  1343.     Dim RecTemp As New ADODB.Recordset            '临时使用动态集
  1344.     
  1345.     With WglrGrid
  1346.         If Yxxpdh > (.Rows - 1) Then Exit Function
  1347.         '判断行为空(行中所有可编辑列数据均为空或为零)和无效数据行则清除当前行
  1348.         If .TextMatrix(Yxxpdh, 0) <> "*" Then
  1349.             Sjhzyxxpd = True
  1350.             Exit Function
  1351.         Else
  1352.             If pdhwk(Yxxpdh) And Yxxpdh + 1 <= .Rows - 1 Then
  1353.                 '当要判断行处于网格末行时才允许删行,否则要进行有效性判断
  1354.                 If .TextMatrix(Yxxpdh + 1, 0) <> "*" Then
  1355.                     Changelock = True
  1356.                     .RemoveItem Yxxpdh
  1357.                     If .Rows < Pmbcsjhs + .FixedRows + Fzxwghs + 1 Then
  1358.                         .AddItem ""
  1359.                         .RowHeight(.Rows - 1) = Sjhgd
  1360.                     End If
  1361.                     Changelock = False
  1362.                     Sjhzyxxpd = True
  1363.                     Exit Function
  1364.                 End If
  1365.             End If
  1366.         End If
  1367.   
  1368.         '行没有发生变化则不进行有效性判断
  1369.         If Hyxxpdlock Then
  1370.             Sjhzyxxpd = True
  1371.             Exit Function
  1372.         End If
  1373.   
  1374.         '[>>以下为自定义部分
  1375.     
  1376.         '1.放置行有效性判断程序
  1377.            
  1378.         '1.1首先进行单个不能为空或不能为零判断(Fixed)
  1379.         For jsqte = Qslz To .Cols - 1
  1380.             
  1381.             '字段不能为空
  1382.             If GridInt(jsqte, 5) = 1 Then
  1383.                 If Len(Trim(.TextMatrix(Yxxpdh, jsqte))) = 0 Then
  1384.                     Tsxx = GridStr(jsqte, 2)
  1385.                     Lrywlz = jsqte
  1386.                     GoTo Lrcwcl
  1387.                     Exit For
  1388.                 End If
  1389.             End If
  1390.             
  1391.             '字段不能为零
  1392.             If GridInt(jsqte, 5) = 2 Then
  1393.                 If Val(Trim(.TextMatrix(Yxxpdh, jsqte))) = 0 Then
  1394.                     Tsxx = GridStr(jsqte, 2)
  1395.                     Lrywlz = jsqte
  1396.                     GoTo Lrcwcl
  1397.                     Exit For
  1398.                 End If
  1399.             End If
  1400.         Next jsqte
  1401.         
  1402.         '1.2进行其他有效性判断,编写格式同1.1
  1403.             
  1404.         '2.放置行处理程序(当数据行通过有效性判断)
  1405.         '以上为自定义部分<<]
  1406.     End With    'WglrGrid
  1407.     '如果此行通过行有效性判断则加锁,直至此行数据再次发生变化
  1408.     Sjhzyxxpd = True
  1409.     Hyxxpdlock = True
  1410.     Exit Function
  1411. Lrcwcl:      '录入错误处理
  1412.     With WglrGrid
  1413.   
  1414.         '给出错误提示信息
  1415.         Call Xtxxts(Tsxx, 0, 1)
  1416.       
  1417.         '返回网格错误位置 (ChangeLock避免再次引发RowColChange有效性判断), 装入录入载体
  1418.         Changelock = True
  1419.         .Select Yxxpdh, Lrywlz
  1420.         Changelock = False
  1421.         Call xswbk
  1422.     
  1423.         '函数返回False
  1424.         Sjhzyxxpd = False
  1425.         Exit Function
  1426.     End With
  1427. End Function
  1428. Private Sub Sub_AddBill()                                                '新增一张单据
  1429.     
  1430.     Dim RecTemp As New ADODB.Recordset            '临时使用动态集
  1431.     Dim jsqte As Long                             '临时计数器
  1432.     '判断用户是否有此功能执行权限,如有则写上机日志(进入)
  1433.      If Not Security_Log(Str_RightEdit, Xtczybm, 1, True) Then
  1434.         Exit Sub
  1435.      End If
  1436.    
  1437.     If Judge_NowDate = False Then Exit Sub
  1438.     '设置操作状态为新增(Fixed)
  1439.     Lab_OperStatus.Caption = "2"
  1440.        GridBoolean(Sydz("001", GridStr(), Szzls), 1) = True
  1441.     '设置工具条状态(Fixed)
  1442.     Call Sub_OperStatus("20")
  1443.    
  1444.     '清空VouchID(Fixed)
  1445.     Lab_BillId.Caption = ""
  1446.       
  1447.     '录入文本框清除内容
  1448.     For jsqte = Max_Text_Index To 0 Step -1
  1449.         LrText(jsqte).Tag = ""
  1450.         LrText(jsqte).Text = ""
  1451.     Next jsqte
  1452.    
  1453.     '[>>显示制单人,清空审核人,此处还可以设置录入默认值如自动生成单据号、默认单据录入日期注意加锁
  1454.     LrText(9).Text = Xtczy
  1455.     LrText(10).Text = ""
  1456.     LrText(11).Text = ""
  1457. '
  1458.     '读取最新的单据编码
  1459. '    LrText(0).Text = CreatBillCode(BillCode, False)
  1460.        
  1461.     '设置订单日期默认为系统业务日期
  1462.     TextChangeLock = True
  1463.     LrText(1).Text = Format(Xtrq, "yyyy-mm-dd")
  1464.     TextChangeLock = False
  1465.    
  1466.     '<<]
  1467.    
  1468.     '重置网格(Fixed)
  1469.     With WglrGrid
  1470.         .Rows = Pmbcsjhs + .FixedRows + Fzxwghs + 1
  1471.         For jsqte = .FixedRows To .Rows - 1
  1472.             .RowHeight(jsqte) = Sjhgd
  1473.         Next jsqte
  1474.         WglrGrid.Clear 1
  1475.         Changelock = True
  1476.         .Select .FixedRows, Qslz
  1477.         Changelock = False
  1478.     End With
  1479.    
  1480.     '计算合计数据(清零)(Fixed)
  1481.     For jsqte = Qslz To WglrGrid.Cols - 1
  1482.         Call Sjhj(jsqte)
  1483.     Next jsqte
  1484.     
  1485.     '让第一个录入项得到焦点(Fixed)
  1486.     On Error Resume Next
  1487.     LrText(1).SetFocus
  1488.    
  1489. End Sub
  1490. Private Sub Sub_EditBill()                                                '修改一张单据
  1491.    
  1492.     Dim RecTemp As New ADODB.Recordset     '临时使用动态集
  1493.     '判断用户是否有此功能执行权限,如有则写上机日志(进入)
  1494.      If Not Security_Log(Str_RightEdit, Xtczybm, 1, True) Then
  1495.         Exit Sub
  1496.      End If
  1497.    
  1498.     '非有效单据不予进行修改动作
  1499.     If Val(Lab_BillId.Caption) = 0 Then
  1500.         Exit Sub
  1501.     End If
  1502.    
  1503.     '判断当前单据是否允许修改
  1504.     If Not Fun_AllowEdit Then
  1505.         Exit Sub
  1506.     End If
  1507.    
  1508.     '设置操作状态为修改
  1509.     Lab_OperStatus.Caption = "3"
  1510.    
  1511.     '设置工具条状态
  1512.     Call Sub_OperStatus("30")
  1513.         
  1514.     '显示制单人
  1515.     LrText(9).Text = Xtczy
  1516.     LrText(0).Enabled = False
  1517. End Sub
  1518. Private Sub Sub_DeleteBill()                                               '删除当前单据
  1519.     Dim YAnswer As Integer               '确认是否删除当前单据
  1520.     Dim jsqte As Long                    '临时使用计数器
  1521.     '判断用户是否有此功能执行权限,如有则写上机日志(进入)
  1522.      If Not Security_Log(Str_RightEdit, Xtczybm, 1, True) Then
  1523.         Exit Sub
  1524.      End If
  1525.   
  1526.     '非有效单据不予进行删除动作
  1527.     If Val(Lab_BillId.Caption) = 0 Then
  1528.         Exit Sub
  1529.     End If
  1530.    
  1531.     Tsxx = "请确认是否删除当前单据?"
  1532.     YAnswer = Xtxxts(Tsxx, 2, 2)
  1533.    
  1534.     If YAnswer = 1 Then
  1535.    
  1536.         '判断当前单据是否允许删除
  1537.         If Not Fun_AllowEdit Then
  1538.             Exit Sub
  1539.         End If
  1540.       
  1541.         '进行事务处理
  1542.         On Error GoTo Swcwcl
  1543.         Cw_DataEnvi.DataConnect.BeginTrans
  1544.    
  1545.         '1.删除单据所有内容
  1546.         Cw_DataEnvi.DataConnect.Execute ("Delete Gy_InOutSub Where InOutMainId=" & Val(Lab_BillId.Caption))
  1547.         Cw_DataEnvi.DataConnect.Execute ("Delete Gy_InOutMain Where InOutMainId=" & Val(Lab_BillId.Caption))
  1548.         Cw_DataEnvi.DataConnect.Execute ("update Cg_InvoiceMain set BanlanceDate=null,BanlanPeriod=null,BanlanKjYear=null where InvoiceMainID=" & Val(LrText(0).Tag) & " and InvoiceNum='" & Trim(LrText(0).Text) & "'")
  1549.                
  1550.         Cw_DataEnvi.DataConnect.CommitTrans
  1551.       
  1552.         '标识单据发生改动
  1553.         Bln_BillChange = True
  1554.   
  1555.         '单据ID置0
  1556.         Lab_BillId.Caption = 0
  1557.     Else
  1558.         Exit Sub
  1559.     End If
  1560.     
  1561.    '删除单据后重置状态
  1562.         
  1563.     '1.显示下一张单据
  1564.     Call Sub_next
  1565.         
  1566.     '2.如果无下一张单据则搜索上一张单据
  1567.     If Val(Lab_BillId.Caption) = 0 Then
  1568.         Call Sub_Prev
  1569.     End If
  1570.         
  1571.     '3.如无单据则置单据为空状态
  1572.     If Val(Lab_BillId.Caption) = 0 Then
  1573.         '清除录入文本框
  1574.         For jsqte = Max_Text_Index To 0 Step -1
  1575.             LrText(jsqte).Tag = ""
  1576.             LrText(jsqte).Text = ""
  1577.         Next jsqte
  1578.     
  1579.         '重置网格(Fixed)
  1580.         With WglrGrid
  1581.             .Rows = Pmbcsjhs + .FixedRows + Fzxwghs + 1
  1582.             For jsqte = .FixedRows To .Rows - 1
  1583.                 .RowHeight(jsqte) = Sjhgd
  1584.             Next jsqte
  1585.             WglrGrid.Clear 1
  1586.             Changelock = True
  1587.             .Select .FixedRows, Qslz
  1588.             Changelock = False
  1589.         End With
  1590.     
  1591.         '计算合计数据(清零)(Fixed)
  1592.         For jsqte = Qslz To WglrGrid.Cols - 1
  1593.             Call Sjhj(jsqte)
  1594.         Next jsqte
  1595.     
  1596.         '设置操作状态为浏览
  1597.         Lab_OperStatus = "1"
  1598.         Call Sub_OperStatus("10")
  1599.     End If
  1600.     Rec_Query.Requery
  1601.     Rec_Query.Find "InOutMainId=" & Val(Lab_BillId.Caption)
  1602.     Exit Sub
  1603.    
  1604. Swcwcl:          '单据删除时出现错误
  1605.     Cw_DataEnvi.DataConnect.RollbackTrans
  1606.     Tsxx = "单据删除过程中出现未知错误,程序自动恢复保存前状态!"
  1607.     Call Xtxxts(Tsxx, 0, 1)
  1608.     Exit Sub
  1609. End Sub
  1610. Private Sub Sub_AbandonBill()                                              '放弃对当前单据的操作
  1611.  
  1612.     Dim jsqte As Long                    '临时使用计数器
  1613.   
  1614.     '先关闭录入载体(Fixed)
  1615.     Changelock = True
  1616.     Valilock = True
  1617.     Call Ycwbk
  1618.     Changelock = False
  1619.     Valilock = False
  1620.     '如果单据有效则重新显示当前单据,置单据为空状态
  1621.     If Not Rec_Query.EOF Then
  1622.         Lab_BillId.Caption = Rec_Query.Fields("InOutMainId")
  1623.         Call Sub_ShowBill
  1624.     Else
  1625.         '单据ID置为0
  1626.         Lab_BillId.Caption = 0
  1627.      
  1628.         '清除录入文本框
  1629.         For jsqte = Max_Text_Index To 0 Step -1
  1630.             LrText(jsqte).Tag = ""
  1631.             LrText(jsqte).Text = ""
  1632.         Next jsqte
  1633.         '重置网格(Fixed)
  1634.         With WglrGrid
  1635.             .Rows = Pmbcsjhs + .FixedRows + Fzxwghs + 1
  1636.             For jsqte = .FixedRows To .Rows - 1
  1637.                 .RowHeight(jsqte) = Sjhgd
  1638.             Next jsqte
  1639.             WglrGrid.Clear 1
  1640.             Changelock = True
  1641.             .Select .FixedRows, Qslz
  1642.             Changelock = False
  1643.         End With
  1644.         '计算合计数据(清零)(Fixed)
  1645.         For jsqte = Qslz To WglrGrid.Cols - 1
  1646.             Call Sjhj(jsqte)
  1647.         Next jsqte
  1648.     End If
  1649.     
  1650.     '设置操作状态为浏览
  1651.     Lab_OperStatus = "1"
  1652.     Call Sub_OperStatus("10")
  1653. End Sub
  1654. Private Function Sub_SaveBill() As Boolean                                   '保 存 单 据
  1655.   
  1656.     Dim RecTemp As New ADODB.Recordset                    '临时使用动态集
  1657.     Dim Rec_VouchMain As New ADODB.Recordset              '单据主表动态集
  1658.     Dim Rec_VouchSub As New ADODB.Recordset               '单据子表动态集
  1659.     Dim Rowjsq As Long                                    '网格行计数器
  1660.     Dim Coljsq As Long                                    '网格列计数器
  1661.     Dim jsqte As Integer                                  '临时计数器
  1662.     Dim Lng_RowCount As Long                              '有效数据行计数器
  1663.     Dim Lrywlz As Long                                    '录入有误列值
  1664.     Dim Int_Year As Integer                               '用户选择会计年度
  1665.     Dim Int_Period As Integer                             '用户选择会计期间
  1666.     Sub_SaveBill = False
  1667.   
  1668.     '一.============先对单据内容进行有效性判断==============='
  1669.   
  1670.     '先进行字段不能为空或不能为零有效性判断(Fixed)
  1671.     For jsqte = 0 To Max_Text_Index
  1672.         If Textint(jsqte, 8) = 1 Then     '字段不能为空
  1673.             If Len(Trim(LrText(jsqte).Text)) = 0 Then
  1674.                 Tsxx = Textstr(jsqte, 7) & "不能为空!"
  1675.                 Call Xtxxts(Tsxx, 0, 1)
  1676.                 If LrText(jsqte).Enabled Then
  1677.                     LrText(jsqte).SetFocus
  1678.                 End If
  1679.                 Exit Function
  1680.             End If
  1681.         Else
  1682.             If Textint(jsqte, 8) = 2 Then   '字段不能为零
  1683.                 If Val(Trim(LrText(jsqte).Text)) = 0 Then
  1684.                     Tsxx = Textstr(jsqte, 7) & "不能为零!"
  1685.                     Call Xtxxts(Tsxx, 0, 1)
  1686.                     LrText(jsqte).SetFocus
  1687.                     Exit Function
  1688.                 End If
  1689.             End If
  1690.         End If
  1691.     Next jsqte
  1692.     
  1693.     '对需要进行事后判断的文本框录入内容进行有效性判断 (Fixed)
  1694.     For jsqte = 0 To Max_Text_Index
  1695.         If Textint(jsqte, 9) = 0 Or Textint(jsqte, 9) = 2 Then
  1696.             If Not TextYxxpd(jsqte) Then
  1697.                 Call TextShow(jsqte)
  1698.                 Exit Function
  1699.             End If
  1700.         End If
  1701.     Next jsqte
  1702.   
  1703.     '[>>
  1704.   
  1705.     '可在此区域写入其他对单据表头内容的有效性判断.
  1706.     
  1707.     '[判断用户所选会计期间是否有效(非结帐月份),且制单日期必须和所选会计期间一致
  1708.     If CheckBillDate(LrText(1), Int_Year, Int_Period) = True Then
  1709.         Exit Function
  1710.     End If
  1711.     
  1712.     Dim strSQLTemp As String
  1713.     Dim adoRec As New ADODB.Recordset
  1714.     Dim strSQL As String
  1715.     Dim adoRecTemp As New ADODB.Recordset
  1716.     
  1717.     strSQLTemp = "SELECT MAX(Period) AS MaxPeriod FROM GY_kjrlb WHERE kfjzbz=1"
  1718.     Set adoRec = Cw_DataEnvi.DataConnect.Execute(strSQLTemp)
  1719.     With adoRec
  1720.         If Not .EOF Then
  1721.             If Not IsNull(.Fields("MaxPeriod")) Then
  1722.                 If .Fields("MaxPeriod") = 12 Then
  1723.                     TempPeriod = 0
  1724.                 Else
  1725.                     TempPeriod = .Fields("MaxPeriod")
  1726.                 End If
  1727.             Else
  1728.                 TempPeriod = -1
  1729.             End If
  1730.         End If
  1731.     End With