Mixing Fields And Text
/documentation/pages/Guides/Document Templates/MixingFieldsAndText.xml
Techniques for combining static text with dynamic data fields using simple text templates, HTML templates, and complex content arrays.
Adding Fields and Text
/documentation/pages/Guides/Desktop/Design/View/RTF/Adding Fieldsand Text.xml
When you create a new Label or Letter layout, the editor automatically inserts a Rich Text object. To use this Rich Text Object, you add the fields and text you want to appear when the Labels are printed. Rich Text Objects make it easy to seamlessly mix text and fields; they let you suppress blank spaces, and they make it easy to change the fonts, point size, color, alignment, and other text attributes. If you unsure whether you have a rich text object, hold the cursor above the object until Alpha Anywhere displays its name.
Using Memo and Rich Text Memo Fields
/documentation/pages/Guides/Desktop/Design/View/RTF/Using Memo and Rich Text Memo Fields.xml
You can use memo fields and rich text memo fields for:
Limitations of Document Template
/documentation/pages/Guides/Document Templates/Limitations.xml
A comparison of Document Templates versus the Report Writer, highlighting specific limitations (e.g., snaking columns) and advantages (speed and DOCX support).
Xdialog Rich Text Fields
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/RTF/index.xml
Syntax for creating Rich Text Field controls in an Xdialog.
Search Fields and Detail View, Fields Menus
/documentation/pages/Guides/Mobile and Web Components/Grid/Introducing the Grid Builder/Search Fields and Detail View, Fields Menus.xml
The Search > Fieldsand Detail View > Fields menus are similar to the Grid > Fields menus in function. The page for manipulating fields in Search and Detail are almost identical in their properties list and selection of tools.
Working with Rich Text Fields
/documentation/pages/Guides/Desktop/Design/View/RTF/Working with Rich Text Fields.xml
Adding rich text fields to a layout, using an RTF field, changing text properties, inserting date and time stamps, and more.
Adding System and Calculated Fields
/documentation/pages/Guides/Report/Adding System and Calculated Fields/index.xml
Adding calculated and system fields to reports, such as page numbers and running totals.
Open (or email) a PDF or Word document Generated by a Document Template
/documentation/pages/Ref/Action Javascript/Open (or email) a PDF or Word document Generated by a Document Template.xml
Open Document Template is an Action Javascript action. The Open a Document Template action can be used to render a Document Template in either PDF or Microsoft .docx format. In the case of the PDF option you can display the PDF on screen in a window, DIV or TabbedUI pane, or you can email the document. In the case of a .docx file, you can email the document or call an Xbasic function to process the file after it is created.
Searching the Text Fields of a Record
/documentation/pages/Guides/Desktop/Design/Data/DBF/Searching the Text Fields of a Record.xml
The following script shows how to search the text fields of a record to see if they contain a match to a character search value. This illustration uses the Customer table of the AlphaSports sample database. A new form named New_Customer contains a tabbed control with two pages. The first page contains a text field that sets the value of a global variable named var->search_word.