<div dir="ltr"><div>Hi -<br></div><div><br></div><div>SUMMARY: </div><div><br></div><div>I'm trying to run UPO, and I'm getting a bunch of error messages:</div><div><br></div><div>Unrecognized command 'style'</div><div><br></div><div>which I think is during parsing of this file:</div><div><br></div><div>/usr/local/lib/urweb/ur/bootstrap/bootstrap3.ur</div><div><br></div><div>DETAILS:</div><div><br></div><div>I downloaded UPO from here:</div><div><br></div><div><a href="https://github.com/achlipala/upo">https://github.com/achlipala/upo</a></div><div><br></div><div>I also got bootstrap3.urp and bootstrap3.ur from here:</div><div><br></div><div><a href="http://hg.impredicative.com/bootstrap/file/934889934723">http://hg.impredicative.com/bootstrap/file/934889934723</a></div><div><br></div><div>and put them in this directory:</div><div><br></div><div>/usr/local/lib/urweb/ur/bootstrap</div><div><br></div><div>since these are needed for UPO.</div><div><br></div><div>In that directory I set the permissions to make the files readable by anyone:</div><div><br></div><div>sudo chmod 644 *</div><div><br></div><div>Now I go into the 'examples' directory under where I unzipped UPO:</div><div><br></div><div>~/sw/urweb/upo/upo-master/examples</div><div><br></div><div>and I do:</div><div><br></div><div>urweb -dbms postgres -db "host=localhost port=5432 user=scott password='XXXXXX' dbname=jfac" jfac</div><div><br></div><div>and I'm getting a bunch of error messages:</div><div><br></div><div>Unrecognized command 'style'</div><div>Unrecognized command 'style'</div><div>Unrecognized command 'style'</div><div><br></div><div>I assume it's during parsing of this file:</div><div><br></div><div>/usr/local/lib/urweb/ur/bootstrap/bootstrap3.ur</div><div><br></div><div><div>This seems strange, because I'm pretty sure 'style' is valid syntax there.</div></div><div><br></div><div><div>Thanks for any help!</div></div><div><br></div><div>===</div><div><br></div><div>By the way, I'm not going to keep bombarding the list with questions regarding a type-ahead for editing foreign keys.</div><div><br></div><div>I also had mentioned (but it got buried in my many, long messages) that a simple *select* (instead of a *type-ahead*) would also be fine in most cases - since my main need was merely to allow the user to set the foreign-key field in a "child" record.</div><div><br></div><div>I just discovered that UPO already provides this, with chooseForeign.</div><div><br></div><div>- Scott</div><div><br></div><div><br></div></div>