5

When I set the object size and position, sometimes Crystal Reports changes it. For example:

X: 0.1, y: 0.1, Width: 1.9, Height: 0.133

Changes to

x: 0.1, y: 0.139, width: 1.9, height 0.094

How can I fix it?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Nick
  • 3,217
  • 5
  • 30
  • 42

5 Answers5

9

File->Options under layout, at 'Grid options', make sure you uncheck 'Snap To Grid'

psw
  • 91
  • 1
  • 3
1

You can use the option called Lock Size/Position on the toolbar.

enter image description here

Update

Also goto File->Options and under layout, check what is the value for Grid Size

huMpty duMpty
  • 14,346
  • 14
  • 60
  • 99
0

A couple of suggestions:

  1. Watch those pentagon-shaped marks on the ruler. They appear on the top and on the left. They've screw me up more times than I really want to admit.
  2. The uncheck "snap to grid" comment above has gotten me a couple of times.
  3. I sometimes put in a blank text field to help set the height of a detail line. If you are superimposing data on a form, it helps. Make certain that you put that on the left side. If you put it on the right side, for some reason Crystal Reports keeps changing the height on you by a little bit.
Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Tom
  • 1
0

I finally figured out how to get the "boxes" to move. I was copying and pasting the Y value, but it would not change.

So I selected the box moved, it up with the arrow key, and pasted the Y value. It worked!!!

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
  • This did work for me. I selected the box and moved it with the arrow key. And then I could manually set the size and position values and they finally stayed. – thursdaysgeek Mar 30 '20 at 18:51
0

Make sure it isn't snapping to guidelines. Asenine as it sounds, they will sometimes jump to guidelines near the values you enter (which kind of defeats the purpose of typing in the values). I had this problem, and once I deleted all guidelines, it went away.

agerber85
  • 63
  • 5