Link to home
Start Free TrialLog in
Avatar of k6__
k6__

asked on

Quick Report Question

I have a Qreport Form like This :
(S=Start Line , E=End Line of page)

S [Name] [Address] [Phone] E

now i want to do this in runtime

S [Name     ] [Phone     ] E

any ideas ? =)


Avatar of michaue
michaue

When you design your report set TQRDBText.AutoSize = False

Elfrieda :)

Avatar of k6__

ASKER

Did That Didn't work.. i want to cover the space left
from disabling the middle Label with the First And The Last
Label.. =)

use QRExpr component from QuickReport page.
ASKER CERTIFIED SOLUTION
Avatar of maslopes
maslopes

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial