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

企业管理

开发平台:

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