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

企业管理

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Begin VB.Form Report_SendMaterCircsQuery 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "领料执行统计查询条件"
  5.    ClientHeight    =   1770
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   4335
  9.    Icon            =   "报表_领料执行情况查询条件.frx":0000
  10.    KeyPreview      =   -1  'True
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   1770
  15.    ScaleWidth      =   4335
  16.    ShowInTaskbar   =   0   'False
  17.    StartUpPosition =   2  '屏幕中心
  18.    Begin VB.CommandButton Cmd_Clear 
  19.       Caption         =   "全清"
  20.       Height          =   300
  21.       Left            =   60
  22.       TabIndex        =   5
  23.       Top             =   1425
  24.       Width           =   1120
  25.    End
  26.    Begin VB.Frame Frame1 
  27.       Height          =   1335
  28.       Left            =   60
  29.       TabIndex        =   7
  30.       Top             =   0
  31.       Width           =   4200
  32.       Begin VB.TextBox LrText 
  33.          Height          =   300
  34.          Index           =   0
  35.          Left            =   990
  36.          TabIndex        =   1
  37.          Text            =   "1"
  38.          Top             =   570
  39.          Width           =   2785
  40.       End
  41.       Begin VB.CommandButton Ydcommand1 
  42.          Height          =   300
  43.          Index           =   0
  44.          Left            =   3780
  45.          Picture         =   "报表_领料执行情况查询条件.frx":1042
  46.          Style           =   1  'Graphical
  47.          TabIndex        =   9
  48.          TabStop         =   0   'False
  49.          Top             =   570
  50.          Visible         =   0   'False
  51.          Width           =   300
  52.       End
  53.       Begin VB.TextBox LrText 
  54.          Height          =   300
  55.          Index           =   1
  56.          Left            =   990
  57.          TabIndex        =   2
  58.          Text            =   "2"
  59.          Top             =   930
  60.          Width           =   2785
  61.       End
  62.       Begin VB.CommandButton Ydcommand1 
  63.          Height          =   300
  64.          Index           =   1
  65.          Left            =   3780
  66.          Picture         =   "报表_领料执行情况查询条件.frx":13CC
  67.          Style           =   1  'Graphical
  68.          TabIndex        =   8
  69.          TabStop         =   0   'False
  70.          Top             =   930
  71.          Visible         =   0   'False
  72.          Width           =   300
  73.       End
  74.       Begin VB.ComboBox Combo_Con 
  75.          Height          =   300
  76.          Index           =   0
  77.          Left            =   990
  78.          Style           =   2  'Dropdown List
  79.          TabIndex        =   0
  80.          Top             =   210
  81.          Width           =   3105
  82.       End
  83.       Begin VB.Label Label1 
  84.          AutoSize        =   -1  'True
  85.          Caption         =   "计划周期:"
  86.          Height          =   180
  87.          Index           =   12
  88.          Left            =   120
  89.          TabIndex        =   12
  90.          Top             =   270
  91.          Width           =   810
  92.       End
  93.       Begin VB.Label Label1 
  94.          AutoSize        =   -1  'True
  95.          Caption         =   "物料编码:"
  96.          Height          =   180
  97.          Index           =   0
  98.          Left            =   120
  99.          TabIndex        =   11
  100.          Top             =   990
  101.          Width           =   810
  102.       End
  103.       Begin VB.Label Label1 
  104.          AutoSize        =   -1  'True
  105.          Caption         =   "生产部门:"
  106.          Height          =   180
  107.          Index           =   1
  108.          Left            =   120
  109.          TabIndex        =   10
  110.          Top             =   630
  111.          Width           =   810
  112.       End
  113.    End
  114.    Begin VB.CommandButton QxCommand 
  115.       Caption         =   "取消(&C)"
  116.       Height          =   300
  117.       Left            =   3150
  118.       TabIndex        =   4
  119.       Top             =   1425
  120.       Width           =   1120
  121.    End
  122.    Begin VB.CommandButton QdCommand 
  123.       Caption         =   "确定(&O)"
  124.       Height          =   300
  125.       Left            =   1950
  126.       TabIndex        =   3
  127.       Top             =   1425
  128.       Width           =   1120
  129.    End
  130.    Begin VB.CheckBox UnloadCheck 
  131.       Caption         =   "IfUnload"
  132.       Height          =   255
  133.       Left            =   -1080
  134.       TabIndex        =   6
  135.       Top             =   1800
  136.       Visible         =   0   'False
  137.       Width           =   1215
  138.    End
  139. End
  140. Attribute VB_Name = "Report_SendMaterCircsQuery"
  141. Attribute VB_GlobalNameSpace = False
  142. Attribute VB_Creatable = False
  143. Attribute VB_PredeclaredId = True
  144. Attribute VB_Exposed = False
  145.  '******************************************************************
  146. '*    模 块 名 称 :报表__领料执行情况查询条件
  147. '*    功 能 描 述 :领料执行情况查询条件
  148. '*    程序员姓名  :乔进
  149. '*    最后修改人  :乔进
  150. '*    最后修改时间:2001/12/24
  151. '*    备        注:程序中所有依实际情况自定义部分均用[>>  <<]括起
  152. '******************************************************************
  153. Dim Tsxx As String                       '系统信息提示
  154. '以下为固定使用变量(文本框)
  155. Dim Textvar() As Variant                 '存储变体型文本框信息
  156. Dim Textboolean() As Boolean             '存储布尔型文本框信息
  157. Dim Textint() As Integer                 '存储整型文本框信息
  158. Dim Textstr() As String                  '存储字符型文本框信息
  159. Dim Max_Text_Index As Integer            '最大录入文本框索引值
  160. Dim TextGroupCode As String              '文本框录入分组编码
  161. Dim TextValiLock As Boolean              '文本框失去焦点是否进行有效性控制判断
  162. Dim TextValiJudgeLock() As Boolean       '文本框录入有效性判断控制锁
  163. Dim CurTextIndex As Integer              '当前文本框索引值
  164. Dim TextChangeLock As Boolean            '文本框内容变换控制锁
  165. Dim Bln_Cancel As Boolean                '取消按钮信息传递
  166. Private Sub Form_KeyPress(KeyAscii As Integer)   '控 制 焦 点 转 移(Fixed)
  167.     Dim jdzygs As Integer                         '控件焦点转移个数
  168.     jdzygs = 6
  169.     Select Case KeyAscii
  170.         Case vbKeyReturn
  171.             If Kjjdzy(jdzygs) Then
  172.                 KeyAscii = 0
  173.             End If
  174.         Case 39           '屏蔽"'"
  175.             KeyAscii = 0
  176.     End Select
  177. End Sub
  178. Private Sub Form_Load()
  179.    
  180.     '以下为文本框处理程序(Fixed)
  181.     TextGroupCode = "MRP_SendMaterCircs"
  182.     Call Drwbkxx(TextGroupCode, Textvar(), Textboolean(), Textint(), Textstr())  '读入文本框录入信息
  183.     Call Wbkcsh
  184.     Sub_FillCombo Me.Combo_Con(0)
  185.     '[>>初始化查询条件默认值
  186.     Listindex = HasCurrentCyc(Xtyear, Xtmm)
  187.     If Listindex >= 0 Then
  188.         Combo_Con(0).Listindex = Listindex
  189.     End If
  190.     '<<]
  191.     Report_SendMaterCircsQuery.HelpContextID = 2417003
  192. End Sub
  193. Function HasCurrentCyc(kjyear As Integer, Period As Integer) As Integer
  194.     Dim curcyc As String, bHas As Boolean
  195.     bHas = False
  196.     curcyc = Trim(Str(kjyear)) + "." + Trim(Format(Str(Period), "00"))
  197.     For jsqte = 0 To Combo_Con(0).ListCount
  198.         If Trim(curcyc) = Trim(Combo_Con(0).List(jsqte)) Then
  199.             HasCurrentCyc = jsqte
  200.             Exit Function
  201.         End If
  202.     Next jsqte
  203.     bHasCurrentCyc = -1
  204. End Function
  205. Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer)          '查询条件窗体卸载
  206.     '查询条件窗体卸载时判断是否因为结果窗体卸载,如是则卸载,否则隐藏
  207.     If UnloadCheck.Value <> 1 Then
  208.         Cancel = 1
  209.         Me.Hide
  210.     End If
  211.     
  212. End Sub
  213.  
  214. Private Sub QdCommand_Click()                                   '确 定
  215.     '录入条件有效性判断(Fixed)
  216.     If Not Lrtjyxxpd Then
  217.         Exit Sub
  218.     End If
  219.     Me.Hide
  220.         
  221.     '[>>激活查询过程结果窗体
  222.     
  223.     Report_SendMaterCircs.Timer1.Enabled = True
  224.  
  225.     
  226.     '<<]
  227. End Sub
  228. Private Sub QxCommand_Click()                                    '取消(Fixed)
  229.     Me.Hide
  230. End Sub
  231. Private Function Lrtjyxxpd() As Boolean                          '用户录入条件有效性判断
  232.     Dim jsqte As Integer
  233.     Dim iYear As Integer, iMonth As Integer
  234.     Lrtjyxxpd = False
  235.  
  236.     '对需要进行事后判断的文本框录入内容进行有效性判断 (Fixed)
  237.     For jsqte = 0 To Max_Text_Index
  238.         If Textint(jsqte, 9) = 0 Or Textint(jsqte, 9) = 2 Then
  239.             If Not TextYxxpd(jsqte) Then
  240.                 Exit Function
  241.             End If
  242.         End If
  243.     Next jsqte
  244.    
  245.     '[>>以下为依据实际情况自定义部分
  246.     '判断计划周期是否是空
  247.     If Trim(Me.Combo_Con(0)) = "" Then
  248.         Tsxx = "计划周期必须选择!"
  249.         Call Xtxxts(Tsxx, 0, 1)
  250.         Exit Function
  251.         
  252.     End If
  253.     '查询日期范围应由小到大
  254.     '<<]以上为依据实际情况自定义部分
  255.  
  256.     Lrtjyxxpd = True
  257. End Function
  258. Private Sub Cmd_Clear_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)    '将用户输入条件全部清除(可选)
  259.     '清除文本框(Fixed)
  260.     For jsqte = 0 To Max_Text_Index
  261.         LrText(jsqte).Tag = ""
  262.         LrText(jsqte).Text = ""
  263.     Next jsqte
  264.     Me.Combo_Con(0).Listindex = 0
  265.     
  266.     '[>>
  267.     '此处可以写入其他清除条件程序
  268.     '<<]
  269.   
  270. End Sub
  271. '*************以下为文本框录入处理程序(固定不变部分)*************'
  272. Private Sub Wbklrwbcl(Index As Integer)    '文本框录入事后处理程序
  273.   
  274.     '以下为依据实际情况自定义部分[
  275.     '在此填写文本框录入事后处理程序
  276.     ']以上为依据实际情况自定义部分
  277.   
  278. End Sub
  279. Private Sub LrText_Change(Index As Integer)
  280.    
  281.     '屏蔽程序改变控制
  282.     If TextChangeLock Then
  283.         Exit Sub
  284.     End If
  285.     
  286.     TextValiJudgeLock(Index) = False    '打开有效性判断锁
  287.     
  288.     '限制字段录入长度
  289.           
  290.     TextChangeLock = True  '加锁(防止执行Lrtext_Change)
  291.         
  292.     Select Case Textint(Index, 1)
  293.         Case 8, 11      '金额型
  294.             Call Sjgskz(LrText(Index), Xtjezws - Xtjexsws - 1, Xtjexsws)
  295.         Case 9, 12      '数量型
  296.             Call Sjgskz(LrText(Index), Xtslzws - Xtslxsws - 1, Xtslxsws)
  297.         Case 10          '单价型
  298.             Call Sjgskz(LrText(Index), Xtdjzws - Xtdjxsws - 1, Xtdjxsws)
  299.         Case Else        '其他小数类型控制
  300.             If Textint(Index, 6) <> 0 Or Textint(Index, 7) <> 0 Then
  301.                 Call Sjgskz(LrText(Index), Textint(Index, 6), Textint(Index, 7))
  302.             End If
  303.     End Select
  304.         
  305.     TextChangeLock = False '解锁
  306. End Sub
  307. Private Sub LrText_GotFocus(Index As Integer)                                                 '文本框得到焦点,显示相应信息
  308.     Call TextShow(Index)
  309.     CurTextIndex = Index
  310.     LrText(Index).SelStart = Len(LrText(Index))
  311. End Sub
  312. Private Sub LrText_KeyDown(Index As Integer, KeyCode As Integer, Shift As Integer)            '字段按F2键提供帮助
  313.     
  314.     Select Case KeyCode
  315.         Case vbKeyF2
  316.             Call Text_Help(Index)
  317.     End Select
  318. End Sub
  319. Private Sub LrText_KeyPress(Index As Integer, KeyAscii As Integer)                            '文本框录入事中控制
  320.     Call InputFieldLimit(LrText(Index), Textint(Index, 1), KeyAscii)
  321. End Sub
  322. Private Sub LrText_LostFocus(Index As Integer)                                                '文本框失去焦点
  323.     '显示相应信息但不能进行有效性判断
  324.   
  325. End Sub
  326.  
  327. Private Sub Ydcommand1_MouseDown(Index As Integer, Button As Integer, Shift As Integer, X As Single, Y As Single)     '按钮提供帮助
  328.     Call Text_Help(Index)
  329. End Sub
  330. Private Sub Text_Help(Index As Integer)                                                       '录入字段帮助
  331.     If Not Textboolean(Index, 1) Then
  332.         Exit Sub
  333.     End If
  334.      
  335.     '调用帮助
  336.     Call Drbmhelp(Textint(Index, 2), Textstr(Index, 4), Trim(LrText(Index).Text))
  337.   
  338.     '根据设置选择显示编码和名称,并进行存储
  339.     If Len(Xtfhcs) <> 0 Then
  340.         If Textint(Index, 3) = 1 Then
  341.             LrText(Index).Text = Xtfhcsfz
  342.             LrText(Index).Tag = Xtfhcs
  343.         Else
  344.             LrText(Index).Text = Xtfhcs
  345.             LrText(Index).Tag = Xtfhcsfz
  346.         End If
  347.     End If
  348.    
  349.     LrText(Index).SetFocus
  350. End Sub
  351. Private Sub TextShow(Index As Integer)        '文本框得到焦点,显示相应信息
  352.     '填写文本框得到焦点,进行相应信息处理程序
  353.    
  354. End Sub
  355. Private Sub Wbkcsh()                          '录入文本框初始化
  356.     
  357.     Dim jsqte As Integer
  358.   
  359.     '最大录入文本框索引值
  360.     Max_Text_Index = Textvar(1)
  361.   
  362.     ReDim TextValiJudgeLock(Max_Text_Index)
  363.     For jsqte = 0 To Max_Text_Index
  364.         If Len(Trim(Textstr(jsqte, 1))) <> 0 Then
  365.             If Textboolean(jsqte, 1) Then
  366.                 If jsqte <> 0 And Not Textboolean(jsqte, 3) Then
  367.                     'Load Ydcommand1(jsqte)
  368.                 End If
  369.                 Ydcommand1(jsqte).Visible = True
  370.                 Ydcommand1(jsqte).Move LrText(jsqte).Left + LrText(jsqte).Width, LrText(jsqte).Top
  371.             End If
  372.             TextChangeLock = True
  373.             LrText(jsqte).Text = ""
  374.             LrText(jsqte).Tag = ""
  375.             If Textint(jsqte, 5) <> 0 Then
  376.                 LrText(jsqte).MaxLength = Textint(jsqte, 5)
  377.             End If
  378.             TextChangeLock = False
  379.         End If
  380.         TextValiJudgeLock(jsqte) = True
  381.     Next jsqte
  382. End Sub
  383. Private Function TextYxxpd(Index As Integer) As Boolean           '文本框有效性判断
  384.     
  385.     Dim Sqlstr As String
  386.     Dim Findrec As ADODB.Recordset
  387.   
  388.     '文本框内容未曾改变不进行有效性判断
  389.     If TextValiJudgeLock(Index) Then
  390.         TextYxxpd = True
  391.         Exit Function
  392.     End If
  393.   
  394.     '文本框内容为空认为有效,并清空其Tag值
  395.     If Trim(LrText(Index)) = "" Then
  396.         LrText(Index).Tag = ""
  397.         Call Wbklrwbcl(Index)
  398.         TextValiJudgeLock(Index) = True
  399.         TextYxxpd = True
  400.         Exit Function
  401.     End If
  402.   
  403.     '可在此加入不做有效性判断的理由
  404.   
  405.     Select Case Textint(Index, 4)
  406.         Case 1      '编码型
  407.             Sqlstr = Trim(Textstr(Index, 5))
  408.             Sqlstr = Replace(Sqlstr, "@", "'" + Trim(LrText(Index).Text) + "'")
  409.             Set Findrec = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  410.             If Findrec.EOF Then
  411.                 Call Xtxxts(Trim(Textstr(Index, 6)), 0, 1)
  412.                 LrText(Index).SetFocus
  413.                 Exit Function
  414.             Else
  415.                 Select Case Textint(Index, 3)
  416.                     Case 0
  417.                         If Len(Trim(Textstr(Index, 2))) <> 0 Then
  418.                             LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
  419.                         End If
  420.                         If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
  421.  
  422.                             LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
  423.                         End If
  424.                     Case 1
  425.                         If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
  426.                             LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
  427.                         End If
  428.                         If Len(Trim(Textstr(Index, 2))) <> 0 Then
  429.                             LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
  430.                         End If
  431.                 End Select
  432.             End If
  433.         Case 2      '日期型
  434.             If IsDate(LrText(Index).Text) Then
  435.                 LrText(Index).Text = Format(LrText(Index).Text, "yyyy-mm-dd")
  436.                 If Val(Mid(LrText(Index), 1, 4)) < 1900 Then
  437.                     LrText(Index).Text = "1900" + Mid(LrText(Index), 5, 6)
  438.                 End If
  439.             Else
  440.                 Tsxx = "非法公历日期!(格式:" + Format(Date, "yyyy-mm-dd") + ")"
  441.                 Call Xtxxts(Tsxx, 0, 1)
  442.                 LrText(Index).SetFocus
  443.                 Exit Function
  444.             End If
  445.         Case 3      '其他类型
  446.     End Select
  447.     
  448.     '如果有效则加锁,用户不改变内容则不再进行有效性判断
  449.     TextValiJudgeLock(Index) = True
  450.     '调用文本框事后处理程序
  451.     Call Wbklrwbcl(Index)
  452.    
  453.     '有效性判断通过则返回True
  454.     TextYxxpd = True
  455.    
  456. End Function
  457. Private Sub Sub_FillCombo(ComboList As ComboBox)
  458.     Dim RecTemp As New ADODB.Recordset
  459.     Sqlstr = "Select Distinct kjYear From Gy_kjrlb Order by  kjYear     "
  460.     Set RecTemp = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  461.     ComboList.Clear
  462.     ComboList.AddItem ""
  463.     If Not RecTemp.EOF Then
  464.         RecTemp.MoveFirst
  465.         Do While Not RecTemp.EOF
  466.             For jsqte = 1 To 12
  467.                 ComboList.AddItem Format(Str(RecTemp!kjyear), "0000") + "." + Format(Str(jsqte), "00")
  468.             Next jsqte
  469.             RecTemp.MoveNext
  470.         Loop
  471.     End If
  472.     ComboList.Listindex = 0
  473. End Sub
  474.  
  475. Private Sub Sub_DivMonth(InPara As String, Out1 As Integer, Out2 As Integer)
  476.     Dim Pos1 As Integer
  477.     Pos1 = InStr(1, InPara, ".")
  478.     Out1 = Val(Left(InPara, Pos1 - 1))
  479.     Out2 = Right(InPara, Len(InPara) - Pos1)
  480. End Sub