See the first results:
http://www.fivetechsoft.com/cgi-bin/boot3
Please review it from the desktop and phone/tablet
Code: Select all | Expand
#include "FiveWeb.ch"function Main() MainMenu() Edit( "Edit field",; { "Name", "Type", "Length", "Decimals" },; { Space( 20 ), { "C", "N", "D", "L", "M" }, 0, 0 } ) Footer() return nil