<div dir="ltr">Below are some notes which may be helpful when running the Grid1 demo, found here:<br><br><a href="http://www.impredicative.com/ur/more/">http://www.impredicative.com/ur/more/</a><br><br>(1) There are three necessary files which are not mentioned on the above demo page:<br><br>grid.urp<br>grid.urs<br>grid.ur<br><br>You can the latest version of these files by cloning UrWeb's Mercurial repository here:<br><br><a href="http://hg.impredicative.com/urweb">http://hg.impredicative.com/urweb</a><br><br>(2) Column d of table t is a foreign key referencing table t1.<br><br>The web app interface does not provide a way to add records to table t1, so you must use psql at the command line to add some records to table t1, before adding any records to table t.<br><br>(3) When a new record is created in table t via the web app interface, it initially sets column t.d to a default value of 0. So before you create any records in table t, you must use psql to create a record in table t1 having id=0.<br><br>###<br></div>