Tutorial Chapter 4: Query by Example / Retrieving data from the Database |
This function displays the contents of the mr_custrec record in the form. It is called by the functions query_cust and fetch_rel_cust.
01 FUNCTION display_cust() 02 DISPLAY BY NAME mr_custrec.* 03 END FUNCTION