Good day everyone
I have a BO with the
- Inventory Form (Enter and Modify)
- Service Form (Enter and Modify)
- Inventory View Form (HTML)
- Service View Form (HTML)
I have qurery for HTML and I wrote the process:
If BO.Type='Inventory' Then
VIEW Header USING 'Inventory View Form'
ELSE
VIEW Header USING 'Service View Form'
However, when show the View Form, the form show "Save" and "Cancel".
How to show only "OK" instead of "Save" and "Cancel"?
anyone can advice me.. thanks...