home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / po7_win / object10 / empmix.frm < prev    next >
Text File  |  1994-11-14  |  9KB  |  322 lines

  1. VERSION 2.00
  2. Begin Form frmMix 
  3.    BorderStyle     =   3  'Fixed Double
  4.    Caption         =   "Employee (MixedFunction) Form"
  5.    ClientHeight    =   3945
  6.    ClientLeft      =   1890
  7.    ClientTop       =   2700
  8.    ClientWidth     =   6075
  9.    Height          =   4635
  10.    Left            =   1830
  11.    LinkTopic       =   "Form1"
  12.    ScaleHeight     =   3945
  13.    ScaleWidth      =   6075
  14.    Top             =   2070
  15.    Width           =   6195
  16.    Begin CommandButton cmdLast 
  17.       Caption         =   "Last"
  18.       Height          =   495
  19.       Left            =   4680
  20.       TabIndex        =   12
  21.       Top             =   3360
  22.       Width           =   1215
  23.    End
  24.    Begin CommandButton cmdPrevious 
  25.       Caption         =   "Previous"
  26.       Height          =   495
  27.       Left            =   1680
  28.       TabIndex        =   10
  29.       Top             =   3360
  30.       Width           =   1215
  31.    End
  32.    Begin CommandButton cmdNext 
  33.       Caption         =   "Next"
  34.       Height          =   495
  35.       Left            =   3360
  36.       TabIndex        =   11
  37.       Top             =   3360
  38.       Width           =   1215
  39.    End
  40.    Begin CommandButton cmdFirst 
  41.       Caption         =   "First"
  42.       Height          =   495
  43.       Left            =   360
  44.       TabIndex        =   9
  45.       Top             =   3360
  46.       Width           =   1215
  47.    End
  48.    Begin TextBox txtComm 
  49.       DataField       =   "comm"
  50.       DataSource      =   "EmpData"
  51.       Height          =   285
  52.       Left            =   2640
  53.       TabIndex        =   6
  54.       Top             =   2280
  55.       Width           =   1215
  56.    End
  57.    Begin TextBox txtDeptno 
  58.       DataField       =   "deptno"
  59.       DataSource      =   "EmpData"
  60.       Height          =   285
  61.       Left            =   2640
  62.       TabIndex        =   7
  63.       Top             =   2640
  64.       Width           =   1215
  65.    End
  66.    Begin TextBox txtSal 
  67.       DataField       =   "sal"
  68.       DataSource      =   "EmpData"
  69.       Height          =   285
  70.       Left            =   2640
  71.       TabIndex        =   5
  72.       Top             =   1920
  73.       Width           =   1215
  74.    End
  75.    Begin TextBox txtHireDate 
  76.       DataField       =   "hiredate"
  77.       DataSource      =   "EmpData"
  78.       Height          =   285
  79.       Left            =   2640
  80.       TabIndex        =   4
  81.       Top             =   1560
  82.       Width           =   1215
  83.    End
  84.    Begin TextBox txtMgr 
  85.       DataField       =   "mgr"
  86.       DataSource      =   "EmpData"
  87.       Height          =   285
  88.       Left            =   2640
  89.       TabIndex        =   3
  90.       Top             =   1200
  91.       Width           =   1215
  92.    End
  93.    Begin TextBox txtJob 
  94.       DataField       =   "job"
  95.       DataSource      =   "EmpData"
  96.       Height          =   285
  97.       Left            =   2640
  98.       TabIndex        =   2
  99.       Top             =   840
  100.       Width           =   2895
  101.    End
  102.    Begin TextBox txtEname 
  103.       DataField       =   "ename"
  104.       DataSource      =   "EmpData"
  105.       Height          =   285
  106.       Left            =   2640
  107.       TabIndex        =   1
  108.       Top             =   480
  109.       Width           =   2895
  110.    End
  111.    Begin TextBox txtEmpno 
  112.       DataField       =   "empno"
  113.       DataSource      =   "EmpData"
  114.       Height          =   285
  115.       Left            =   2640
  116.       TabIndex        =   0
  117.       Top             =   120
  118.       Width           =   1215
  119.    End
  120.    Begin OraData EmpData 
  121.       AllowMoveLast   =   -1  'True
  122.       AutoBinding     =   -1  'True
  123.       Caption         =   "         Previous Employee -- Next Employee"
  124.       Connect         =   ""
  125.       DatabaseName    =   ""
  126.       Height          =   270
  127.       HiddenName      =   "EmpData"
  128.       Left            =   360
  129.       Options         =   2162688
  130.       ReadOnly        =   0   'False
  131.       RecordSource    =   ""
  132.       TabIndex        =   8
  133.       Top             =   3000
  134.       TrailingBlanks  =   0   'False
  135.       Width           =   5535
  136.    End
  137.    Begin Label Label8 
  138.       Alignment       =   1  'Right Justify
  139.       AutoSize        =   -1  'True
  140.       Caption         =   "Department Number:"
  141.       FontBold        =   -1  'True
  142.       FontItalic      =   0   'False
  143.       FontName        =   "MS Sans Serif"
  144.       FontSize        =   9.75
  145.       FontStrikethru  =   0   'False
  146.       FontUnderline   =   0   'False
  147.       Height          =   255
  148.       Left            =   360
  149.       TabIndex        =   20
  150.       Top             =   2640
  151.       Width           =   2175
  152.    End
  153.    Begin Label Label7 
  154.       Alignment       =   1  'Right Justify
  155.       AutoSize        =   -1  'True
  156.       Caption         =   "Commission:"
  157.       FontBold        =   -1  'True
  158.       FontItalic      =   0   'False
  159.       FontName        =   "MS Sans Serif"
  160.       FontSize        =   9.75
  161.       FontStrikethru  =   0   'False
  162.       FontUnderline   =   0   'False
  163.       Height          =   255
  164.       Left            =   1200
  165.       TabIndex        =   19
  166.       Top             =   2280
  167.       Width           =   1335
  168.    End
  169.    Begin Label Label6 
  170.       Alignment       =   1  'Right Justify
  171.       AutoSize        =   -1  'True
  172.       Caption         =   "Salary:"
  173.       FontBold        =   -1  'True
  174.       FontItalic      =   0   'False
  175.       FontName        =   "MS Sans Serif"
  176.       FontSize        =   9.75
  177.       FontStrikethru  =   0   'False
  178.       FontUnderline   =   0   'False
  179.       Height          =   255
  180.       Left            =   1680
  181.       TabIndex        =   18
  182.       Top             =   1920
  183.       Width           =   855
  184.    End
  185.    Begin Label Label5 
  186.       Alignment       =   1  'Right Justify
  187.       AutoSize        =   -1  'True
  188.       Caption         =   "Hire Date:"
  189.       FontBold        =   -1  'True
  190.       FontItalic      =   0   'False
  191.       FontName        =   "MS Sans Serif"
  192.       FontSize        =   9.75
  193.       FontStrikethru  =   0   'False
  194.       FontUnderline   =   0   'False
  195.       Height          =   255
  196.       Left            =   1440
  197.       TabIndex        =   17
  198.       Top             =   1560
  199.       Width           =   1095
  200.    End
  201.    Begin Label Label4 
  202.       Alignment       =   1  'Right Justify
  203.       AutoSize        =   -1  'True
  204.       Caption         =   "Manager:"
  205.       FontBold        =   -1  'True
  206.       FontItalic      =   0   'False
  207.       FontName        =   "MS Sans Serif"
  208.       FontSize        =   9.75
  209.       FontStrikethru  =   0   'False
  210.       FontUnderline   =   0   'False
  211.       Height          =   240
  212.       Left            =   1560
  213.       TabIndex        =   16
  214.       Top             =   1200
  215.       Width           =   990
  216.    End
  217.    Begin Label Label3 
  218.       Alignment       =   1  'Right Justify
  219.       AutoSize        =   -1  'True
  220.       Caption         =   "Job:"
  221.       FontBold        =   -1  'True
  222.       FontItalic      =   0   'False
  223.       FontName        =   "MS Sans Serif"
  224.       FontSize        =   9.75
  225.       FontStrikethru  =   0   'False
  226.       FontUnderline   =   0   'False
  227.       Height          =   255
  228.       Left            =   2040
  229.       TabIndex        =   15
  230.       Top             =   840
  231.       Width           =   495
  232.    End
  233.    Begin Label Label2 
  234.       Alignment       =   1  'Right Justify
  235.       AutoSize        =   -1  'True
  236.       Caption         =   "Employee Name:"
  237.       FontBold        =   -1  'True
  238.       FontItalic      =   0   'False
  239.       FontName        =   "MS Sans Serif"
  240.       FontSize        =   9.75
  241.       FontStrikethru  =   0   'False
  242.       FontUnderline   =   0   'False
  243.       Height          =   255
  244.       Left            =   720
  245.       TabIndex        =   14
  246.       Top             =   480
  247.       Width           =   1815
  248.    End
  249.    Begin Label Label1 
  250.       Alignment       =   1  'Right Justify
  251.       AutoSize        =   -1  'True
  252.       Caption         =   "Employee Number:"
  253.       FontBold        =   -1  'True
  254.       FontItalic      =   0   'False
  255.       FontName        =   "MS Sans Serif"
  256.       FontSize        =   9.75
  257.       FontStrikethru  =   0   'False
  258.       FontUnderline   =   0   'False
  259.       Height          =   255
  260.       Left            =   480
  261.       TabIndex        =   13
  262.       Top             =   120
  263.       Width           =   2055
  264.    End
  265.    Begin Menu mExit 
  266.       Caption         =   "E&xit!"
  267.    End
  268. End
  269.  
  270. Sub cmdExit_Click ()
  271.  
  272. End Sub
  273.  
  274. Sub cmdFirst_Click ()
  275.  EmpData.Recordset.DbMoveFirst
  276. End Sub
  277.  
  278. Sub cmdLast_Click ()
  279.  EmpData.Recordset.DbMoveLast
  280. End Sub
  281.  
  282. Sub cmdNext_Click ()
  283.  
  284.   EmpData.Recordset.DbMoveNext
  285.  
  286. End Sub
  287.  
  288. Sub cmdPrevious_Click ()
  289.  
  290.   EmpData.Recordset.DbMovePrevious
  291.  
  292. End Sub
  293.  
  294. Sub EmpData_Reposition ()
  295.  
  296.  If EmpData.Recordset.BOF = True Then
  297.   MsgBox WarnFirstEmp$
  298.   EmpData.Recordset.DbMoveFirst
  299.  End If
  300.  
  301.  If EmpData.Recordset.EOF = True Then
  302.   MsgBox WarnLastEmp$
  303.   EmpData.Recordset.DbMoveLast
  304.  End If
  305.  
  306.  
  307. End Sub
  308.  
  309. Sub Form_Load ()
  310.  
  311.  EmpData.Connect = Connect$
  312.  EmpData.DatabaseName = DatabaseName$
  313.  EmpData.RecordSource = EmpQuery$
  314.  EmpData.Refresh
  315.  
  316. End Sub
  317.  
  318. Sub mExit_Click ()
  319.  End
  320. End Sub
  321.  
  322.