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

企业管理

开发平台:

Visual Basic

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