Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

18 рядки
513B

  1. <%
  2. dim m_Chilkat_CSV
  3. Private Function Chilkat_CSV
  4. if not isobject(m_Chilkat_CSV) then
  5. set m_Chilkat_CSV= Server.CreateObject("Chilkat_9_5_0.Csv")
  6. end if
  7. set Chilkat_CSV = m_Chilkat_CSV
  8. End Function
  9. dim m_ReportManager
  10. Private Function ReportManager
  11. if not isobject(m_ReportManager) then
  12. set m_ReportManager = Server.CreateObject("ReportMan.ReportManX")
  13. end if
  14. set ReportManager = m_ReportManager
  15. End Function
  16. %>

Powered by TurnKey Linux.