I'm using delphi 7, infopower studio 2007.
I have a master detail table (customers/orders), in the customers grid I
want to add a new column using the TwwExpandButton which would show a
grid of the orders.
I can get this to work just fine, but I would like the column instead of
being just a "+", I would like it to be wider and show a field value
from the first detail record as well as the "+".
Is this possible?