home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue52 / HTML / www / pages / EventModify.sml < prev    next >
Encoding:
Text File  |  1999-10-24  |  959 b   |  35 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2.  
  3. <html>
  4. <head>
  5.   <title>Modify Event</title>
  6.   <SMLScripts>
  7. </head>
  8.  
  9. <body>
  10. <FORM>
  11. <%<DATAOBJECT class="TEvent" name="Event" oid="${EventNum}"/>%>
  12. <SMLVars>
  13. <H3>Modify Event</H3>
  14. Event Name:<BR>
  15. <%<CONTROL type="edit" name="edtName" property="Event.Event_Name"/>%><BR>
  16. Description:<BR>
  17. <%<CONTROL type="memo" name="edtDesc" property="Event.Event_Description" cols="30" rows="6"/>%><BR>
  18. Date:<BR>
  19. <%<CONTROL type="edit" name="edtDate" property="Event.Event_Date"/>%><BR>
  20. Time:<BR>
  21. <%<CONTROL type="edit" name="edtTime" property="Event.Event_Time"/>%><BR>
  22. Price:<BR>
  23. <%<CONTROL type="edit" name="edtPrice" property="Event.Ticket_Price"/>%><BR>
  24. <BR>
  25. <%
  26.   <BUTTON type="submit" caption="Submit">
  27.     <ACTION type="update" value="Event"/>
  28.     <ACTION type="page" value="EventMain.sml"/>
  29.   </BUTTON>
  30.   <BUTTON type="reset" caption="Reset"/>
  31. %>
  32. </FORM>
  33. </body>
  34. </html>
  35.