My Code Is : [#Field : EI Desc] Width : 25% Page Max : 50 Color: BLUE Alignment: Justified Style : Normal Bold But in Printout Alignment not showing correctly
Go through the PRINT code - as relevant to your Invoice mode of printing. In above you are not only changing the alignment, but also the Width -- which for printing purpose will be having a different definition or else it is overridden at a higher level i.e. at Line/Part or Form level.
[#Line: EXPINV InvDetails] what is the field name for Item Additional Description . Cannot find in above line want to justified alignment of item additional description in print level
EI Desc is a multi-line Field having aggregate UDF value. Line 1, Line 2, Line 3 etc ---- are different. Do you need per line justification ??? e.g. justification of Line 1 ?
In the Field ---- Add these 2 attributes --- Print FG : White PrintBG : Black thereafter -- keep trying the various Print formats to find out which one is applicable to you. When you Print+Preview --- the Black Background with white fonts will be visible in preview, if it does --- then that is the correct reference.