                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   VERSION =   3.00      dataenvironment      dataenvironment      Dataenvironment      JLeft = 681
Top = 5
Width = 314
Height = 326
Name = "Dataenvironment"
      cursor      cursor      Cursor1      Dataenvironment      Left = 10
Top = 20
Width = 90
Height = 261
Alias = "inv_head"
BufferModeOverride = 2
Database = ..\data\trackerdb.dbc
CursorSource = "inv_head"
Name = "Cursor1"
      cursor      cursor      Cursor2      Dataenvironment      Left = 150
Top = 20
Width = 90
Height = 237
Alias = "v_lineitemsforinvoice"
Database = ..\data\trackerdb.dbc
CursorSource = "v_lineitemsforinvoice"
NoDataOnLoad = .T.
Name = "Cursor2"
      3      1      t_form      ..\libs\t_base.vcx      form      frmInvoiceHeader      Height = 511
Width = 700
DoCreate = .T.
AutoCenter = .T.
Caption = "Invoicing"
ccurrentinvoice = 
cinvoicenumber = 
Name = "frmInvoiceHeader"
      PROCEDURE Init
DODEFAULT()

thisform.cCurrentTable = 'Inv_head'
Select (thisform.cCurrentTable)

thisform.cInvoiceNumber = Inv_head.h_invnum


ENDPROC
     -                              ~)   %                             U  D 	 C T    Inv_head F    T      U  THISFORM CCURRENTTABLE CINVOICENUMBER INV_HEAD H_INVNUM Init,     1   23                              )                           !ccurrentinvoice
cinvoicenumber
      t_pageframe      ..\libs\t_base.vcx      	pageframe      
pgfInvoice      frmInvoiceHeader     CErasePage = .T.
PageCount = 4
Top = 0
Left = 0
Width = 700
Height = 480
Name = "pgfInvoice"
Page1.Caption = "Invoice Header"
Page1.Name = "Page1"
Page2.Caption = "Invoice List"
Page2.Name = "Page2"
Page3.Caption = "Line Item List"
Page3.Name = "Page3"
Page4.Caption = "Line Item Detail"
Page4.Name = "Page4"
     PROCEDURE Page1.Activate
DODEFAULT()

thisform.cCurrentTable = "Inv_head"
select (thisform.cCurrentTable)

* This tells the command buttons what work area is selected
ThisForm.cmdButtons.nWorkarea = SELECT()
ENDPROC
PROCEDURE Page2.Activate
DODEFAULT()

thisform.cCurrentTable = "Inv_head"
select (thisform.cCurrentTable)

* This tells the command buttons what work area is selected
ThisForm.cmdButtons.nWorkarea = SELECT()

ENDPROC
PROCEDURE Page3.Activate
DODEFAULT()
thisform.cCurrentTable = 'v_LineItemsForInvoice'
SELECT (thisform.cCurrentTable)

* This tells the command buttons what work area is selected
ThisForm.cmdButtons.nWorkarea = SELECT()

REQUERY(thisform.cCurrentTable)

This.refresh()
ENDPROC
PROCEDURE Page4.Activate
DODEFAULT()
thisform.cCurrentTable = 'v_LineItemsForInvoice'
SELECT (thisform.cCurrentTable)

REQUERY(thisform.cCurrentTable)
This.refresh()

* This tells the command buttons what work area is selected
ThisForm.cmdButtons.nWorkarea = SELECT()

ENDPROC
                                      %   x      
                 U  C 	 C T    Inv_head F    T    CW U  THISFORM CCURRENTTABLE
 CMDBUTTONS	 NWORKAREAC 	 C T    Inv_head F    T    CW U  THISFORM CCURRENTTABLE
 CMDBUTTONS	 NWORKAREAl 	 C% T    v_LineItemsForInvoice F    T    CW C    C   U  THISFORM CCURRENTTABLE
 CMDBUTTONS	 NWORKAREA THIS REFRESHl 	 C% T    v_LineItemsForInvoice F    C    C   T    CW U  THISFORM CCURRENTTABLE THIS REFRESH
 CMDBUTTONS	 NWORKAREA Page1.Activate,      Page2.Activate      Page3.Activate     Page4.Activate    1   #2   #3  Q #  2  Q   #2                                     
                         )                           	t_textbox      ..\libs\t_base.vcx      textbox      	txtH_note      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_note"
Height = 48
Left = 467
MaxLength = 150
TabIndex = 28
Top = 344
Width = 200
Name = "txtH_note"
      t_shape      ..\libs\t_base.vcx      shape      T_shape1      !frmInvoiceHeader.pgfInvoice.Page1      kTop = 9
Left = 455
Height = 223
Width = 221
BackStyle = 1
BackColor = 128,255,255
Name = "T_shape1"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_invnum      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_invnum"
Height = 19
Left = 565
MaxLength = 20
TabIndex = 4
Top = 16
Width = 98
Name = "txtH_invnum"
      t_label      ..\libs\t_base.vcx      label      lblH_invnum      !frmInvoiceHeader.pgfInvoice.Page1      FontSize = 8
Alignment = 1
Caption = "Invoice Number"
Height = 19
Left = 466
Top = 16
Width = 90
TabIndex = 3
Name = "lblH_invnum"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_acctno      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_acctno"
Height = 19
Left = 565
MaxLength = 7
TabIndex = 6
Top = 35
Width = 58
Name = "txtH_acctno"
      t_label      ..\libs\t_base.vcx      label      lblH_acctno      !frmInvoiceHeader.pgfInvoice.Page1      FontSize = 8
Alignment = 1
Caption = "Account number"
Height = 19
Left = 466
Top = 35
Width = 90
TabIndex = 5
Name = "lblH_acctno"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_taxrate      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_taxrate"
Height = 19
Left = 565
TabIndex = 10
Top = 54
Width = 41
Name = "txtH_taxrate"
      t_label      ..\libs\t_base.vcx      label      lblH_taxrate      !frmInvoiceHeader.pgfInvoice.Page1      FontSize = 8
Alignment = 1
Caption = "Tax rate"
Height = 19
Left = 466
Top = 54
Width = 90
TabIndex = 9
Name = "lblH_taxrate"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_shipchg      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_shipchg"
Height = 19
Left = 565
TabIndex = 12
Top = 73
Width = 48
Name = "txtH_shipchg"
      t_label      ..\libs\t_base.vcx      label      lblH_shipchg      !frmInvoiceHeader.pgfInvoice.Page1      FontSize = 8
Alignment = 1
Caption = "Shipping charge"
Height = 19
Left = 466
Top = 73
Width = 90
TabIndex = 11
Name = "lblH_shipchg"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_convrat      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_convrat"
Height = 19
Left = 565
TabIndex = 14
Top = 92
Width = 61
Name = "txtH_convrat"
      t_label      ..\libs\t_base.vcx      label      lblH_convrat      !frmInvoiceHeader.pgfInvoice.Page1      FontSize = 8
Alignment = 1
BackStyle = 0
Caption = "Conversion rate"
Height = 19
Left = 466
Top = 92
Width = 90
TabIndex = 13
Name = "lblH_convrat"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_convcty      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_convcty"
Height = 19
Left = 565
MaxLength = 3
TabIndex = 16
Top = 111
Width = 33
Name = "txtH_convcty"
      t_label      ..\libs\t_base.vcx      label      lblH_convcty      !frmInvoiceHeader.pgfInvoice.Page1      FontSize = 8
Alignment = 1
Caption = "Conversion country"
Height = 19
Left = 462
Top = 111
Width = 95
TabIndex = 15
Name = "lblH_convcty"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_serchg      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_serchg"
Height = 19
Left = 565
TabIndex = 18
Top = 130
Width = 75
Name = "txtH_serchg"
      t_label      ..\libs\t_base.vcx      label      lblH_serchg      !frmInvoiceHeader.pgfInvoice.Page1      FontSize = 8
Alignment = 1
Caption = "Service charge"
Height = 19
Left = 466
Top = 130
Width = 90
TabIndex = 17
Name = "lblH_serchg"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_remitto      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_remitto"
Height = 19
Left = 565
MaxLength = 3
TabIndex = 20
Top = 149
Width = 33
Name = "txtH_remitto"
      t_label      ..\libs\t_base.vcx      label      lblH_remitto      !frmInvoiceHeader.pgfInvoice.Page1      FontSize = 8
Alignment = 1
Caption = "Remit to"
Height = 19
Left = 466
Top = 149
Width = 90
TabIndex = 19
Name = "lblH_remitto"
      	t_textbox      ..\libs\t_base.vcx      textbox      
txtH_ponum      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_ponum"
Height = 19
Left = 565
MaxLength = 13
TabIndex = 22
Top = 168
Width = 100
Name = "txtH_ponum"
      t_label      ..\libs\t_base.vcx      label      
lblH_ponum      !frmInvoiceHeader.pgfInvoice.Page1      FontSize = 8
Alignment = 1
Caption = "PO Number"
Height = 19
Left = 466
Top = 168
Width = 90
TabIndex = 21
Name = "lblH_ponum"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_invcode      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_invcode"
Height = 19
Left = 565
MaxLength = 2
TabIndex = 24
Top = 187
Width = 28
Name = "txtH_invcode"
      t_label      ..\libs\t_base.vcx      label      lblH_invcode      !frmInvoiceHeader.pgfInvoice.Page1      FontSize = 8
Alignment = 1
Caption = "Invoice code"
Height = 19
Left = 466
Top = 187
Width = 90
TabIndex = 23
Name = "lblH_invcode"
      	t_textbox      ..\libs\t_base.vcx      textbox      
txtH_cu_id      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_cu_id"
Height = 19
Left = 565
MaxLength = 10
TabIndex = 26
Top = 206
Width = 79
Name = "txtH_cu_id"
      t_label      ..\libs\t_base.vcx      label      
lblH_cu_id      !frmInvoiceHeader.pgfInvoice.Page1      FontSize = 8
Alignment = 1
Caption = "Customer ID"
Height = 19
Left = 466
Top = 206
Width = 90
TabIndex = 25
BackColor = 192,192,192
Name = "lblH_cu_id"
      t_commandbutton      ..\libs\t_base.vcx      commandbutton      cmdCopy      !frmInvoiceHeader.pgfInvoice.Page1      iTop = 260
Left = 467
Height = 22
Width = 204
Caption = "Copy Shipping to Billing"
Name = "cmdCopy"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_region      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_region"
Height = 19
Left = 642
MaxLength = 1
TabIndex = 8
Top = 35
Width = 21
Name = "txtH_region"
      t_shape      ..\libs\t_base.vcx      shape      T_shape2      !frmInvoiceHeader.pgfInvoice.Page1      [Top = 9
Left = 24
Height = 146
Width = 404
BackColor = 128,255,255
Name = "T_shape2"
      t_shape      ..\libs\t_base.vcx      shape      T_shape3      !frmInvoiceHeader.pgfInvoice.Page1      ]Top = 162
Left = 24
Height = 146
Width = 404
BackColor = 128,255,255
Name = "T_shape3"
      t_shape      ..\libs\t_base.vcx      shape      T_shape4      !frmInvoiceHeader.pgfInvoice.Page1      ]Top = 316
Left = 24
Height = 126
Width = 404
BackColor = 128,255,255
Name = "T_shape4"
      	t_textbox      ..\libs\t_base.vcx      textbox      
txtH_sname      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
BackStyle = 1
ControlSource = "inv_head.h_sname"
Height = 19
Left = 86
MaxLength = 40
TabIndex = 4
Top = 16
Width = 288
BackColor = 255,255,255
IntegralHeight = .F.
Name = "txtH_sname"
      t_label      ..\libs\t_base.vcx      label      
lblH_sname      !frmInvoiceHeader.pgfInvoice.Page1      qFontSize = 8
Caption = "Name"
Height = 19
Left = 38
Top = 18
Width = 36
TabIndex = 3
Name = "lblH_sname"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_saddr1      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_saddr1"
Height = 19
Left = 86
MaxLength = 40
TabIndex = 6
Top = 35
Width = 288
Name = "txtH_saddr1"
      t_label      ..\libs\t_base.vcx      label      lblH_saddr1      !frmInvoiceHeader.pgfInvoice.Page1      uFontSize = 8
Caption = "Address"
Height = 19
Left = 37
Top = 36
Width = 48
TabIndex = 5
Name = "lblH_saddr1"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_saddr2      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_saddr2"
Height = 19
Left = 86
MaxLength = 40
TabIndex = 8
Top = 54
Width = 288
Name = "txtH_saddr2"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_saddr3      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_saddr3"
Height = 19
Left = 86
MaxLength = 40
TabIndex = 10
Top = 73
Width = 288
Name = "txtH_saddr3"
      	t_textbox      ..\libs\t_base.vcx      textbox      
txtH_scity      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_scity"
Height = 19
Left = 86
MaxLength = 20
TabIndex = 12
Top = 92
Width = 148
Name = "txtH_scity"
      t_label      ..\libs\t_base.vcx      label      
lblH_scity      !frmInvoiceHeader.pgfInvoice.Page1      rFontSize = 8
Caption = "City"
Height = 19
Left = 37
Top = 92
Width = 22
TabIndex = 11
Name = "lblH_scity"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_sstate      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_sstate"
Format = "!"
Height = 19
Left = 275
MaxLength = 3
TabIndex = 14
Top = 92
Width = 33
Name = "txtH_sstate"
      t_label      ..\libs\t_base.vcx      label      lblH_sstate      !frmInvoiceHeader.pgfInvoice.Page1      uFontSize = 8
Caption = "State"
Height = 19
Left = 237
Top = 93
Width = 30
TabIndex = 13
Name = "lblH_sstate"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_scounty      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_scounty"
Height = 19
Left = 86
MaxLength = 20
TabIndex = 16
Top = 111
Width = 148
Name = "txtH_scounty"
      t_label      ..\libs\t_base.vcx      label      lblH_scounty      !frmInvoiceHeader.pgfInvoice.Page1      xFontSize = 8
Caption = "Country"
Height = 19
Left = 37
Top = 112
Width = 44
TabIndex = 15
Name = "lblH_scounty"
      	t_textbox      ..\libs\t_base.vcx      textbox      	txtH_szip      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_szip"
Format = "!"
Height = 19
Left = 338
MaxLength = 10
TabIndex = 18
Top = 92
Width = 79
Name = "txtH_szip"
      t_label      ..\libs\t_base.vcx      label      	lblH_szip      !frmInvoiceHeader.pgfInvoice.Page1      qFontSize = 8
Caption = "Zip"
Height = 19
Left = 311
Top = 93
Width = 19
TabIndex = 17
Name = "lblH_szip"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_scontac      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_scontac"
Height = 19
Left = 86
MaxLength = 40
TabIndex = 20
Top = 130
Width = 288
Name = "txtH_scontac"
      t_label      ..\libs\t_base.vcx      label      lblH_scontac      !frmInvoiceHeader.pgfInvoice.Page1      xFontSize = 8
Caption = "Contact"
Height = 19
Left = 37
Top = 131
Width = 44
TabIndex = 19
Name = "lblH_scontac"
      	t_textbox      ..\libs\t_base.vcx      textbox      
txtH_bname      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_bname"
Height = 19
Left = 86
MaxLength = 40
TabIndex = 22
Top = 169
Width = 288
Name = "txtH_bname"
      t_label      ..\libs\t_base.vcx      label      
lblH_bname      !frmInvoiceHeader.pgfInvoice.Page1      sFontSize = 8
Caption = "Name"
Height = 19
Left = 37
Top = 168
Width = 36
TabIndex = 21
Name = "lblH_bname"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_baddr1      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_baddr1"
Height = 19
Left = 86
MaxLength = 40
TabIndex = 24
Top = 188
Width = 288
Name = "txtH_baddr1"
      t_label      ..\libs\t_base.vcx      label      lblH_baddr1      !frmInvoiceHeader.pgfInvoice.Page1      wFontSize = 8
Caption = "Address"
Height = 19
Left = 37
Top = 190
Width = 48
TabIndex = 23
Name = "lblH_baddr1"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_baddr2      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_baddr2"
Height = 19
Left = 86
MaxLength = 40
TabIndex = 26
Top = 207
Width = 288
Name = "txtH_baddr2"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_baddr3      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_baddr3"
Height = 19
Left = 86
MaxLength = 40
TabIndex = 28
Top = 226
Width = 288
Name = "txtH_baddr3"
      	t_textbox      ..\libs\t_base.vcx      textbox      
txtH_bcity      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_bcity"
Height = 19
Left = 86
MaxLength = 20
TabIndex = 30
Top = 245
Width = 148
Name = "txtH_bcity"
      t_label      ..\libs\t_base.vcx      label      
lblH_bcity      !frmInvoiceHeader.pgfInvoice.Page1      sFontSize = 8
Caption = "City"
Height = 19
Left = 37
Top = 245
Width = 22
TabIndex = 29
Name = "lblH_bcity"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_bstate      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_bstate"
Format = "!"
Height = 19
Left = 275
MaxLength = 3
TabIndex = 32
Top = 245
Width = 33
Name = "txtH_bstate"
      t_label      ..\libs\t_base.vcx      label      lblH_bstate      !frmInvoiceHeader.pgfInvoice.Page1      vFontSize = 8
Caption = "State"
Height = 19
Left = 237
Top = 248
Width = 30
TabIndex = 31
Name = "lblH_bstate"
      	t_textbox      ..\libs\t_base.vcx      textbox      	txtH_bzip      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_bzip"
Format = "!"
Height = 19
Left = 338
MaxLength = 10
TabIndex = 34
Top = 245
Width = 79
Name = "txtH_bzip"
      t_label      ..\libs\t_base.vcx      label      	lblH_bzip      !frmInvoiceHeader.pgfInvoice.Page1      rFontSize = 8
Caption = "Zip"
Height = 19
Left = 311
Top = 248
Width = 19
TabIndex = 33
Name = "lblH_bzip"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_bcontac      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_bcontac"
Height = 19
Left = 86
MaxLength = 40
TabIndex = 38
Top = 283
Width = 288
Name = "txtH_bcontac"
      t_label      ..\libs\t_base.vcx      label      lblH_bcontac      !frmInvoiceHeader.pgfInvoice.Page1      xFontSize = 8
Caption = "Contact"
Height = 19
Left = 37
Top = 287
Width = 44
TabIndex = 37
Name = "lblH_bcontac"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_bcounty      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_bcounty"
Height = 19
Left = 86
MaxLength = 20
TabIndex = 40
Top = 264
Width = 148
Name = "txtH_bcounty"
      t_label      ..\libs\t_base.vcx      label      lblH_bcounty      !frmInvoiceHeader.pgfInvoice.Page1      xFontSize = 8
Caption = "Country"
Height = 19
Left = 34
Top = 264
Width = 44
TabIndex = 39
Name = "lblH_bcounty"
      	t_textbox      ..\libs\t_base.vcx      textbox      
txtH_rname      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_rname"
Height = 19
Left = 86
MaxLength = 40
TabIndex = 42
Top = 323
Width = 288
Name = "txtH_rname"
      t_label      ..\libs\t_base.vcx      label      
lblH_rname      !frmInvoiceHeader.pgfInvoice.Page1      sFontSize = 8
Caption = "Name"
Height = 19
Left = 37
Top = 325
Width = 36
TabIndex = 41
Name = "lblH_rname"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_raddr1      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_raddr1"
Height = 19
Left = 86
MaxLength = 40
TabIndex = 44
Top = 342
Width = 288
Name = "txtH_raddr1"
      t_label      ..\libs\t_base.vcx      label      lblH_raddr1      !frmInvoiceHeader.pgfInvoice.Page1      wFontSize = 8
Caption = "Address"
Height = 19
Left = 37
Top = 344
Width = 48
TabIndex = 43
Name = "lblH_raddr1"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_raddr2      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_raddr2"
Height = 19
Left = 86
MaxLength = 40
TabIndex = 46
Top = 361
Width = 288
Name = "txtH_raddr2"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_raddr3      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_raddr3"
Height = 19
Left = 86
MaxLength = 40
TabIndex = 48
Top = 380
Width = 288
Name = "txtH_raddr3"
      	t_textbox      ..\libs\t_base.vcx      textbox      
txtH_rcity      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_rcity"
Height = 19
Left = 86
MaxLength = 40
TabIndex = 50
Top = 399
Width = 144
Name = "txtH_rcity"
      t_label      ..\libs\t_base.vcx      label      
lblH_rcity      !frmInvoiceHeader.pgfInvoice.Page1      sFontSize = 8
Caption = "City"
Height = 19
Left = 37
Top = 402
Width = 22
TabIndex = 49
Name = "lblH_rcity"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_rstate      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_rstate"
Format = "!"
Height = 19
Left = 275
MaxLength = 3
TabIndex = 52
Top = 399
Width = 33
Name = "txtH_rstate"
      t_label      ..\libs\t_base.vcx      label      lblH_rstate      !frmInvoiceHeader.pgfInvoice.Page1      vFontSize = 8
Caption = "State"
Height = 19
Left = 237
Top = 402
Width = 30
TabIndex = 51
Name = "lblH_rstate"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtH_rcounty      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_rcounty"
Height = 19
Left = 86
MaxLength = 40
TabIndex = 54
Top = 418
Width = 144
Name = "txtH_rcounty"
      t_label      ..\libs\t_base.vcx      label      lblH_rcounty      !frmInvoiceHeader.pgfInvoice.Page1      xFontSize = 8
Caption = "Country"
Height = 19
Left = 33
Top = 421
Width = 44
TabIndex = 53
Name = "lblH_rcounty"
      	t_textbox      ..\libs\t_base.vcx      textbox      	txtH_rzip      !frmInvoiceHeader.pgfInvoice.Page1      Comment = ""
FontSize = 8
ControlSource = "inv_head.h_rzip"
Height = 19
Left = 338
MaxLength = 10
TabIndex = 56
Top = 399
Width = 79
Name = "txtH_rzip"
      t_label      ..\libs\t_base.vcx      label      	lblH_rzip      !frmInvoiceHeader.pgfInvoice.Page1      rFontSize = 8
Caption = "Zip"
Height = 19
Left = 311
Top = 402
Width = 19
TabIndex = 55
Name = "lblH_rzip"
      t_label      ..\libs\t_base.vcx      label      T_label1      !frmInvoiceHeader.pgfInvoice.Page1      FontBold = .T.
FontSize = 8
Alignment = 2
Caption = "S"
Left = 10
Top = 18
Width = 10
TabIndex = 46
Name = "T_label1"
      t_label      ..\libs\t_base.vcx      label      T_label2      !frmInvoiceHeader.pgfInvoice.Page1      FontBold = .T.
FontSize = 8
Alignment = 2
Caption = "h"
Left = 10
Top = 33
Width = 10
TabIndex = 47
Name = "T_label2"
      t_label      ..\libs\t_base.vcx      label      T_label3      !frmInvoiceHeader.pgfInvoice.Page1      FontBold = .T.
FontSize = 8
Alignment = 2
Caption = "i"
Left = 10
Top = 49
Width = 10
TabIndex = 48
Name = "T_label3"
      t_label      ..\libs\t_base.vcx      label      T_label4      !frmInvoiceHeader.pgfInvoice.Page1      FontBold = .T.
FontSize = 8
Alignment = 2
Caption = "p"
Left = 10
Top = 67
Width = 10
TabIndex = 49
Name = "T_label4"
      t_label      ..\libs\t_base.vcx      label      T_label5      !frmInvoiceHeader.pgfInvoice.Page1      FontBold = .T.
FontSize = 8
Alignment = 2
Caption = "p"
Left = 10
Top = 84
Width = 10
TabIndex = 50
Name = "T_label5"
      t_label      ..\libs\t_base.vcx      label      T_label6      !frmInvoiceHeader.pgfInvoice.Page1      FontBold = .T.
FontSize = 8
Alignment = 2
Caption = "i"
Left = 10
Top = 101
Width = 10
TabIndex = 51
Name = "T_label6"
      t_label      ..\libs\t_base.vcx      label      T_label7      !frmInvoiceHeader.pgfInvoice.Page1      FontBold = .T.
FontSize = 8
Alignment = 2
Caption = "n"
Left = 10
Top = 116
Width = 10
TabIndex = 52
Name = "T_label7"
      t_label      ..\libs\t_base.vcx      label      T_label8      !frmInvoiceHeader.pgfInvoice.Page1      FontBold = .T.
FontSize = 8
Alignment = 2
Caption = "g"
Left = 10
Top = 132
Width = 10
TabIndex = 53
Name = "T_label8"
      t_line      ..\libs\t_base.vcx      line      T_line9      !frmInvoiceHeader.pgfInvoice.Page1      mBorderStyle = 1
Height = 0
Left = 25
Top = 154
Width = 403
BorderColor = 255,255,255
Name = "T_line9"
      t_line      ..\libs\t_base.vcx      line      T_line11      !frmInvoiceHeader.pgfInvoice.Page1      ]Height = 145
Left = 427
Top = 10
Width = 0
BorderColor = 255,255,255
Name = "T_line11"
      t_label      ..\libs\t_base.vcx      label      T_label9      !frmInvoiceHeader.pgfInvoice.Page1      qFontBold = .T.
FontSize = 8
Alignment = 2
Caption = "B"
Left = 10
Top = 176
Width = 10
Name = "T_label9"
      t_label      ..\libs\t_base.vcx      label      	T_label10      !frmInvoiceHeader.pgfInvoice.Page1      rFontBold = .T.
FontSize = 8
Alignment = 2
Caption = "i"
Left = 10
Top = 191
Width = 10
Name = "T_label10"
      t_label      ..\libs\t_base.vcx      label      	T_label11      !frmInvoiceHeader.pgfInvoice.Page1      rFontBold = .T.
FontSize = 8
Alignment = 2
Caption = "l"
Left = 10
Top = 207
Width = 10
Name = "T_label11"
      t_label      ..\libs\t_base.vcx      label      	T_label12      !frmInvoiceHeader.pgfInvoice.Page1      rFontBold = .T.
FontSize = 8
Alignment = 2
Caption = "l"
Left = 10
Top = 223
Width = 10
Name = "T_label12"
      t_label      ..\libs\t_base.vcx      label      	T_label13      !frmInvoiceHeader.pgfInvoice.Page1      rFontBold = .T.
FontSize = 8
Alignment = 2
Caption = "i"
Left = 10
Top = 239
Width = 10
Name = "T_label13"
      t_label      ..\libs\t_base.vcx      label      	T_label14      !frmInvoiceHeader.pgfInvoice.Page1      rFontBold = .T.
FontSize = 8
Alignment = 2
Caption = "n"
Left = 10
Top = 255
Width = 10
Name = "T_label14"
      t_label      ..\libs\t_base.vcx      label      	T_label15      !frmInvoiceHeader.pgfInvoice.Page1      FontBold = .T.
FontSize = 8
Alignment = 2
Caption = "g"
Left = 10
Top = 270
Width = 10
BackColor = 0,0,0
Name = "T_label15"
      t_label      ..\libs\t_base.vcx      label      	T_label16      !frmInvoiceHeader.pgfInvoice.Page1      rFontBold = .T.
FontSize = 8
Alignment = 2
Caption = "R"
Left = 10
Top = 322
Width = 10
Name = "T_label16"
      t_label      ..\libs\t_base.vcx      label      	T_label17      !frmInvoiceHeader.pgfInvoice.Page1      rFontBold = .T.
FontSize = 8
Alignment = 2
Caption = "e"
Left = 10
Top = 337
Width = 10
Name = "T_label17"
      t_label      ..\libs\t_base.vcx      label      	T_label18      !frmInvoiceHeader.pgfInvoice.Page1      rFontBold = .T.
FontSize = 8
Alignment = 2
Caption = "m"
Left = 10
Top = 352
Width = 11
Name = "T_label18"
      t_label      ..\libs\t_base.vcx      label      	T_label19      !frmInvoiceHeader.pgfInvoice.Page1      rFontBold = .T.
FontSize = 8
Alignment = 2
Caption = "i"
Left = 10
Top = 367
Width = 10
Name = "T_label19"
      t_label      ..\libs\t_base.vcx      label      	T_label20      !frmInvoiceHeader.pgfInvoice.Page1      rFontBold = .T.
FontSize = 8
Alignment = 2
Caption = "t"
Left = 10
Top = 382
Width = 10
Name = "T_label20"
      t_label      ..\libs\t_base.vcx      label      	T_label21      !frmInvoiceHeader.pgfInvoice.Page1      rFontBold = .T.
FontSize = 8
Alignment = 2
Caption = "t"
Left = 10
Top = 401
Width = 10
Name = "T_label21"
      t_label      ..\libs\t_base.vcx      label      	T_label22      !frmInvoiceHeader.pgfInvoice.Page1      rFontBold = .T.
FontSize = 8
Alignment = 2
Caption = "o"
Left = 10
Top = 416
Width = 10
Name = "T_label22"
      t_line      ..\libs\t_base.vcx      line      T_line1      !frmInvoiceHeader.pgfInvoice.Page1      mBorderStyle = 1
Height = 0
Left = 25
Top = 307
Width = 403
BorderColor = 255,255,255
Name = "T_line1"
      t_line      ..\libs\t_base.vcx      line      T_line2      !frmInvoiceHeader.pgfInvoice.Page1      ]Height = 145
Left = 427
Top = 163
Width = 0
BorderColor = 255,255,255
Name = "T_line2"
      t_line      ..\libs\t_base.vcx      line      T_line3      !frmInvoiceHeader.pgfInvoice.Page1      mBorderStyle = 1
Height = 0
Left = 25
Top = 441
Width = 403
BorderColor = 255,255,255
Name = "T_line3"
      t_line      ..\libs\t_base.vcx      line      T_line4      !frmInvoiceHeader.pgfInvoice.Page1      ]Height = 124
Left = 427
Top = 317
Width = 0
BorderColor = 255,255,255
Name = "T_line4"
      t_label      ..\libs\t_base.vcx      label      	T_label23      !frmInvoiceHeader.pgfInvoice.Page1      dFontBold = .T.
Alignment = 2
Caption = "-"
Left = 627
Top = 36
Width = 10
Name = "T_label23"
      t_label      ..\libs\t_base.vcx      label      	T_label24      !frmInvoiceHeader.pgfInvoice.Page1      >Caption = "Note:"
Left = 467
Top = 328
Name = "T_label24"
      t_grid      ..\libs\t_base.vcx      grid      grdInvoiceHeader      !frmInvoiceHeader.pgfInvoice.Page2     ColumnCount = 5
Height = 452
Left = 0
Panel = 1
ReadOnly = .T.
ScrollBars = 2
Top = 0
Width = 695
Name = "grdInvoiceHeader"
Column1.ControlSource = "inv_head.h_invnum"
Column1.Width = 82
Column1.ReadOnly = .T.
Column1.Name = "Column1"
Column2.ControlSource = "inv_head.h_bname"
Column2.Width = 345
Column2.ReadOnly = .T.
Column2.Name = "Column2"
Column3.ControlSource = "inv_head.h_acctno"
Column3.ReadOnly = .T.
Column3.Name = "Column3"
Column4.ControlSource = "inv_head.h_ponum"
Column4.ReadOnly = .T.
Column4.Name = "Column4"
Column5.ControlSource = "inv_head.h_ttlinv"
Column5.ReadOnly = .T.
Column5.Name = "Column5"
      header      header      Header1      :frmInvoiceHeader.pgfInvoice.Page2.grdInvoiceHeader.Column1      6Alignment = 2
Caption = "Invoice"
Name = "Header1"
      textbox      textbox      Text1      :frmInvoiceHeader.pgfInvoice.Page2.grdInvoiceHeader.Column1      iBorderStyle = 0
Margin = 0
ReadOnly = .T.
ForeColor = 0,0,0
BackColor = 255,255,255
Name = "Text1"
      header      header      Header1      :frmInvoiceHeader.pgfInvoice.Page2.grdInvoiceHeader.Column2      ;Alignment = 2
Caption = "Billing Name"
Name = "Header1"
      textbox      textbox      Text1      :frmInvoiceHeader.pgfInvoice.Page2.grdInvoiceHeader.Column2      iBorderStyle = 0
Margin = 0
ReadOnly = .T.
ForeColor = 0,0,0
BackColor = 255,255,255
Name = "Text1"
      header      header      Header1      :frmInvoiceHeader.pgfInvoice.Page2.grdInvoiceHeader.Column3      6Alignment = 2
Caption = "Account"
Name = "Header1"
      textbox      textbox      Text1      :frmInvoiceHeader.pgfInvoice.Page2.grdInvoiceHeader.Column3      iBorderStyle = 0
Margin = 0
ReadOnly = .T.
ForeColor = 0,0,0
BackColor = 255,255,255
Name = "Text1"
      header      header      Header1      :frmInvoiceHeader.pgfInvoice.Page2.grdInvoiceHeader.Column4      8Alignment = 2
Caption = "PO Number"
Name = "Header1"
      textbox      textbox      Text1      :frmInvoiceHeader.pgfInvoice.Page2.grdInvoiceHeader.Column4      iBorderStyle = 0
Margin = 0
ReadOnly = .T.
ForeColor = 0,0,0
BackColor = 255,255,255
Name = "Text1"
      header      header      Header1      :frmInvoiceHeader.pgfInvoice.Page2.grdInvoiceHeader.Column5      5Alignment = 2
Caption = "Amount"
Name = "Header1"
      textbox      textbox      Text1      :frmInvoiceHeader.pgfInvoice.Page2.grdInvoiceHeader.Column5      iBorderStyle = 0
Margin = 0
ReadOnly = .T.
ForeColor = 0,0,0
BackColor = 255,255,255
Name = "Text1"
      t_grid      ..\libs\t_base.vcx      grid      grdLineItems      !frmInvoiceHeader.pgfInvoice.Page3     WColumnCount = 6
Height = 452
Left = 0
Panel = 1
ReadOnly = .T.
RecordSource = "v_lineitemsforinvoice"
ScrollBars = 2
Top = 0
Width = 695
Name = "grdLineItems"
Column1.ControlSource = "v_lineitemsforinvoice.d_qty"
Column1.Width = 32
Column1.ReadOnly = .T.
Column1.Name = "Column1"
Column2.ControlSource = "v_lineitemsforinvoice.d_descrip"
Column2.Width = 320
Column2.ReadOnly = .T.
Column2.Name = "Column2"
Column3.ControlSource = "v_lineitemsforinvoice.d_list"
Column3.ReadOnly = .T.
Column3.Name = "Column3"
Column4.ControlSource = "v_lineitemsforinvoice.d_disc"
Column4.ReadOnly = .T.
Column4.Name = "Column4"
Column5.ControlSource = "v_lineitemsforinvoice.d_netprice"
Column5.ReadOnly = .T.
Column5.Name = "Column5"
Column6.ControlSource = "v_lineitemsforinvoice.d_linettl"
Column6.ReadOnly = .T.
Column6.Name = "Column6"
      header      header      Header1      6frmInvoiceHeader.pgfInvoice.Page3.grdLineItems.Column1      2Alignment = 2
Caption = "Qty"
Name = "Header1"
      textbox      textbox      Text1      6frmInvoiceHeader.pgfInvoice.Page3.grdLineItems.Column1      iBorderStyle = 0
Margin = 0
ReadOnly = .T.
ForeColor = 0,0,0
BackColor = 255,255,255
Name = "Text1"
      header      header      Header1      6frmInvoiceHeader.pgfInvoice.Page3.grdLineItems.Column2      :Alignment = 2
Caption = "Description"
Name = "Header1"
      textbox      textbox      Text1      6frmInvoiceHeader.pgfInvoice.Page3.grdLineItems.Column2      BorderStyle = 0
ControlSource = "v_lineitemsforinvoice.d_netprice"
Margin = 0
ReadOnly = .T.
ForeColor = 0,0,0
BackColor = 255,255,255
Name = "Text1"
      header      header      Header1      6frmInvoiceHeader.pgfInvoice.Page3.grdLineItems.Column3      3Alignment = 2
Caption = "List"
Name = "Header1"
      textbox      textbox      Text1      6frmInvoiceHeader.pgfInvoice.Page3.grdLineItems.Column3      iBorderStyle = 0
Margin = 0
ReadOnly = .T.
ForeColor = 0,0,0
BackColor = 255,255,255
Name = "Text1"
      header      header      Header1      6frmInvoiceHeader.pgfInvoice.Page3.grdLineItems.Column4      3Alignment = 2
Caption = "Disc"
Name = "Header1"
      textbox      textbox      Text1      6frmInvoiceHeader.pgfInvoice.Page3.grdLineItems.Column4      iBorderStyle = 0
Margin = 0
ReadOnly = .T.
ForeColor = 0,0,0
BackColor = 255,255,255
Name = "Text1"
      header      header      Header1      6frmInvoiceHeader.pgfInvoice.Page3.grdLineItems.Column5      2Alignment = 2
Caption = "Net"
Name = "Header1"
      textbox      textbox      Text1      6frmInvoiceHeader.pgfInvoice.Page3.grdLineItems.Column5      iBorderStyle = 0
Margin = 0
ReadOnly = .T.
ForeColor = 0,0,0
BackColor = 255,255,255
Name = "Text1"
      header      header      Header1      6frmInvoiceHeader.pgfInvoice.Page3.grdLineItems.Column6      9Alignment = 2
Caption = "Line Total"
Name = "Header1"
      textbox      textbox      Text1      6frmInvoiceHeader.pgfInvoice.Page3.grdLineItems.Column6      iBorderStyle = 0
Margin = 0
ReadOnly = .T.
ForeColor = 0,0,0
BackColor = 255,255,255
Name = "Text1"
      	t_textbox      ..\libs\t_base.vcx      textbox      	txtD_prid      !frmInvoiceHeader.pgfInvoice.Page4      Comment = ""
ControlSource = "v_lineitemsforinvoice.d_prid"
Enabled = .F.
Height = 23
Left = 100
MaxLength = 10
TabIndex = 2
Top = 32
Width = 79
Name = "txtD_prid"
      t_label      ..\libs\t_base.vcx      label      	lblD_prid      !frmInvoiceHeader.pgfInvoice.Page4      hCaption = "Product ID"
Height = 17
Left = 23
Top = 34
Width = 75
TabIndex = 1
Name = "lblD_prid"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtD_qty      !frmInvoiceHeader.pgfInvoice.Page4      Comment = ""
ControlSource = "v_lineitemsforinvoice.d_qty"
Height = 23
Left = 359
TabIndex = 4
Top = 32
Width = 33
Name = "txtD_qty"
      t_label      ..\libs\t_base.vcx      label      lblD_qty      !frmInvoiceHeader.pgfInvoice.Page4      fCaption = "Quantity"
Height = 17
Left = 284
Top = 34
Width = 63
TabIndex = 3
Name = "lblD_qty"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtD_descrip      !frmInvoiceHeader.pgfInvoice.Page4      Comment = ""
ControlSource = "v_lineitemsforinvoice.d_descrip"
Height = 23
Left = 100
MaxLength = 50
TabIndex = 6
Top = 68
Width = 358
Name = "txtD_descrip"
      t_label      ..\libs\t_base.vcx      label      lblD_descrip      !frmInvoiceHeader.pgfInvoice.Page4      lCaption = "Description"
Height = 17
Left = 25
Top = 70
Width = 75
TabIndex = 5
Name = "lblD_descrip"
      	t_textbox      ..\libs\t_base.vcx      textbox      	txtD_list      !frmInvoiceHeader.pgfInvoice.Page4      Comment = ""
ControlSource = "v_lineitemsforinvoice.d_list"
Height = 23
Left = 100
TabIndex = 8
Top = 106
Width = 75
Name = "txtD_list"
      t_label      ..\libs\t_base.vcx      label      	lblD_list      !frmInvoiceHeader.pgfInvoice.Page4      cCaption = "List"
Height = 17
Left = 25
Top = 108
Width = 75
TabIndex = 7
Name = "lblD_list"
      	t_textbox      ..\libs\t_base.vcx      textbox      	txtD_disc      !frmInvoiceHeader.pgfInvoice.Page4      Comment = ""
ControlSource = "v_lineitemsforinvoice.d_disc"
Height = 23
Left = 265
TabIndex = 10
Top = 106
Width = 48
Name = "txtD_disc"
      t_label      ..\libs\t_base.vcx      label      	lblD_disc      !frmInvoiceHeader.pgfInvoice.Page4      hCaption = "Discount"
Height = 17
Left = 208
Top = 109
Width = 60
TabIndex = 9
Name = "lblD_disc"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtD_netprice      !frmInvoiceHeader.pgfInvoice.Page4      Comment = ""
ControlSource = "v_lineitemsforinvoice.d_netprice"
Height = 23
Left = 406
TabIndex = 12
Top = 106
Width = 75
Name = "txtD_netprice"
      t_label      ..\libs\t_base.vcx      label      lblD_netprice      !frmInvoiceHeader.pgfInvoice.Page4      nCaption = "Net price"
Height = 17
Left = 341
Top = 109
Width = 62
TabIndex = 11
Name = "lblD_netprice"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtD_linettl      !frmInvoiceHeader.pgfInvoice.Page4      Comment = ""
ControlSource = "v_lineitemsforinvoice.d_linettl"
Height = 23
Left = 587
TabIndex = 14
Top = 106
Width = 75
Name = "txtD_linettl"
      t_label      ..\libs\t_base.vcx      label      lblD_linettl      !frmInvoiceHeader.pgfInvoice.Page4      nCaption = "Line Total"
Height = 17
Left = 510
Top = 109
Width = 72
TabIndex = 13
Name = "lblD_linettl"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtD_renewal      !frmInvoiceHeader.pgfInvoice.Page4      Comment = ""
ControlSource = "v_lineitemsforinvoice.d_renewal"
Height = 23
Left = 100
MaxLength = 15
TabIndex = 16
Top = 164
Width = 113
Name = "txtD_renewal"
      t_label      ..\libs\t_base.vcx      label      lblD_renewal      !frmInvoiceHeader.pgfInvoice.Page4      jCaption = "Renewal"
Height = 17
Left = 25
Top = 166
Width = 62
TabIndex = 15
Name = "lblD_renewal"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtD_subdate      !frmInvoiceHeader.pgfInvoice.Page4      Comment = ""
ControlSource = "v_lineitemsforinvoice.d_subdate"
Height = 23
Left = 445
MaxLength = 30
TabIndex = 18
Top = 164
Width = 218
Name = "txtD_subdate"
      t_label      ..\libs\t_base.vcx      label      lblD_subdate      !frmInvoiceHeader.pgfInvoice.Page4      wCaption = "Subscription dates"
Height = 17
Left = 335
Top = 166
Width = 108
TabIndex = 17
Name = "lblD_subdate"
      t_label      ..\libs\t_base.vcx      label      lblD_linvnum      !frmInvoiceHeader.pgfInvoice.Page4      Alignment = 1
Caption = "Invoice Number"
Height = 17
Left = 115
Top = 239
Width = 115
TabIndex = 19
Name = "lblD_linvnum"
      t_label      ..\libs\t_base.vcx      label      lblD_subdate2      !frmInvoiceHeader.pgfInvoice.Page4      Alignment = 1
Caption = "Start date"
Height = 17
Left = 115
Top = 271
Width = 115
TabIndex = 21
Name = "lblD_subdate2"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtD_finvdt      !frmInvoiceHeader.pgfInvoice.Page4      Comment = ""
ControlSource = "v_lineitemsforinvoice.d_finvdt"
Enabled = .F.
Height = 23
Left = 235
TabIndex = 24
Top = 302
Width = 71
Name = "txtD_finvdt"
      t_label      ..\libs\t_base.vcx      label      lblD_finvdt      !frmInvoiceHeader.pgfInvoice.Page4      Alignment = 1
Caption = "First Invoice"
Height = 17
Left = 115
Top = 304
Width = 115
TabIndex = 23
Name = "lblD_finvdt"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtD_linvnum      !frmInvoiceHeader.pgfInvoice.Page4      Comment = ""
ControlSource = "v_lineitemsforinvoice.d_linvnum"
Enabled = .F.
Height = 23
Left = 235
MaxLength = 20
TabIndex = 26
Top = 337
Width = 148
Name = "txtD_linvnum"
      t_label      ..\libs\t_base.vcx      label      lblD_linvnum2      !frmInvoiceHeader.pgfInvoice.Page4      Alignment = 1
Caption = "Last invoice number"
Height = 17
Left = 115
Top = 340
Width = 115
TabIndex = 25
Name = "lblD_linvnum2"
      	t_textbox      ..\libs\t_base.vcx      textbox      
txtD_recid      !frmInvoiceHeader.pgfInvoice.Page4      Comment = ""
ControlSource = "v_lineitemsforinvoice.d_recid"
Enabled = .F.
Height = 23
Left = 235
MaxLength = 10
TabIndex = 28
Top = 373
Width = 79
Name = "txtD_recid"
      t_label      ..\libs\t_base.vcx      label      
lblD_recid      !frmInvoiceHeader.pgfInvoice.Page4      {Alignment = 1
Caption = "Record ID"
Height = 17
Left = 115
Top = 375
Width = 115
TabIndex = 27
Name = "lblD_recid"
      	t_textbox      ..\libs\t_base.vcx      textbox      
txtD_enddt      !frmInvoiceHeader.pgfInvoice.Page4      Comment = ""
ControlSource = "v_lineitemsforinvoice.d_enddt"
Enabled = .F.
Height = 23
Left = 510
TabIndex = 30
Top = 268
Width = 71
Name = "txtD_enddt"
      t_label      ..\libs\t_base.vcx      label      
lblD_enddt      !frmInvoiceHeader.pgfInvoice.Page4      zAlignment = 1
Caption = "End date"
Height = 17
Left = 405
Top = 271
Width = 100
TabIndex = 29
Name = "lblD_enddt"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtD_linvdt      !frmInvoiceHeader.pgfInvoice.Page4      Comment = ""
ControlSource = "v_lineitemsforinvoice.d_linvdt"
Enabled = .F.
Height = 23
Left = 510
TabIndex = 32
Top = 302
Width = 71
Name = "txtD_linvdt"
      t_label      ..\libs\t_base.vcx      label      lblD_linvdt      !frmInvoiceHeader.pgfInvoice.Page4      Alignment = 1
Caption = "Last Invoice date"
Height = 17
Left = 405
Top = 305
Width = 100
TabIndex = 31
Name = "lblD_linvdt"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtD_startdt      !frmInvoiceHeader.pgfInvoice.Page4      Comment = ""
ControlSource = "v_lineitemsforinvoice.d_startdt"
Enabled = .F.
Height = 23
Left = 235
TabIndex = 34
Top = 268
Width = 71
Name = "txtD_startdt"
      	t_textbox      ..\libs\t_base.vcx      textbox      txtD_invnum      !frmInvoiceHeader.pgfInvoice.Page4      Comment = ""
ControlSource = "v_lineitemsforinvoice.d_invnum"
Enabled = .F.
Height = 23
Left = 235
MaxLength = 20
TabIndex = 36
Top = 236
Width = 148
Name = "txtD_invnum"
      t_basictxtbtns      ..\libs\t_basicbtns.vcx      	container      
cmdButtons      frmInvoiceHeader     <Top = 484
Left = 75
Height = 24
Name = "cmdButtons"
cmdTop.Name = "cmdTop"
cmdPrev.Name = "cmdPrev"
cmdNext.Name = "cmdNext"
cmdEnd.Name = "cmdEnd"
cmdFind.Name = "cmdFind"
cmdPrint.Name = "cmdPrint"
cmdAdd.Name = "cmdAdd"
cmdEdit.Name = "cmdEdit"
cmdDelete.Name = "cmdDelete"
cmdExit.Name = "cmdExit"
     nPROCEDURE cmdTop.Click
DODEFAULT()
thisform.cInvoiceNumber = Inv_head.h_invnum
ENDPROC
PROCEDURE cmdPrev.Click
DODEFAULT()
thisform.cInvoiceNumber = Inv_head.h_invnum
ENDPROC
PROCEDURE cmdNext.Click
DODEFAULT()
thisform.cInvoiceNumber = Inv_head.h_invnum
ENDPROC
PROCEDURE cmdEnd.Click
DODEFAULT()
thisform.cInvoiceNumber = Inv_head.h_invnum
ENDPROC
     v    ]  ]                           %   p                       U   	 C T      U  THISFORM CINVOICENUMBER INV_HEAD H_INVNUM 	 C T      U  THISFORM CINVOICENUMBER INV_HEAD H_INVNUM 	 C T      U  THISFORM CINVOICENUMBER INV_HEAD H_INVNUM 	 C T      U  THISFORM CINVOICENUMBER INV_HEAD H_INVNUM cmdTop.Click,      cmdPrev.Click}      cmdNext.Click      cmdEnd.Click    1  12  12  12  11                       P         t                 	   
   +  c      )   ]                        BArial, 0, 9, 5, 15, 12, 13, 3, 0
Arial, 0, 8, 5, 14, 11, 12, 3, 0

