Help for this page

Select Code to Download


  1. or download this
    sub main
    {
    ...
        
        $dbh->disconnect();
    }
    
  2. or download this
    sub selectClient
    {
    ...
        
        return $client;    
    }
    
  3. or download this
    sub validate
    {
    ...
        
        return;
    }
    
  4. or download this
    sub guiStart
    {
    ...
        
        return;
    }
    
  5. or download this
    sub listData
    {
    ...
        
        return;
    }
    
  6. or download this
    sub initDialog
    {
    ...
        
        return;
    }
    
  7. or download this
    sub removeData
    {
    ...
    
        return;
    }