Hello,
Using PB 2019 R3
Planning to use word (.doc) file for this mail merge facility. Every page consists of three parts,
1. Header
2. Detail
3. Footer
Header consists of Company Name, Logo, Company Address, Order No. and Date
Detail consists of table with Item Details (Multiple) columns Sl No., Item Name, Unit, Quantity
Footer consists of Regular Instructions, Special Instructions, Space for Signature
I can replace Header part and Footer part variables with values. Need a way to replace the detail part (table) with list of items.
Any idea or code snippet will be useful.
Happiness Always
BKR Sivaprakash
Also, any images might or might not show correctly when you copy them and paste them into the RTE control. ("might" means depending on where / which program you copied the image from). I know .... The image thing should improve with pb2022 (R2 ?) if I'm not mistaken.
So we need to code to replace the Item List, after exporting to html. May be the same way if we maintain those templates in Word (.doc) format.
I think Chris suggestion of using a RT datawindow instead of a control might be worth giving it a try. See what happens when you export it to HTML. Personally, we don't use a dw because we use templates onto which the user can drag fields.