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

企业管理

开发平台:

Visual Basic

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