Search:

Type: Posts; User: GregBrannon

Search: Search took 0.14 seconds.

  1. Re: adding data in table but the table is in another frame

    If you don't get getters/setters (mutators/accessors) then I recommend you spend more time practicing writing classes and their interfaces to other classes. Write multiple classes that simply share...
  2. Re: adding data in table but the table is in another frame

    Add a method (a "setter" or "mutator" method) to the other class that contains the table to accept the data and place it in the table appropriately. Then send the data to the table:
    ...
Results 1 to 2 of 2