Kbase P79603: How to add fields list to the freeform query ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
GOAL:
How to add fields list to the freeform query ?
GOAL:
How to display fields in a freeform query ?
FIX:
1 - Go to the section editor
2 - create a new trigger from the list called DEFINE_QUERY of browse-1
3 - add the field lists option for example:
DEFINE QUERY BROWSE-1 FOR
customer FIELDS(cust-num NAME).
In the DISPLAY trigger for the browse you will only be able to include those fields in the list, otherwise you will get error, for example:
customer.cust-num
customer.NAME