Controlling column widths
Controlling column widths
I have a TDBGrid in my application that is populated by a query that I've entered in the SQL property of a TOraQuery. I developed the query on our database host (Solaris 5.9, Oracle 10.2.0.3). On the host, I can use format commands to control the widths of the columns returned by the query. It appears that the format commands, ie: "column lname for a/25" does not work in TOraQuery. I've been searching for a way to control the widths of the colums returned by the query which populates the TDBGrid. So far, I've found nothing. Can anyone suggest a solution? Thanks.