* Do file to run through examples in STB article * on "Dialog box window for browsing, editing and * entering observations" by Tony Brady use auto, clear winshow gen int datemade = 4000 + int(uniform( )*2000) format datemade %dd_m_Y label var datemade "Date of manufacture" * Illustrates how dates are displayed: winshow, novar notype max(7) * Illustrates use of winset: winset * Loads wsauto.ado: do wsauto * Illustrates log and call options: winshow, novar notype edit new del log(make price) call(wsauto)