<?xml version="1.0" encoding="UTF-8"?>
  <form xmlns="http://www.evolutility.com" title="Album" icon="cd.png" >
    <data dbtable="CH_Album" entity="album" entities="albums" icon="cd.png" dbcolumnpk="ID" 
		  sppaging="CH_SP_PagedItem @SQLselect, @SQLtable, @SQLfrom, @SQLwhere, @SQLorderby, @SQLpk, @pageid, @pagesize" 
		  splogin="EvoDicoSP_Login @login, @password" />
    <panel label="Album" width="100">
      <field type="text" label="Title" 
			 dbcolumn="Title" dbcolumnread="Title" maxlength="160" required="1" 
			 search="1" searchadv="1" searchlist="1" height="1" width="62" />
      <field type="lov" label="Artist" 
			  link="Artist.aspx?ID=@itemid" 
			 dbcolumn="ArtistId" dbcolumnread="Artist" dbtablelov="CH_Artist" dbcolumnreadlov="Name" required="1"
			 search="1" searchadv="1" searchlist="1" height="1" width="38" />
    </panel>
	  <panel-details panelid="1" label="Tracks" width="100" 
					 dbtabledetails="CH_Track" dbcolumndetails="AlbumID" dborder="t.Name"  >
		  <field panelid="1" type="text" label="Track"
		 link="Track.aspx?ID=@itemid" dbcolumn="Name" dbcolumnread="Name" maxlength="200" required="1" search="1" searchadv="1" searchlist="1" height="3" width="100" />
		  <field panelid="1" type="lov" label="Genre"
				 link="LOV_Genre.aspx?ID=@itemid"
				 dbcolumn="GenreId" dbcolumnread="Genre" dbtablelov="CH_Genre"
				  maxlength="2" search="1" searchadv="1" searchlist="1" height="1" width="20" />
		  <field panelid="1" type="textmultiline" label="Composer" dbcolumn="Composer" dbcolumnread="Composer" maxlength="220" fpos="610" search="1" searchadv="1" searchlist="1" height="3" width="100" />
		  <field panelid="1" type="decimal" format="$0.00" label="Price" dbcolumn="UnitPrice" dbcolumnread="UnitPrice" maxlength="4" required="1" fpos="640" search="1" searchadv="1" searchlist="" height="1" width="20" />
	  </panel-details>
  </form>

