25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

activeXdepedancies.asp 718B

12345678910111213141516171819202122232425
  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. dim m_FSO
  17. Private Function FSO
  18. if not isobject(m_FSO) then
  19. set m_FSO = server.CreateObject("Scripting.FileSystemObject")
  20. end if
  21. set FSO = m_FSO
  22. End Function
  23. %>

Powered by TurnKey Linux.