edit line right justify (OpenInsight Specific)
At 07 MAY 1998 02:32:27PM glenn bryant wrote:
In a form, I have an edit line not associated with any data element which is used to display the total of a column in an edittable above. When I stuff the total in there with set_property, I cannot get it right justified. I'm fully prepared to slap my forehead when someone out there responds with the simple answer which I have missed.
Thanks
glenn bryant
bitmarine@aol.com
At 07 MAY 1998 02:36PM Blaise(Revelation) wrote:
Glenn,
Don't snap your head, it can't have any good side effects at all i'm sure!!
Try using an edit box which can right justfy data, and make it look like an edit line. That should do the trick.
Good luckā¦
Blaise
At 07 MAY 1998 02:37PM John Duquette wrote:
Glenn,
An edit line cannot be right justified because it is "open ended".
What you need to do, is put an edit box on the form, size it to be the same as an editline, and right justify it.
John Revelation
At 08 MAY 1998 07:09AM glenn bryant wrote:
Thanks guys.