Module
Any
Summary of the Issue
How to add "i" next to new field to show table values
Resolution Steps
Go to redesign screen
F[x}= Viewit
Label = Viewit text
A text label of VIEWIT: can be used as a place-holder for displaying a button that will launch a popup display of data from another table.
SYNTAX
Using a : will force the button to be a fixed size.
Using a ; will allow the button to size according to content length
VIEWIT:<caption>=<target table>,<target keyfield>,<local keyfield>[,options]
EXAMPLE
This will launch a popup of the Costcentre record.
VIEWIT;?=CUSTOMERS_FW,CUSTOMER_FW,COSTCENTRE_FW
EXAMPLE
VIEW IT can attach the icon to the control used as the local keyfield, in the example below the icon will be rendered next to the COSTCENTRE_FW control
VIEWIT;?=CUSTOMERS_FW,CUSTOMER_FW,COSTCENTRE_FW, ATTACH
OPTIONS:
If you need to attach the control to something other than the key field (for example the keyfield is a record number) use ATTACH=fieldname.