PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → WD5.5b - Reports - left aligned text and FRAME: hardly no margen between the 2
WD5.5b - Reports - left aligned text and FRAME: hardly no margen between the 2
Débuté par W. Pauw, 11 juin 2001 21:34 - 2 réponses
Posté le 11 juin 2001 - 21:34
Hi,

In a REPORT I print a control with a FRAME (Left); the TEXT in the control
is Left-Aligned.
There is (hardly) no space between the TEXT and the FRAME(Left).

Is there a way to force a MARGIN between the FRAME and the TEXT?

Regards, Willem
Posté le 12 juin 2001 - 14:14
Hi Willem,

I don't know if there is a way to set a margin.
If I couldn't find an answer I would add a static control with a frame
border and then put my text control on top with no frame. This would allow
me to get a margin around the text.

Bert

W. Pauw <isys@dds.nl> wrote in message news:3b2513b3$1@news....
Hi,

In a REPORT I print a control with a FRAME (Left); the TEXT in the control
is Left-Aligned.
There is (hardly) no space between the TEXT and the FRAME(Left).

Is there a way to force a MARGIN between the FRAME and the TEXT?

Regards, Willem

Posté le 18 juin 2001 - 23:58
Hi Willem

You can always hand code the control you need into another control and
add a space:

Control is string = " " + Left(FI.Field)

It's a bit of work but looks real nice...

Centring can have the same effect, but may not look as good.

Gill

"W. Pauw" wrote:

Hi,

In a REPORT I print a control with a FRAME (Left); the TEXT in the control
is Left-Aligned.
There is (hardly) no space between the TEXT and the FRAME(Left).

Is there a way to force a MARGIN between the FRAME and the TEXT?

Regards, Willem