|
Posted by Nick on December 12, 2005, 4:17 pm
Please log in for more thread options OK,
I do not want to change the whole line to bold. Only the itemlookupcode or
description.
The way the XML is set, you can only assign the font to a table, not to a
individual column. Anyone know hoe to do this?
Thanks,
Nick
> Nick,
>
> It might be easiest if you modified the FONT for that line and just made
> it
> BOLD.
> An example below
> <FONT name="myFont">
> <NAME> "Arial" </NAME>
> <SIZE> 12 </SIZE>
> <BOLD> True </BOLD>
> <UNDERLINE> True </UNDERLINE>
> <ITALIC> True </ITALIC>
> <COLOR> vbRed </COLOR>
> </FONT>
>
> <FONT> "myFont" </FONT> <---- sets the font to you custom defined font
> .....transaction details of line for item lookup code....
> <FONT> "" </FONT> <--- sets the font back to default
>
> Rob
>
> "Nick" wrote:
>
>> Question,
>>
>> Some of the guys in my shipping department are complaining that the
>> packing
>> list is to hard to read. Between the items, the notes on it, and whatever
>> else.
>>
>> I want to make the line item highlighted on the packing list so that it
>> is
>> easier to see the items that need to be packed. So the line with the
>> actual
>> item code, I want it to be highlighted in light grey so it is easier to
>> see,
>> and will hopefully make for less errors.
>>
>> Thanks,
>> Nick
>>
>>
>>
|