hadetoro
hadetoro
About
- Username
- hadetoro
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
should be: How do I get? boat1 ---order 1 boat1 artcl1 ---order 2 boat1 boat2 ---order 3 boat2 So the first group should contains info that's also in the details when it is a boat Regards, Harry
-
Ok, read the examples again, added a basegrid and advstringgrid class and came as far as the callmethod: ... AddClass(TCustomGrid, 'TCustomControl'); AddClass(TDrawGrid, 'TCustomGrid'); AddClass(TStringGrid, 'TDrawGrid'); AddClass(TBaseGrid, …