Help for this page

Select Code to Download


  1. or download this
    $f2->Table(    -takefocus        => 0,
                                    -highlightcolor    => $bgColor,
                                    -relief            => 'groove',
    ...
                                    -fixedrows        => 1,
                                    -fixedcolumns    => 2,
                                    -scrollbars        => 'se')->pack...
    
  2. or download this
    my $AktRows        = $table->totalRows;
        my $AktCols        = $table->totalColumns;
    ...
            }
        }
        $table->update;