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

企业管理

开发平台:

Visual Basic

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