Sample Applications / Order Form / Orders
Removing Data Fields

When creating a new order, the fields ShippedDate, ShipVia, and Freight are not known. Let’s remove these fields from the createForm1 view.

Switch back to the Designer, and expand Order Form / c100 / view1 / createForm1 / c1 – New Orders node. While holding Shift key, highlight the fields ShippedDate, ShipVia, and Freight. Right-click and press Delete option in the context menu.

Deleting three data fields from 'createForm1' view.

Press Browse and wait for the application to load. If you create a new order using the Order Form, you will see that the data fields have been removed.

The ShippedDate, ShipVia, and Freight fields have been removed from the new orders form.