Forum : How can I format DataFlex data as it appears in Microsoft Word?Search Forum

Forum Home > FlexODBC - ODBC Driver for DataFlex Embedded DBMS > FlexODBC Frequently Asked Questions

 New Topic 
 
 Post Reply 
 How can I format DataFlex data as it appears in Microsoft Word? 
 Author   Message 
  Tom Aczel 
  dd4bf_dawworld.jpg
 Group: Administrator 
 Posts: 6281 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-02-26 12:59:21
Search the Word Help topic: "Format merged information", to format MERGEFIELD values in Microsoft Word like for example this:-

Formatted:
This letter is to inform you that your current balance is $3033.00 and your sales to date this year are $3154.32
Source:
This letter is to inform you that your current balance is { MERGEFIELD BALANCE \# $#.00} and your sales to date this year are { MERGEFIELD YTD_SALES \# $#.00}

To show ASCII data as upper case on first letter only (if data is stored all uppercase):

Formatted:
Elizabeth Scott
Source:
{ MERGEFIELD FIRST_NAME \* caps} { MERGEFIELD LAST_NAME \* caps}
 

  Top 
 New Topic 
 
 Post Reply 

Jump to