/beta/CRM/include_CRM_PrintForm.asp

http://github.com/khaneh/Orders · ASP · 38 lines · 33 code · 4 blank · 1 comment · 0 complexity · 7a14b0473ef080ab561df1e96faba7f9 MD5 · raw file

  1. <!--#include File="../include_UtilFunctions.asp"-->
  2. <Tr><Td colspan="2" height="10px">
  3. <STYLE>
  4. .GetCustTbl {font-family:tahoma; background-color: #DDDDDD; width:630; direction: RTL; }
  5. .GetCustTbl td {padding:2; font-size: 9pt; height:25;}
  6. .GetCustInp { font-family:tahoma; font-size: 9pt;}
  7. .CusTableHeader {background-color: #33AACC; text-align: center; font-weight:bold;}
  8. .CustContactTable {font-family:tahoma; width:100%; border:1 solid black; direction: RTL; background-color:#CCCCCC;}
  9. .CustContactTable td {padding:5;}
  10. .CustTable {font-family:tahoma; width:80%; border:1 solid black; direction: RTL; background-color:black;}
  11. .CustTable td {padding:5;}
  12. .CustTable a {text-decoration:none;color:#000088}
  13. .CustTable a:hover {text-decoration:underline;}
  14. .CusTD1 {background-color: #CCCC66; text-align: left; font-weight:bold;}
  15. .CusTD2 {background-color: #DDDDDD; direction: LTR; text-align: right; font-size:9pt;}
  16. .CusTD3 {background-color: #DDDDDD; direction: LTR; text-align: center; font-size:9pt;}
  17. .CusTD4 {background-color: #CCCC66; direction: LTR; text-align: center; font-size:9pt;}
  18. </STYLE>
  19. &nbsp;</Td></Tr>
  20. <Tr>
  21. <Td colspan="2" valign="top" align="center">
  22. <%
  23. '---- It's Print ( Crystal Reports )
  24. %>
  25. <BR>
  26. <BR>
  27. <CENTER>
  28. <% ReportLogRow = PrepareReport ("CRM_PrintForm.rpt", "CustomerID", clng(request("selectedCustomer")), "/beta/dialog_printManager.asp?act=Fin") %>
  29. <INPUT TYPE="button" value=" ǁ " Class="GenButton" style="border:1 solid blue;" onclick="printThisReport(this,<%=ReportLogRow%>);">
  30. </CENTER>
  31. <BR><iframe name=f1 id=f1 src="/CRReports/?Id=<%=ReportLogRow%>" align=center style="width:650; height:410; border-style: none" border=0 FRAMEBORDER=0 scrollbars=no ></iframe>
  32. <BR><BR>
  33. </Td>
  34. </Tr>