Virgani Dhirgac
New Member
Gurus,
Try this:
define variable acharacter as character extent 6 format "X(100)" initial "".
for each check-reg-tr
no-lock
:
display acharacter[1] at 1 format "X(100)"
acharacter[2] at 101 format "X(100)"
acharacter[3] at 201 format "X(100)"
acharacter[4] at 301 format "X(100)"
acharacter[5] at 401 format "X(100)"
acharacter[6] at 501 format "X(100)"
with frame fcharacter width 600.
end.
and got message "**Cannot fit FILL-IN acharacter[4] with AT within FRAME fcharacter.(4027)
Ignoring position info for AT (2054)
**Cannot fit FILL-IN acharacter[5] with AT within FRAME fcharacter.
(4027)
Ignoring position info for AT (2054)
Any clue ?
Warmest Regards,
Virgani D
Try this:
define variable acharacter as character extent 6 format "X(100)" initial "".
for each check-reg-tr
no-lock
:
display acharacter[1] at 1 format "X(100)"
acharacter[2] at 101 format "X(100)"
acharacter[3] at 201 format "X(100)"
acharacter[4] at 301 format "X(100)"
acharacter[5] at 401 format "X(100)"
acharacter[6] at 501 format "X(100)"
with frame fcharacter width 600.
end.
and got message "**Cannot fit FILL-IN acharacter[4] with AT within FRAME fcharacter.(4027)
Ignoring position info for AT (2054)
**Cannot fit FILL-IN acharacter[5] with AT within FRAME fcharacter.
(4027)
Ignoring position info for AT (2054)
Any clue ?
Warmest Regards,
Virgani D