VBSample project - Technical -frmCustomer- General
frmCustomer


General information | Events list | Properties list | Control list


General information


Preview

 

PROJECT
vbsample

TYPE


Last modification date

12/02/02


Size

12 Kb


Used functions

cmdClose.cmdClose_Click
frmCustomer.Form_Resize
frmCustomer.Form_Load


Header


Purpose
This form displays the information of the customers

Description
This form allows the end user to display, update or delete all customers information.

History
NOVALYS - 2001/10/20 - Creation


Properties of frmCustomer



USER PROPERTIES

NAME DATATYPE Functions/Events referencing

STANDARD PROPERTIES

NAME DATATYPE Functions/Events referencing
ScaleWidth   frmSalesOrder.Form_Resize
frmDocument.Form_Resize
ScaleHeight   frmSalesOrder.Form_Resize
frmemployee.Form_Resize
frmDocument.Form_Resize
MinButton    
MDIChild    
MaxButton    
LinkTopic    
KeyPreview    
Icon    
Caption   frmAbout.Form_Load
frmMain.LoadNewDoc
BorderStyle    


Events list



  private sub Form_Resize( )
  private sub Form_KeyDown( KeyCode as Integer , Shift as Integer )
  private sub Form_Unload( Cancel as Integer )
  private sub Form_Load( )


Controls list and it's events


NAME CATEGORY CAPTION
picButtons PictureBox  
cmdCancel CommandButton "&Cancel"
  private sub cmdCancel_Click( )

cmdUpdate CommandButton "&Update"
  private sub cmdUpdate_Click( )

cmdClose CommandButton "&Close"
  private sub cmdClose_Click( )

cmdRefresh CommandButton "&Refresh"
  private sub cmdRefresh_Click( )

cmdDelete CommandButton "&Delete"
  private sub cmdDelete_Click( )

cmdEdit CommandButton "&Edit"
  private sub cmdEdit_Click( )

cmdAdd CommandButton "&Add"
  private sub cmdAdd_Click( )

picStatBox PictureBox  
cmdLast CommandButton  
  private sub cmdLast_Click( )

cmdNext CommandButton  
  private sub cmdNext_Click( )

cmdPrevious CommandButton  
  private sub cmdPrevious_Click( )

cmdFirst CommandButton  
  private sub cmdFirst_Click( )

lblStatus Label  
txtFields TextBox  
txtFields TextBox  
txtFields TextBox  
txtFields TextBox  
txtFields TextBox  
txtFields TextBox  
txtFields TextBox  
txtFields TextBox  
txtFields TextBox  
lblLabels Label "Company Name:"
lblLabels Label "Phone:"
lblLabels Label "Zip Code:"
lblLabels Label "State:"
lblLabels Label "City:"
lblLabels Label "Address:"
lblLabels Label "Last Name:"
lblLabels Label "Fisrt Name:"
lblLabels Label "ID:"
mnuFIle Menu "&File"
mnuOpen Menu "&Open ..."
mnuClose Menu "&Close"
adoPrimaryRS Recordset  
  private sub adoPrimaryRS_MoveComplete( byval adReason as ADODB.EventReasonEnum , byval pError as ADODB.Error , adStatus as ADODB.EventStatusEnum , byval pRecordset as ADODB.Recordset )
  private sub adoPrimaryRS_WillChangeRecord( byval adReason as ADODB.EventReasonEnum , byval cRecords as Long , adStatus as ADODB.EventStatusEnum , byval pRecordset as ADODB.Recordset )



Document created on Wednesday 20 March 2002 at 09:57 by Visual Expert