Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

space fields evenly within a column 1

Status
Not open for further replies.

ksbigfoot

Programmer
Apr 15, 2002
856
CA
I have 5 text fields that are in a column.
I am having trouble trying to space the fields evenly.

Can someone point me in the right direction.
 
Generally a text field is a column unto itself, so it's hard to guess at what you mean.

Also, a text field is a type of field generally used for labels in Crystal, is that what you mean?

You can combine them if that's what you mean, or if you mean when exporting, so state.

-k
 
Hi,
Please provide information about how 5 fields can be in 1 column ( column = field in most databases).

What database?
What Crystal Version?






[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 
Howdy,
Sorry my wording was not very clear.

I am trying to space labels and text boxes as below:
I can left align the Labels together and left align the Fields together, but I was wondering how to space evenly between Label1, Label2, Label3, Label4, Label5.

Label1: Field1
Label2: Field2
Label3: Field3
Label4: Field4
Label5: Field5

Thanks again.
 
You have object size and position available when right clicking the field, just make sure that you're consistent there.

-k
 
I think I stumbled across the solution with your help.
I started my first field 0.040 down from the top. No matter what I couldn't type an exact amount into the Y value, it would automatically round up or down.
So I moved my top label to the very top 0.000 of the Y value and then I was able to space the rest of the fields evenly.
Thanks again for both your help.
Star to you Synapsevampire.
ksbigfoot.
 
It probably rounded up and down because you have the report options set to either snap to grid, or you haven't reduced the default size of movement from .083 to .011 (smallest available).

-k
 
Howdy Synapsevampire,
I didn't know if I could change the default size.
Thanks so much for the follow up.
Very easy now to line up everything since I made the grid smaller.
Thanks again,
ksbigfoot
 
You could also go to File->Options->Layout, and then untick the Snap to Grid box under Grid Options, and tick the Guidelines box under Design View. Now you will find that if you left click your mouse in the vertical ruler on the left of the working area, a horizontal dotted line will appear across the working area, with a small triangle in the ruler. You can create several lines at equal spacing and snap your text and datafields to these lines.

To remove any unwanted guidelines simply select the triangle with the left mouse button and drag it out of the ruler.
 
Snap to grid still observes the grid size, and if you created lines for the columns in a row fashion, they would still need to be properly spaced, in which case you don't have the object properties to use as your guide.

If you're looking for that sort of solution, I'd suggest that you right click the section that the field is in and select Insert Section Below 4 times, then palce each field in it's own section and shrink it up.

This is alsouseful for suppressing blank rows by using the suppress formula if the field is null or blank, and is commonly used for addresses.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top