‎2007 Jun 20 7:53 AM
Hi all,
I need to know what &VBLKP-LFIMG(I5.0)& this means ina text element.This is a field from print program. what I5.0 will do while priniting.
Thanks,
Ramya.R
‎2007 Jun 20 8:00 AM
Hi,
&VBLKP-LFIMG(I5.0)& ---> The field LFIMG will be printed 15 charecters with 0 decimals
Regards
Sudheer
‎2007 Jun 20 7:54 AM
Hi
Means that the Qty field will be displayed in 15 characters only though it is bigger in length with no decimals
Reward points for useful Answers
Regards
Anji
‎2007 Jun 20 7:54 AM
Hi,
it will print this field with 15 characters with 0 decimal places.
Regards,
Richa
‎2007 Jun 20 7:55 AM
Hi,
&VBLKP-LFIMG(I5.0)& is used for Decimal Formatting.It will display the Field with Length 15 & 0 decimal Places.
Regards,
Padmam.
‎2007 Jun 20 8:00 AM
Hi,
&VBLKP-LFIMG(I5.0)& ---> The field LFIMG will be printed 15 charecters with 0 decimals
Regards
Sudheer
‎2007 Jun 20 8:05 AM
Hi,
As I understand, bracket contains ( I & 5.0 ) & not (15.0). If that is the case Then will supress the initial values i.e. if the value is zero nothing will be printed & if the value is present it will print 5 digits with 0 decimals.
I hope this helps,
Regards
Raju Chitale
‎2007 Jun 20 8:07 AM