上传用户: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_RedInvoice 
  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             =   540
  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_RedInvoice"
  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.         
  937.     With WglrGrid
  938.         If GtempInvoiceHB = 1 Then
  939.             .Clear 1
  940.             .Rows = .FixedRows
  941.             For jsq = vsFlexGrid1.FixedRows To vsFlexGrid1.Rows - 1
  942.                 If vsFlexGrid1.TextMatrix(jsq, 0) <> "*" Then Exit For
  943.                 If vsFlexGrid1.TextMatrix(jsq, 1) <> "*" Then
  944.                     .Rows = .Rows + 1
  945.                     Dqh = .Rows - 1
  946.                     StrTemp = "select * from xs_v_material where mnumber='" & Trim(vsFlexGrid1.TextMatrix(jsq - 1, 4)) & "'"
  947.                     If RsTemp.State = 1 Then RsTemp.Close
  948.                     Set RsTemp = Cw_DataEnvi.DataConnect.Execute(StrTemp)
  949.                     .TextMatrix(Dqh, 0) = "*"                                                                            '数据有效行标识(必填)
  950.                     .TextMatrix(Dqh, Sydz("001", GridStr(), Szzls)) = Trim(RsTemp.Fields("mnumber") & "")       '货物编码
  951.                     .TextMatrix(Dqh, Sydz("002", GridStr(), Szzls)) = Trim(RsTemp.Fields("MName") & "")         '货物名称
  952.                     .TextMatrix(Dqh, Sydz("003", GridStr(), Szzls)) = Trim(RsTemp.Fields("Model") & "")         '规格型号
  953.                     .TextMatrix(Dqh, Sydz("004", GridStr(), Szzls)) = Trim(RsTemp.Fields("saleUnitName"))       '单位
  954.                     .TextMatrix(Dqh, Sydz("005", GridStr(), Szzls)) = Val(vsFlexGrid1.TextMatrix(jsq, 10))      '开票数量
  955.                     .TextMatrix(Dqh, Sydz("006", GridStr(), Szzls)) = Val(vsFlexGrid1.TextMatrix(jsq, 11))      '含税单价
  956.                     .TextMatrix(Dqh, Sydz("011", GridStr(), Szzls)) = Val(RsTemp.Fields("cess")) / 100          '税率
  957.                     Call Sub_JoinCount(Dqh, Sydz("006", GridStr(), Szzls))          '含税单价
  958.                 End If
  959.             Next
  960.         Else
  961.             .Clear 1
  962.             .Rows = .FixedRows
  963.             For jsq = vsFlexGrid1.FixedRows To vsFlexGrid1.Rows - 1
  964.                 If vsFlexGrid1.TextMatrix(jsq, 0) <> "*" Then Exit For
  965.                 If vsFlexGrid1.TextMatrix(jsq, 1) = "*" Then
  966.                     .Rows = .Rows + 1
  967.                     Dqh = .Rows - 1
  968.                     StrTemp = "select * from xs_v_material where mnumber='" & Trim(vsFlexGrid1.TextMatrix(jsq, 4)) & "'"
  969.                     If RsTemp.State = 1 Then RsTemp.Close
  970.                     Set RsTemp = Cw_DataEnvi.DataConnect.Execute(StrTemp)
  971.                     .TextMatrix(Dqh, 0) = "*"                                                                            '数据有效行标识(必填)
  972.                     .TextMatrix(Dqh, Sydz("001", GridStr(), Szzls)) = Trim(RsTemp.Fields("mnumber") & "")       '货物编码
  973.                     .TextMatrix(Dqh, Sydz("002", GridStr(), Szzls)) = Trim(RsTemp.Fields("MName") & "")         '货物名称
  974.                     .TextMatrix(Dqh, Sydz("003", GridStr(), Szzls)) = Trim(RsTemp.Fields("Model") & "")         '规格型号
  975.                     .TextMatrix(Dqh, Sydz("004", GridStr(), Szzls)) = Trim(RsTemp.Fields("saleUnitName"))       '单位
  976.                     .TextMatrix(Dqh, Sydz("005", GridStr(), Szzls)) = Val(vsFlexGrid1.TextMatrix(jsq, 10))      '开票数量
  977.                     .TextMatrix(Dqh, Sydz("006", GridStr(), Szzls)) = Val(vsFlexGrid1.TextMatrix(jsq, 11))      '含税单价
  978.                     .TextMatrix(Dqh, Sydz("011", GridStr(), Szzls)) = Val(RsTemp.Fields("cess")) / 100          '税率
  979.                     Call Sub_JoinCount(Dqh, Sydz("006", GridStr(), Szzls))          '含税单价
  980.                 End If
  981.             Next
  982.         End If
  983.         '重置网格
  984.         If .Rows < Pmbcsjhs + .FixedRows Then
  985.             .Rows = Pmbcsjhs + .FixedRows + Fzxwghs + 1
  986.         End If
  987.         For jsq = .FixedRows To .Rows - 1
  988.             .RowHeight(jsq) = Sjhgd
  989.         Next jsq
  990.         changelock = True
  991.         .Select .FixedRows, Qslz
  992.         changelock = False
  993.         '----------
  994.         For jsq = Qslz To WglrGrid.Cols - 1
  995.              Call Sjhj(jsq)
  996.         Next jsq
  997.     End With
  998. End Sub
  999. Private Sub Form_KeyPress(KeyAscii As Integer)      '控 制 焦 点 转 移
  1000.     
  1001.     Dim jdzygs As Integer
  1002.     jdzygs = 18                                       '在单据录入中,此焦点转移控制值一定小于等于文本框个数,否则网格回车键将不支持.
  1003.     Select Case KeyAscii
  1004.         Case vbKeyReturn
  1005.             If Kjjdzy(jdzygs) Then
  1006.                 KeyAscii = 0
  1007.             End If
  1008.         Case 39           '屏蔽字符"'"
  1009.             KeyAscii = 0
  1010.     End Select
  1011. End Sub
  1012. Private Sub Form_Load()                                                        '窗 体 装 入
  1013.     '初始化各种锁值(Fixed)
  1014.     changelock = False             '网格行列改变控制锁
  1015.     Gdtlock = False                '滚动条滚动控制
  1016.     Yxxpdlock = True               '字段有效性判断锁
  1017.     Hyxxpdlock = True              '行有效性判断锁
  1018.     Wbkbhlock = False              '文本框内容改变锁
  1019.     GtempInvoiceType = "Xs_I_RedInvoice"
  1020.     TempInvoiceConsign = "0"
  1021.     '单据权限索引设置
  1022.     Str_RightEdit = "Xs_I_RedInvoiceEdit"
  1023.     Str_RightCheck = "Xs_I_RedInvoiceCheck"
  1024.     Str_RightZf = "Xs_I_RedInvoiceZf"
  1025.     '调入单据信息(需要修改BillCode)
  1026.     BillCode = "1405"
  1027.     Call Sub_ReadBillInfo(BillCode, Me, Var_Bill())
  1028.     Lab_Title = Var_Bill(2)
  1029.     Lab_Title.Move (Me.Width - Lab_Title.Width) / 2, 800
  1030.     Lab_Title.ForeColor = &HFF&
  1031.     '报表编码
  1032.     XtReportCode = Var_Bill(5)
  1033.     Load Dyymctbl
  1034.   
  1035.     '以下为文本框处理程序(Fixed)
  1036.     TextGroupCode = Var_Bill(3)
  1037.  
  1038.     Call Drwbkxx(TextGroupCode, Textvar(), Textboolean(), Textint(), Textstr())  '读入文本框录入信息
  1039.     Call Wbkcsh
  1040.   
  1041.     '调入网格并记录一些网格信息(Fixed)
  1042.     GridCode = Var_Bill(4)         '网格属性编码
  1043.     Call BzWgcsh(WglrGrid, GridCode, GridInf(), GridBoolean(), GridInt(), GridStr())
  1044.       
  1045.     Qslz = GridInf(1)
  1046.     Sjhgd = GridInf(2)
  1047.     Fzxwghs = GridInf(4)
  1048.     Sfblbzkd = GridInf(5)
  1049.     Shsfts = GridInf(6)
  1050.     Sfxshjwg = GridInf(7)
  1051.     Szzls = WglrGrid.Cols - 1
  1052.     Pmbcsjhs = Int((WglrGrid.Height - WglrGrid.FixedRows * WglrGrid.RowHeight(0)) / Sjhgd) - Fzxwghs - 1
  1053.       
  1054.     For jsqte = WglrGrid.FixedRows To WglrGrid.Rows - 1
  1055.         WglrGrid.RowHeight(jsqte) = Sjhgd
  1056.     Next jsqte
  1057.     
  1058.     '初始化合计网格(Fixed)
  1059.     Call Cshhjwg
  1060.   
  1061.     '单据变动置为False(Fixed)
  1062.     Bln_BillChange = False
  1063.     '调入数据初始化模块(Fixed)
  1064.     Lab_Djclzt.Caption = Xtcdcs
  1065.     Call Sjcsh(Trim(Lab_Djclzt.Caption))
  1066.     
  1067. End Sub
  1068. Private Sub Form_Unload(Cancel As Integer)           '窗体卸载
  1069.     '是否保存已修改单据
  1070.     Dim YAnswer As Integer
  1071.     If Lab_OperStatus.Caption = "2" Or Lab_OperStatus.Caption = "3" Then
  1072.         Tsxx = "单据尚未保存,是否退出?"
  1073.         YAnswer = Xtxxts(Tsxx, 2, 2)
  1074.         If YAnswer <> 1 Then
  1075.             Cancel = 1
  1076.             Exit Sub
  1077.         End If
  1078.     End If
  1079.     '卸载打印页面窗体
  1080.     Unload Dyymctbl
  1081.  
  1082.     '判断单据是否发生变化,并返回相应标识
  1083.     If Bln_BillChange Then
  1084.         Xtfhcs = "1"
  1085.     Else
  1086.         Xtfhcs = "0"
  1087.     End If
  1088.    
  1089. End Sub
  1090. Private Sub Sjcsh(Str_Pzclzt As String)              '数据初始化模块(根据实际情况)
  1091.     
  1092.     Dim Sqlstr As String       '查询单据列表条件
  1093.     '[>>根据实际情况初始化
  1094.     Select Case Str_Pzclzt
  1095.         Case "1"   '填制单据
  1096.             '调入用户查询结果动态集
  1097.             Sqlstr = "SELECT InvoiceBillMainID From Xs_InvoiceBillMain Where InvoiceDate='" & Xtrq & "' and InvoiceType=0 and returnflag=1 ORDER BY InvoiceBillMainID"
  1098.             Set Rec_Query = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  1099.       
  1100.             '新增单据
  1101.             Call Sub_AddBill
  1102.         Case "2"   '查询单据(单据列表)
  1103.             Lab_BillId.Caption = XT_BillID
  1104.             Str_QueryCondi = Xtcdcsfz
  1105.             Call Sub_ShowBill
  1106.             Call Sub_OperStatus("10")
  1107.       
  1108.             '调入用户查询结果动态集
  1109.             Sqlstr = "SELECT DISTINCT InvoiceBillMainID From Xs_V_InvoiceBill " & Str_QueryCondi & " ORDER BY InvoiceBillMainID"
  1110.             Set Rec_Query = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  1111.             Rec_Query.Find "InvoiceBillMainID=" & Val(Lab_BillId.Caption)
  1112.         Case "3"   '明细帐联查单据
  1113.             '设置工具条显示
  1114.             Lab_BillId.Caption = XT_BillID
  1115.             With Tlb_Action
  1116.                 .Buttons("hd").Enabled = False             '货单
  1117.                 .Buttons("zf").Enabled = False             '作废
  1118.                 .Buttons("xz").Enabled = False             '新增
  1119.                 .Buttons("xg").Enabled = False             '修改
  1120.                 .Buttons("sc").Enabled = False             '删除
  1121.                 .Buttons("fgh0").Enabled = False           '分隔行
  1122.                 .Buttons("zh").Enabled = False             '增行
  1123.                 .Buttons("sh").Enabled = False             '删行
  1124.                 .Buttons("fgh1").Enabled = False           '分隔行
  1125.                 .Buttons("bc").Enabled = False             '保存
  1126.                 .Buttons("fq").Enabled = False             '放弃
  1127.                 .Buttons("shsh").Enabled = False           '审核
  1128.                 .Buttons("shqs").Enabled = False           '弃审
  1129.                 .Buttons("fgh2").Enabled = False           '分隔行
  1130.                 .Buttons("first").Enabled = False          '首张
  1131.                 .Buttons("prev").Enabled = False           '上张
  1132.                 .Buttons("next").Enabled = False           '下张
  1133.                 .Buttons("last").Enabled = False           '末张
  1134.                 .Buttons("fgh5").Enabled = False           '分割行
  1135.             End With
  1136.       
  1137.             Call Sub_ShowBill
  1138.       
  1139.             '设置操作状态为浏览
  1140.             Lab_OperStatus.Caption = "1"
  1141.       
  1142.             '录入文本框
  1143.             For jsqte = Max_Text_Index To 0 Step -1
  1144.             LrText(jsqte).Enabled = False
  1145.         Next jsqte
  1146.     End Select
  1147.   
  1148.     '<<]
  1149.   
  1150. End Sub
  1151. Private Sub Sub_ShowBill()                                          '根据当前单据ID显示整张单据内容
  1152.    
  1153.     '过程默认参数为当前窗体中单据ID:Lab_BillID
  1154.     Dim Sqlstr As String                           '临时使用字符串
  1155.     Dim RecTemp As New ADODB.Recordset             '临时使用动态集
  1156.     Dim RsTemp As New ADODB.Recordset
  1157.     Dim jsqte As Long                              '临时计数器
  1158.     '禁止网格刷新动作,为加快网格显示速度(Fixed)
  1159.     WglrGrid.Redraw = False
  1160.     '本张单据查询字符串
  1161.     Sqlstr = "SELECT * from Xs_V_InvoiceBill where InvoiceBillMainID='" & Lab_BillId.Caption & "' order by InvoiceBillMainID,Invoicebillsubid"
  1162.     Set RecTemp = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  1163.       
  1164.     With RecTemp
  1165.         WglrGrid.Rows = WglrGrid.FixedRows
  1166.         If .EOF Then
  1167.             WglrGrid.Redraw = True
  1168.             Exit Sub
  1169.         Else
  1170.             '[>>显示单据头
  1171.             TextChangeLock = True     '文本框加锁
  1172.             If Trim(.Fields("InvoiceFlag")) Then         '销售方式
  1173.                 Option2.Value = True
  1174.             Else
  1175.                 Option1.Value = True
  1176.             End If
  1177.             LrText(0).Text = Format(.Fields("InvoiceDate"), "yyyy-mm-dd")       '发票日期
  1178.             LrText(1).Text = Trim(.Fields("InvoiceCode") & "")                  '发票单号
  1179.             LrText(1).Tag = Trim(.Fields("InvoiceBillMainId") & "")             '发票单ID
  1180.             LrText(2).Tag = Trim(.Fields("CusCode") & "")                       '客户编码
  1181.             LrText(2).Text = Trim(.Fields("cusname") & "")
  1182.             LrText(3).Text = Trim(.Fields("DesAddress") & "")                   '发货地址
  1183.             LrText(4).Tag = Trim(.Fields("SellTypeCode") & "")                  '销售类型
  1184.             LrText(4).Text = Trim(.Fields("SellTypename") & "")
  1185.             LrText(5).Tag = Trim(.Fields("deptCode") & "")                      '部门编码
  1186.             LrText(5).Text = Trim(.Fields("deptname") & "")
  1187.             LrText(6).Tag = Trim(.Fields("personCode") & "")                    '销售员
  1188.             LrText(6).Text = Trim(.Fields("personname") & "")
  1189.             LrText(7).Text = Trim(.Fields("Bank") & "")                         '开户银行
  1190.             LrText(8).Text = Trim(.Fields("BankAccount") & "")                  '银行帐号
  1191.             LrText(9).Tag = Trim(.Fields("payCode") & "")                       '付款条件
  1192.             LrText(9).Text = Trim(.Fields("payname") & "")
  1193.             LrText(10).Tag = Trim(.Fields("foreigncurrcode") & "")              '币种
  1194.             LrText(10).Text = Trim(.Fields("foreigncurrname") & "")
  1195.             LrText(11).Text = Trim(.Fields("exchrate") & "")                    '汇率
  1196.             LrText(11).Tag = Trim(.Fields("ConVertFlag") & "")
  1197.             LrText(12).Text = Trim(.Fields("remark") & "")                      '备注
  1198.             LrText(13).Text = Trim(.Fields("maker") & "")                       '制单人
  1199.             LrText(14).Text = Trim(.Fields("checker") & "")                     '审核人
  1200.             
  1201.             TextChangeLock = False    '文本框解锁
  1202.             '<<]
  1203.         End If
  1204.         jsqte = WglrGrid.FixedRows
  1205.         Do While Not .EOF
  1206.             WglrGrid.AddItem ""
  1207.             '[>>显示单据分录
  1208.             WglrGrid.TextMatrix(jsqte, 0) = "*"                                                             '数据有效行标识(必填)
  1209.             WglrGrid.TextMatrix(jsqte, Sydz("001", GridStr(), Szzls)) = Trim(.Fields("warecode") & "")      '货物编码
  1210.             WglrGrid.TextMatrix(jsqte, Sydz("002", GridStr(), Szzls)) = Trim(.Fields("MName") & "")         '货物名称
  1211.             WglrGrid.TextMatrix(jsqte, Sydz("003", GridStr(), Szzls)) = Trim(.Fields("Model") & "")         '规格型号
  1212.             WglrGrid.TextMatrix(jsqte, Sydz("004", GridStr(), Szzls)) = Trim(.Fields("saleUnitName"))       '单位
  1213.             WglrGrid.TextMatrix(jsqte, Sydz("005", GridStr(), Szzls)) = Abs(.Fields("quantity") & "")       '发票数量
  1214.             WglrGrid.TextMatrix(jsqte, Sydz("006", GridStr(), Szzls)) = Val(.Fields("taxUnitPrice") & "")   '含税单价
  1215.             WglrGrid.TextMatrix(jsqte, Sydz("007", GridStr(), Szzls)) = Abs(.Fields("wholeMoney") & "")     '含税金额
  1216.             WglrGrid.TextMatrix(jsqte, Sydz("008", GridStr(), Szzls)) = Abs(.Fields("taxMoney") & "")       '税额
  1217.             WglrGrid.TextMatrix(jsqte, Sydz("009", GridStr(), Szzls)) = Trim(.Fields("remarksub"))          '备注
  1218.             WglrGrid.TextMatrix(jsqte, Sydz("010", GridStr(), Szzls)) = Abs(.Fields("InvoiceMoney") & "")   '不含税金额
  1219.             WglrGrid.TextMatrix(jsqte, Sydz("011", GridStr(), Szzls)) = Val(.Fields("taxrate"))             '税率
  1220.             WglrGrid.TextMatrix(jsqte, Sydz("012", GridStr(), Szzls)) = Val(.Fields("unitPrice") & "")      '不含税单价
  1221.             WglrGrid.TextMatrix(jsqte, Sydz("013", GridStr(), Szzls)) = Trim(.Fields("DiscountMoney") & "") '折扣额
  1222.             '<<]
  1223.                    
  1224.             WglrGrid.RowHeight(jsqte) = Sjhgd
  1225.             .MoveNext
  1226.             jsqte = jsqte + 1
  1227.         Loop
  1228.     End With
  1229.        
  1230.             
  1231.     '调整网格(Fixed)
  1232.     Call Sub_AdjustGrid
  1233.       
  1234.     '计算合计数据(Fixed)
  1235.     For jsqte = Qslz To WglrGrid.Cols - 1
  1236.         Call Sjhj(jsqte)
  1237.     Next jsqte
  1238.     
  1239.     '将网格刷新解禁(Fixed)
  1240.     WglrGrid.Redraw = True
  1241.        
  1242.     '设置审核弃审按钮状态
  1243.     If Xtcdcs <> "3" Then
  1244.         Call Sub_CheckStatus
  1245.     End If
  1246.        
  1247. End Sub
  1248. Private Sub Tlb_Action_ButtonClick(ByVal Button As MSComctlLib.Button)             '用户点击工具条
  1249.      
  1250.     '屏蔽文本框,下拉组合框有效性判断
  1251.     Valilock = True
  1252.      
  1253.     '屏蔽网格失去焦点产生的有效性判断
  1254.     changelock = True
  1255.          
  1256.     Select Case Button.Key
  1257.         Case "yl"                                            '预 览
  1258.             If Fun_Drfrmyxxpd Then
  1259.                 BillGridPrint WglrGrid, LrText, GridStr(), Szzls, GridCode, TextGroupCode, XtReportCode, False
  1260.             End If
  1261.         Case "dy"                                            '打 印
  1262.             If Fun_Drfrmyxxpd Then
  1263.                 Dim yhAnswer As Integer      '打印提示
  1264.                 
  1265.                 '用户确认是否打印单据
  1266.                 Tsxx = "请确认是否打印当前单据?"
  1267.                 yhAnswer = Xtxxts(Tsxx, 2, 2)
  1268.                 If yhAnswer = 2 Then
  1269.                     Exit Sub
  1270.                 End If
  1271.                 BillGridPrint WglrGrid, LrText, GridStr(), Szzls, GridCode, TextGroupCode, XtReportCode, True
  1272.             End If
  1273.         Case "xz"                                            '新 增
  1274.             Call Sub_AddBill
  1275.             Call Command1_Click
  1276.         Case "xg"                                            '修 改
  1277.             Call Sub_EditBill
  1278.             LrText(1).Enabled = False
  1279.             LrText(2).Enabled = False
  1280.             If Trim(LrText(2).Text & "") <> "" Then
  1281.                 LrText(3).Enabled = False
  1282.                 LrText(4).Enabled = False
  1283.             End If
  1284.         Case "hd"                                            '货 单
  1285.             Call Command1_Click
  1286.         Case "zf"                                            '作 废
  1287.             Call Sub_Cancel
  1288.         Case "sc"                                            '删 除
  1289.             Call Sub_DeleteBill
  1290.         Case "zh"                                            '增 行
  1291.             Call zjlrfl
  1292.         Case "sh"                                            '删 行
  1293.             Call Scdqfl
  1294.         Case "bc"                                            '保 存
  1295.             If Fun_Drfrmyxxpd Then
  1296.                 Call Sub_SaveBill
  1297.             End If
  1298.         Case "fq"                                            '放 弃
  1299.             Call Sub_AbandonBill
  1300.         Case "shsh"                                          '审 核
  1301.             Call Sub_CheckBill
  1302.         Case "shqs"                                          '弃 审
  1303.             Call Sub_AbandonCheck
  1304.         Case "first"                                         '首 张
  1305.             Call Sub_First
  1306.         Case "prev"                                          '上 张
  1307.             Call Sub_Prev
  1308.         Case "next"                                          '下 张
  1309.             Call Sub_next
  1310.         Case "last"                                          '末 张
  1311.             Call Sub_Last
  1312.         Case "bz"                                            '帮 助
  1313.             Call F1bz
  1314.         Case "fh"                                            '退 出
  1315.             Unload Me
  1316.     End Select
  1317.        
  1318.     '解 锁
  1319.     Valilock = False
  1320.     changelock = False
  1321.     TextChangeLock = False
  1322.         
  1323. End Sub
  1324. Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)     '支持热键操作
  1325.     
  1326.     Select Case KeyCode
  1327.         Case vbKeyF5          '增加单据
  1328.             If Tlb_Action.Buttons("xz").Enabled And Tlb_Action.Buttons("xz").Visible Then
  1329.                 Call Sub_AddBill
  1330.             End If
  1331.         Case vbKeyF3          '修改单据
  1332.             If Tlb_Action.Buttons("xg").Enabled And Tlb_Action.Buttons("xg").Visible Then
  1333.                 Call Sub_EditBill
  1334.             End If
  1335.         Case vbKeyF6          '保存单据
  1336.             If Tlb_Action.Buttons("bc").Enabled And Tlb_Action.Buttons("bc").Visible Then
  1337.                 If Fun_Drfrmyxxpd Then Call Sub_SaveBill
  1338.             End If
  1339.     End Select
  1340. End Sub
  1341. Private Sub Sub_OperStatus(Str_Status As String)                 '工具条依据不同状态所进行的变化
  1342.     
  1343.     With Tlb_Action
  1344.         
  1345.         Select Case Str_Status
  1346.             Case "10"   '浏览((列表)调入单据处理时的进入状态、(列表)新增状态时放弃录入)
  1347.                 '工具条
  1348.                 .Buttons("dy").Enabled = True       '打印
  1349.                 .Buttons("yl").Enabled = True       '预览
  1350.                 .Buttons("xz").Enabled = True       '新增
  1351.                 .Buttons("xg").Enabled = True       '修改
  1352.                 .Buttons("sc").Enabled = True       '删除
  1353.                 .Buttons("zh").Enabled = False      '增行
  1354.                 .Buttons("sh").Enabled = False      '删行
  1355.                 .Buttons("bc").Enabled = False      '保存
  1356.                 .Buttons("fq").Enabled = False      '放弃
  1357.                 .Buttons("hd").Enabled = False      '货单
  1358.                 .Buttons("first").Enabled = True    '首张
  1359.                 .Buttons("prev").Enabled = True     '上张
  1360.                 .Buttons("next").Enabled = True     '下张
  1361.                 .Buttons("last").Enabled = True     '末张
  1362.                 .Buttons("bz").Enabled = True       '帮助
  1363.                 .Buttons("fh").Enabled = True       '退出
  1364.         
  1365.                 '设置审核弃审按钮状态
  1366.                 Call Sub_CheckStatus
  1367.         
  1368.                 '设置文本框录入状态
  1369.                 Call Sub_LrtextStatus(False)
  1370.             Case "20"   '新增单据((录入)新增一张单据 、(列表)新增一张单据)
  1371.                 '工具条
  1372.                 .Buttons("dy").Enabled = False      '打印
  1373.                 .Buttons("yl").Enabled = False      '预览
  1374.                 .Buttons("xz").Enabled = False      '新增
  1375.                 .Buttons("xg").Enabled = False      '修改
  1376.                 .Buttons("sc").Enabled = False      '删除
  1377.                 .Buttons("zh").Enabled = True       '增行
  1378.                 .Buttons("sh").Enabled = True       '删行
  1379.                 .Buttons("bc").Enabled = True       '保存
  1380.                 .Buttons("fq").Enabled = True       '放弃
  1381.                 .Buttons("hd").Enabled = True       '货单
  1382.                 .Buttons("zf").Enabled = False      '作废
  1383.                 .Buttons("shsh").Enabled = False    '审核
  1384.                 .Buttons("shqs").Enabled = False    '弃审
  1385.                 .Buttons("first").Enabled = False   '首张
  1386.                 .Buttons("prev").Enabled = False    '上张
  1387.                 .Buttons("next").Enabled = False    '下张
  1388.                 .Buttons("last").Enabled = False    '末张
  1389.                 .Buttons("bz").Enabled = True       '帮助
  1390.                 .Buttons("fh").Enabled = True       '退出
  1391.                 
  1392.                 '设置文本框录入状态
  1393.                 Call Sub_LrtextStatus(True)
  1394.             Case "30"   '修改((录入)调入修改功能、(列表)调入修改功能)
  1395.                 '工具条
  1396.                 .Buttons("dy").Enabled = False      '打印
  1397.                 .Buttons("yl").Enabled = False      '预览
  1398.                 .Buttons("xz").Enabled = False      '新增
  1399.                 .Buttons("xg").Enabled = False      '修改
  1400.                 .Buttons("sc").Enabled = False      '删除
  1401.                 .Buttons("zh").Enabled = True       '增行
  1402.                 .Buttons("sh").Enabled = True       '删行
  1403.                 .Buttons("bc").Enabled = True       '保存
  1404.                 .Buttons("fq").Enabled = True       '放弃
  1405.                 .Buttons("hd").Enabled = True       '货单
  1406.                 .Buttons("zf").Enabled = False      '作废
  1407.                 .Buttons("shsh").Enabled = False    '审核
  1408.                 .Buttons("shqs").Enabled = False    '弃审
  1409.                 .Buttons("first").Enabled = False   '首张
  1410.                 .Buttons("prev").Enabled = False    '上张
  1411.                 .Buttons("next").Enabled = False    '下张
  1412.                 .Buttons("last").Enabled = False    '末张
  1413.                 .Buttons("bz").Enabled = True       '帮助
  1414.                 .Buttons("fh").Enabled = True       '退出
  1415.                 
  1416.                 '设置文本框录入状态
  1417.                 Call Sub_LrtextStatus(True)
  1418.         End Select
  1419.     End With
  1420. End Sub
  1421. Private Sub Sub_LrtextStatus(TextEnabled As Boolean)                            '设置录入文本框状态
  1422.     '录入文本框状态设置
  1423.     If TextEnabled Then
  1424.         For jsqte = Max_Text_Index To 0 Step -1
  1425.             '判断文本框是否可编辑
  1426.             If Textboolean(jsqte, 5) Then
  1427.                 LrText(jsqte).Enabled = True
  1428.             Else
  1429.                 LrText(jsqte).Enabled = False
  1430.             End If
  1431.         Next jsqte
  1432.     Else
  1433.         For jsqte = Max_Text_Index To 0 Step -1
  1434.             LrText(jsqte).Enabled = False
  1435.         Next jsqte
  1436.     End If
  1437. End Sub
  1438. Private Sub Sub_CheckStatus()                                       '设置审核弃审按钮状态(亦可设置其他动作按钮状态)
  1439.     
  1440.     '根据当前单据状态来确定审核弃审按钮状态
  1441.     If Trim(LrText(13).Text) <> "" And Trim(LrText(14).Text) = "" Then
  1442.         Tlb_Action.Buttons("shsh").Enabled = True       '审核
  1443.     Else
  1444.         Tlb_Action.Buttons("shsh").Enabled = False      '审核
  1445.     End If
  1446.     If Trim(LrText(13).Text) <> "" And Trim(LrText(14).Text) <> "" Then
  1447.         Tlb_Action.Buttons("zf").Enabled = True         '作废
  1448.         Tlb_Action.Buttons("shqs").Enabled = True       '弃审
  1449.     Else
  1450.         Tlb_Action.Buttons("zf").Enabled = False        '作废
  1451.         Tlb_Action.Buttons("shqs").Enabled = False      '弃审
  1452.     End If
  1453. End Sub
  1454. Private Sub Wbkcl()                                                 '文本框录入之前处理(根据实际情况)
  1455.     
  1456.     Dim xswbrr As String
  1457.     With WglrGrid
  1458.         Zdlrqnr = Trim(.Text)
  1459.         xswbrr = Trim(.Text)
  1460.         If GridBoolean(.Col, 3) Then   '列表框录入
  1461.             '填充列表框程序
  1462.             Call FillCombo(YdCombo, GridStr(.Col, 5), xswbrr, 0)
  1463.         Else
  1464.             Wbkbhlock = True
  1465.        
  1466.             '====以下为用户自定义
  1467.             Ydtext.Text = xswbrr
  1468.             '====以上为用户自定义
  1469.          
  1470.             Wbkbhlock = False
  1471.             Ydtext.SelStart = Len(Ydtext.Text)
  1472.         End If
  1473.     End With
  1474. End Sub
  1475. Private Function sjzdyxxpd(Dqpdwgh As Long, Dqpdwgl As Long) As Boolean       '录入数据字段有效性判断,同时进行字段录入事后处理
  1476.  
  1477.     '函数参数:Dqpdwgh, Dqpdwgl 当前要判断网格单元所处行列值
  1478.     Dim Str_JudgeText As String                 '临时有效性判断字段内容
  1479.     Dim Coljsq As Long                          '临时列计数器
  1480.     Dim RecTemp As New ADODB.Recordset          '临时使用动态集
  1481.     Dim Sqlstr As String                        '临时使用查询字符串
  1482.     Dim jsq As Integer
  1483.     With WglrGrid
  1484.         '非录入状态或非数据行则其有效性为合法
  1485.         If Yxxpdlock Or .Row < .FixedRows Then
  1486.             sjzdyxxpd = True
  1487.             Exit Function
  1488.         End If
  1489.         
  1490.         '取得当前要判断字段内容
  1491.         Str_JudgeText = Trim(.TextMatrix(Dqpdwgh, Dqpdwgl))
  1492.       
  1493.         '根据不同字段进行相应的处理(依据其逻辑编号)
  1494.         Select Case GridStr(Dqpdwgl, 1)
  1495.             '[>>以下为自定义部分
  1496.                 
  1497.                 
  1498.             Case "006"          '含税单价
  1499.                 '1.放置字段有效性判断
  1500.                 If Not Trim(Str_JudgeText) = "" Then
  1501.                     If Val(.TextMatrix(Dqpdwgh, Sydz("006", GridStr(), Szzls))) < 0 Then
  1502.                         Tsxx = "含税单价必须大于等于0!"
  1503.                         Lrywlz = Sydz("006", GridStr(), Szzls)
  1504.                         GoTo Lrcwcl
  1505.                     End If
  1506.                     If Not IsNumeric(Trim(.TextMatrix(Dqpdwgh, Sydz("006", GridStr(), Szzls)))) Then
  1507.                         Tsxx = "数据格式有误!"
  1508.                         Lrywlz = Sydz("006", GridStr(), Szzls)
  1509.                         GoTo Lrcwcl
  1510.                     End If
  1511.                 End If
  1512.                 
  1513.                 '2.放置字段事后处理程序
  1514.                 Call Sub_JoinCount(Dqpdwgh, Sydz("006", GridStr(), Szzls))
  1515.             Case "007"          '总金额
  1516.                 If Not Trim(Str_JudgeText) = "" Then
  1517.                     If Val(.TextMatrix(Dqpdwgh, Sydz("007", GridStr(), Szzls))) < 0 Then
  1518.                         Tsxx = "总金额必须大于等于0!"
  1519.                         Lrywlz = Sydz("007", GridStr(), Szzls)
  1520.                         GoTo Lrcwcl
  1521.                     End If
  1522.                     If Not IsNumeric(Trim(.TextMatrix(Dqpdwgh, Sydz("007", GridStr(), Szzls)))) Then
  1523.                         Tsxx = "数据格式有误!"
  1524.                         Lrywlz = Sydz("007", GridStr(), Szzls)
  1525.                         GoTo Lrcwcl
  1526.                     End If
  1527.                 End If
  1528.                 
  1529.                 Call Sub_JoinCount(Dqpdwgh, Sydz("007", GridStr(), Szzls))
  1530.                 
  1531.             Case "010"          '无税金额
  1532.                 If Not Trim(Str_JudgeText) = "" Then
  1533.                     If Val(.TextMatrix(Dqpdwgh, Sydz("010", GridStr(), Szzls))) < 0 Then
  1534.                         Tsxx = "无税金额必须大于等于0!"
  1535.                         Lrywlz = Sydz("010", GridStr(), Szzls)
  1536.                         GoTo Lrcwcl
  1537.                     End If
  1538.                     If Not IsNumeric(Trim(.TextMatrix(Dqpdwgh, Sydz("010", GridStr(), Szzls)))) Then
  1539.                         Tsxx = "数据格式有误!"
  1540.                         Lrywlz = Sydz("010", GridStr(), Szzls)
  1541.                         GoTo Lrcwcl
  1542.                     End If
  1543.                 End If
  1544.                 
  1545.                 Call Sub_JoinCount(Dqpdwgh, Sydz("010", GridStr(), Szzls))
  1546.                 
  1547.             Case "012"          '不含税单价
  1548.                 '1.放置字段有效性判断
  1549.                 If Not Trim(Str_JudgeText) = "" Then
  1550.                     If Val(.TextMatrix(Dqpdwgh, Sydz("012", GridStr(), Szzls))) < 0 Then
  1551.                         Tsxx = "不含税单价必须大于等于0!"
  1552.                         Lrywlz = Sydz("012", GridStr(), Szzls)
  1553.                         GoTo Lrcwcl
  1554.                     End If
  1555.                     If Not IsNumeric(Trim(.TextMatrix(Dqpdwgh, Sydz("012", GridStr(), Szzls)))) Then
  1556.                         Tsxx = "数据格式有误!"
  1557.                         Lrywlz = Sydz("012", GridStr(), Szzls)
  1558.                         GoTo Lrcwcl
  1559.                     End If
  1560.                 End If
  1561.                 '2.放置字段事后处理程序
  1562.                 Call Sub_JoinCount(Dqpdwgh, Sydz("012", GridStr(), Szzls))   '不含税单价
  1563.                 
  1564.                 '<<以上为自定义部分]
  1565.         End Select
  1566.         
  1567.         '字段录入正确后为零字段清空(Fixed)
  1568.         Call Qkwlzd(Dqpdwgh, Dqpdwgl)
  1569.      
  1570.         '字段录入正确后进行数据合计(Fixed)
  1571.         For Coljsq = Qslz To .Cols - 1
  1572.             Call Sjhj(Coljsq)
  1573.         Next Coljsq
  1574.      
  1575.         '字段有效性判断通过,将字段有效性判断加锁直至再次改变(Fixed)
  1576.         sjzdyxxpd = True
  1577.         Yxxpdlock = True
  1578.         Exit Function
  1579.     End With
  1580.   
  1581. Lrcwcl:    '录入错误处理
  1582.     With WglrGrid
  1583.   
  1584.         '给出错误提示信息
  1585.         Call Xtxxts(Tsxx, 0, 1)
  1586.           
  1587.         '返回网格错误位置(ChangeLock避免再次引发RowColChange有效性判断),装入录入载体
  1588.         changelock = True
  1589.         .Select Dqpdwgh, Dqpdwgl
  1590.         changelock = False
  1591.         Call xswbk
  1592.           
  1593.         '函数返回False
  1594.         sjzdyxxpd = False
  1595.         Exit Function
  1596.     End With
  1597. End Function
  1598. Private Sub Sub_JoinCount(Lng_CountRow As Long, Lng_CountCol As Long)       '当网格列值发生改变时,处理网格列之间的关联计算(可选)
  1599.   
  1600.   '过程参数:Lng_CountRow,Lng_CountCol 网格改变内容所处行列值
  1601.    
  1602.     With WglrGrid
  1603.         Select Case GridStr(Lng_CountCol, 1)         '判断网格列对应逻辑编号
  1604.                
  1605.             '[>>以下为自定义部分
  1606.             Case "005"    '开票数量
  1607.                 '(1).价税合计=数量*含税单价;
  1608.                 '(2).无税金额=数量*无税单价;
  1609.                 '(3).税额=价税合计-无税金额;
  1610.                 .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"))
  1611.                 .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"))
  1612.                 .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"))
  1613.             Case "006"    '含税单价
  1614.                 '(1).价税合计=数量*含税单价;
  1615.                 '(2).无税单价=含税单价/(1+税率);
  1616.                 '(3).无税金额=数量*无税单价;
  1617.                 '(4).税额=价税合计-无税金额;
  1618.                 .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"))
  1619.                 .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"))
  1620.                 .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"))
  1621.                 .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"))
  1622.             Case "007"                  '金额
  1623.                 '(1).含税单价=价税合计/数量;
  1624.                 '(2).无税单价=含税单价/(1+税率);
  1625.                 '(3).无税金额=数量*无税单价;
  1626.                 '(4).税额=价税合计-无税金额;
  1627.                 If Val(.TextMatrix(Lng_CountRow, Sydz("005", GridStr(), Szzls))) <> 0 Then
  1628.                     .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"))
  1629.                     .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"))
  1630.                     .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"))
  1631.                     .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"))
  1632.                 End If
  1633.             Case "010"                  '无税金额
  1634.                 '(1).无税单价=无税金额/数量;
  1635.                 '(2).税额=无税金额*税率;
  1636.                 '(3).含税单价=无税单价*(1+税率);
  1637.                 '(4).价税合计=无税金额+税额;
  1638.                 If Val(.TextMatrix(Lng_CountRow, Sydz("005", GridStr(), Szzls))) <> 0 Then
  1639.                     .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"))
  1640.                     .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"))
  1641.                     .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"))
  1642.                     .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"))
  1643.                 End If
  1644.             Case "012"                          '无税单价
  1645.                 '(1).无税金额=数量*无税单价;
  1646.                 '(2).税额=无税金额*税率;
  1647.                 '(3).含税单价=无税单价*(1+税率);
  1648.                 '(4).价税合计=无税金额+税额;
  1649.                 .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"))
  1650.                 .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"))
  1651.                 .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"))
  1652.                 .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"))
  1653.             '<<以上为自定义部分]
  1654.         End Select
  1655.     End With
  1656. End Sub
  1657. Private Function Sjhzyxxpd(ByVal Yxxpdh As Long) As Boolean                     '录入数据行有效性判断,同时进行行处理
  1658.  
  1659.     '函数参数:Yxxpdh 要进行有效性判断的网格数据行的行值
  1660.     Dim Lrywlz As Long                            '录入有误网格列值
  1661.     Dim RecTemp As New ADODB.Recordset            '临时使用动态集
  1662.     
  1663.     With WglrGrid
  1664.         '判断行为空(行中所有可编辑列数据均为空或为零)和无效数据行则清除当前行
  1665.         If Yxxpdh > (.Rows - .FixedRows) Then Exit Function
  1666.         If .TextMatrix(Yxxpdh, 0) <> "*" Then
  1667.             Sjhzyxxpd = True
  1668.             Exit Function
  1669.         Else
  1670.             If pdhwk(Yxxpdh) And Yxxpdh + 1 <= .Rows - 1 Then
  1671.                 '当要判断行处于网格末行时才允许删行,否则要进行有效性判断
  1672.                 If .TextMatrix(Yxxpdh + 1, 0) <> "*" Then
  1673.                     changelock = True
  1674.                     .RemoveItem Yxxpdh
  1675.                     If .Rows < Pmbcsjhs + .FixedRows + Fzxwghs + 1 Then
  1676.                         .AddItem ""
  1677.                         .RowHeight(.Rows - 1) = Sjhgd
  1678.                     End If
  1679.                     changelock = False
  1680.                     Sjhzyxxpd = True
  1681.                     Exit Function
  1682.                 End If
  1683.             End If
  1684.         End If
  1685.   
  1686.         '行没有发生变化则不进行有效性判断
  1687.         If Hyxxpdlock Then
  1688.             Sjhzyxxpd = True
  1689.             Exit Function
  1690.         End If
  1691.   
  1692.         '[>>以下为自定义部分
  1693.     
  1694.         '1.放置行有效性判断程序
  1695.            
  1696.         '1.1首先进行单个不能为空或不能为零判断(Fixed)
  1697.         For jsqte = Qslz To .Cols - 1
  1698.             
  1699.             '字段不能为空
  1700.             If GridInt(jsqte, 5) = 1 Then
  1701.                 If Len(Trim(.TextMatrix(Yxxpdh, jsqte))) = 0 Then
  1702.                     Tsxx = GridStr(jsqte, 2)
  1703.                     Lrywlz = jsqte
  1704.                     GoTo Lrcwcl
  1705.                     Exit For
  1706.                 End If
  1707.             End If
  1708.             
  1709.             '字段不能为零
  1710.             If GridInt(jsqte, 5) = 2 Then
  1711.                 If Val(Trim(.TextMatrix(Yxxpdh, jsqte))) = 0 Then
  1712.                     Tsxx = GridStr(jsqte, 2)
  1713.                     Lrywlz = jsqte
  1714.                     GoTo Lrcwcl
  1715.                     Exit For
  1716.                 End If
  1717.             End If
  1718.         Next jsqte
  1719.         
  1720.         '1.2进行其他有效性判断,编写格式同1.1
  1721.             
  1722.         '2.放置行处理程序(当数据行通过有效性判断)
  1723.         '以上为自定义部分<<]
  1724.     End With    'WglrGrid
  1725.     '如果此行通过行有效性判断则加锁,直至此行数据再次发生变化
  1726.     Sjhzyxxpd = True
  1727.     Hyxxpdlock = True
  1728.     Exit Function
  1729. Lrcwcl:      '录入错误处理
  1730.     With WglrGrid
  1731.   
  1732.         '给出错误提示信息
  1733.         Call Xtxxts(Tsxx, 0, 1)
  1734.       
  1735.         '返回网格错误位置 (ChangeLock避免再次引发RowColChange有效性判断), 装入录入载体
  1736.         changelock = True
  1737.         .Select Yxxpdh, Lrywlz
  1738.         changelock = False
  1739.         Call xswbk
  1740.     
  1741.         '函数返回False
  1742.         Sjhzyxxpd = False
  1743.         Exit Function
  1744.     End With
  1745. End Function
  1746. Private Sub Sub_AddBill()                                                '新增一张单据
  1747.     
  1748.     Dim RecTemp As New ADODB.Recordset            '临时使用动态集
  1749.     Dim jsqte As Long                             '临时计数器
  1750.     '判断用户是否有此功能执行权限,如有则写上机日志(进入)
  1751.     If Not Security_Log(Str_RightEdit, Xtczybm, 1, True) Then
  1752.         Exit Sub
  1753.     End If
  1754.     '设置操作状态为新增(Fixed)
  1755.     Lab_OperStatus.Caption = "2"
  1756.        
  1757.     '设置工具条状态(Fixed)
  1758.     Call Sub_OperStatus("20")
  1759.    
  1760.     '清空VouchID(Fixed)
  1761.     Lab_BillId.Caption = ""
  1762.       
  1763.     '录入文本框清除内容
  1764.     For jsqte = Max_Text_Index To 0 Step -1
  1765.         LrText(jsqte).Tag = ""
  1766.         LrText(jsqte).Text = ""
  1767.     Next jsqte
  1768.     '初始化销售方式
  1769.     Option1.Value = True
  1770.     
  1771.     '[>>显示制单人,清空审核人,此处还可以设置录入默认值如自动生成单据号、默认单据录入日期注意加锁
  1772.     LrText(13).Text = Xtczy
  1773.     LrText(14).Text = ""
  1774.        
  1775.     '读取最新的单据编码
  1776.     LrText(1).Text = CreatBillCode(BillCode, False)
  1777.        
  1778.     '设置订单日期默认为系统业务日期
  1779.     TextChangeLock = True
  1780.     LrText(0).Text = Format(Xtrq, "yyyy-mm-dd")
  1781.     TextChangeLock = False
  1782.    
  1783.     '<<]
  1784.     '-------------自定义
  1785.     '缺省币别,汇率(本币)
  1786.     RecTemp.Open "select * from gy_foreigncurrency where standardflag=1 ", Cw_DataEnvi.DataConnect, adOpenStatic
  1787.     If RecTemp.EOF = False And RecTemp.BOF = False Then
  1788.     LrText(10).Text = RecTemp.Fields("foreigncurrname")
  1789.     LrText(10).Tag = RecTemp.Fields("foreigncurrcode")
  1790.     LrText(11).Text = RecTemp.Fields("accrate")
  1791.         If RecTemp.Fields("convertflag") = True Then
  1792.             LrText(11).Tag = 1
  1793.         Else
  1794.             LrText(11).Tag = 0
  1795.         End If
  1796.     End If
  1797.     RecTemp.Close
  1798.     '------------------
  1799.     
  1800.     '重置网格(Fixed)
  1801.     With WglrGrid
  1802.         .Rows = Pmbcsjhs + .FixedRows + Fzxwghs + 1
  1803.         For jsqte = .FixedRows To .Rows - 1
  1804.             .RowHeight(jsqte) = Sjhgd
  1805.         Next jsqte
  1806.         WglrGrid.Clear 1
  1807.         changelock = True
  1808.         .Select .FixedRows, Qslz
  1809.         changelock = False
  1810.     End With
  1811.    
  1812.     '计算合计数据(清零)(Fixed)
  1813.     For jsqte = Qslz To WglrGrid.Cols - 1
  1814.         Call Sjhj(jsqte)
  1815.     Next jsqte
  1816.     
  1817.     '让第一个录入项得到焦点(Fixed)
  1818.     On Error Resume Next
  1819.     LrText(0).SetFocus
  1820.    
  1821. End Sub
  1822. Private Sub Sub_EditBill()                                                '修改一张单据
  1823.    
  1824.     Dim RecTemp As New ADODB.Recordset     '临时使用动态集
  1825.     '判断用户是否有此功能执行权限,如有则写上机日志(进入)
  1826.     If Not Security_Log(Str_RightEdit, Xtczybm, 1, True) Then
  1827.         Exit Sub
  1828.     End If
  1829.     '非有效单据不予进行修改动作
  1830.     If Val(Lab_BillId.Caption) = 0 Then
  1831.         Exit Sub
  1832.     End If
  1833.    
  1834.     '判断当前单据是否允许修改
  1835.     If Not Fun_AllowEdit Then
  1836.         Exit Sub
  1837.     End If
  1838.    
  1839.     '设置操作状态为修改
  1840.     Lab_OperStatus.Caption = "3"
  1841.    
  1842.     '设置工具条状态
  1843.     Call Sub_OperStatus("30")
  1844.         
  1845.     '显示制单人
  1846. '    LrText(12).Text = Xtczy
  1847.    
  1848. End Sub
  1849. Private Sub Sub_DeleteBill()                                               '删除当前单据
  1850.     Dim YAnswer As Integer               '确认是否删除当前单据
  1851.     Dim jsqte As Long                    '临时使用计数器
  1852.     '判断用户是否有此功能执行权限,如有则写上机日志(进入)
  1853.     If Not Security_Log(Str_RightEdit, Xtczybm, 1, True) Then
  1854.         Exit Sub
  1855.     End If
  1856.     '非有效单据不予进行删除动作
  1857.     If Val(Lab_BillId.Caption) = 0 Then
  1858.         Exit Sub
  1859.     End If
  1860.    
  1861.     '判断当前单据是否允许删除
  1862.     If Not Fun_AllowEdit Then
  1863.         Exit Sub
  1864.     End If
  1865.     
  1866.     Tsxx = "请确认是否删除当前单据?"
  1867.     YAnswer = Xtxxts(Tsxx, 2, 2)
  1868.    
  1869.     If YAnswer = 1 Then
  1870.         '进行事务处理
  1871.         On Error GoTo Swcwcl
  1872.         Cw_DataEnvi.DataConnect.BeginTrans
  1873.         
  1874.         '1.删除单据所有内容
  1875.         Cw_DataEnvi.DataConnect.Execute ("Delete Xs_Invoice_Consign Where InvoiceBillMainID = " & Val(Lab_BillId.Caption))
  1876.         Cw_DataEnvi.DataConnect.Execute ("Delete Xs_InvoiceBillSub Where InvoiceBillMainID=" & Val(Lab_BillId.Caption))
  1877.         Cw_DataEnvi.DataConnect.Execute ("Delete Xs_InvoiceBillMain Where InvoiceBillMainID=" & Val(Lab_BillId.Caption))
  1878.        
  1879.         Cw_DataEnvi.DataConnect.CommitTrans
  1880.       
  1881.         '标识单据发生改动
  1882.         Bln_BillChange = True
  1883.   
  1884.         '单据ID置0
  1885.         Lab_BillId.Caption = 0
  1886.     Else
  1887.         Exit Sub
  1888.     End If
  1889.     
  1890.    '删除单据后重置状态
  1891.         
  1892.     '1.显示下一张单据
  1893.     Call Sub_next
  1894.         
  1895.     '2.如果无下一张单据则搜索上一张单据
  1896.     If Val(Lab_BillId.Caption) = 0 Then
  1897.         Call Sub_Prev
  1898.     End If
  1899.         
  1900.     '3.如无单据则置单据为空状态
  1901.     If Val(Lab_BillId.Caption) = 0 Then
  1902.         '清除录入文本框
  1903.         For jsqte = Max_Text_Index To 0 Step -1
  1904.             LrText(jsqte).Tag = ""
  1905.             LrText(jsqte).Text = ""
  1906.         Next jsqte
  1907.     
  1908.         '重置网格(Fixed)
  1909.         With WglrGrid
  1910.             .Rows = Pmbcsjhs + .FixedRows + Fzxwghs + 1
  1911.             For jsqte = .FixedRows To .Rows - 1
  1912.                 .RowHeight(jsqte) = Sjhgd