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

企业管理

开发平台:

Visual Basic

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