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

企业管理

开发平台:

Visual Basic

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