Help for this page

Select Code to Download


  1. or download this
    #! /home/xxxx/CitrusPerl/perl/bin/perl
    
    # CppTrial-pg347.pl modified to Grid.pl
    ...
                                    # overrides defaults above
        $self->SetClientSize($grid->GetSize);
    }
    
  2. or download this
    #! /home/xxxx/CitrusPerl/perl/bin/perl
    
    # CppTrial-pg347.pl modified to Grid.pl
    ...
            $grid->SetCellValue($rows-1, $c, "New Row: Col $ctr"); # Get r
    +eal data from SQL table
        }
    }