logo

Response

« Return to the main article

You are viewing this page out of context. To see it in the context it is intended please click here.

About This Page

Reply posted by PAL on Fri 18 Oct 2002 in response to Keeping the boss happy

Re: Column formatting

Try this


Print
{<tr><td>}&Format(Round(Field,0),"Currency")&{</td></tr>}


Field is the variable or you could use the doc.field(0) if you have not set it
to a variable.


Hope this helps


PAL