[Progress Communities] [Progress OpenEdge ABL] Forum Post: Centralise text on a form?

  • Thread starter Thread starter James Palmer
  • Start date Start date
Status
Not open for further replies.
J

James Palmer

Guest
Seems a desperately simple question but I'm flummoxed! OE 10.2B. I'm using a form to display text on a report. I've had to add a variable to make it more generic, but the text isn't centralised as it's placed on the form based on the format of the variable. Here's the code. form skip(3) CurrentCompany at 77 skip 'Weekly Stock Sheet' at 88 skip(2) 'Customer: ' at 2 customer.customer customer.cust-name skip 'Date From: ' at 2 vd-date-from format '99/99/9999' ' Date To:' vd-date-to format '99/99/9999' skip(2) 'Product Product Weeks In Cartons Pallets Cartons Pallets Cartons Pallets Cartons Pallets Cartons Pallets' at 2 skip 'Code Description WHSE C/FWD C/FWD In In Out Out Adj Adj Balance Balance' at 2 skip '__________________________________________________________________________________________________________________________________________________________________' at 2 With Column 1 Row 1 Overlay width 200 no-box 1 Down no-labels no-attr-space STREAM-IO use-text frame head-goodsin. I want CurrentCompany to be justified centrally, but when it's quite a short name it's way over on the left. Any ideas?

Continue reading...
 
Status
Not open for further replies.
Back
Top