I'm using Delphi 7 and Rave Reports. How can I set the DataText.Left property (from Rave Reports) dinamicaly according to the size of another DataText that comes before. I tried using the width from the previous DataText, the Length of the field that the first DataText is displaying... None of them worked. I would really appreciate it if anyone could give me any ideas.
Thanks
The Length does not take the width of the characters into account, which will vary depending on the font settings.
If your loading the data from a DataSet, have a look at the DisplayWidth property of the TField class.