Zmiany pomiędzy wersją 9 and wersją 10 dla DeployerGuide/Customization/Forte/ForteOnTimer
- Data i czas:
- 11/15/12 08:28:01 (12 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Customization/Forte/ForteOnTimer
v9 v10 41 41 {{{ 42 42 #!text/x-vba 43 Private Sub Document_Close(ByVal EvType As AmEventState, Cancel As Boolean) 44 Element.CloseDoc (True) 45 46 End Sub 47 48 Private Sub CloseDocument() 49 Element.CloseDoc (True) 50 End Sub 51 52 Private Sub Document_Open() 53 Element.Visible = False 54 GenerateZO 55 CloseDocument 56 End Sub 57 58 59 60 43 61 Private Sub GenerateZO() 44 45 46 62 ' Deklaracje zmiennych 47 63 Dim oFactory As Object … … 69 85 Set oFileSystem = CreateObject("Scripting.FileSystemObject") 70 86 71 sPath = "C:\ Users\ztestowy\dane\"72 sBkpPath = "C:\ Users\ztestowy\dane\done\"87 sPath = "C:\eDokumentyXML\export\ZO\" 88 sBkpPath = "C:\eDokumentyXML\export\ZO\sent\" 73 89 sName = Dir$(sPath & "*.txt") ' Pobranie listy plików w katalogu 74 90 75 91 Do While sName <> "" ' Jeżeli/dopóki istnieją pliki w katalogu to wykonaj dalsze operacje 76 92 sFileName = sPath & sName ' Ustawienie pełnej ścieżki dokumentu 77 78 93 iFileNum = FreeFile() 79 94 … … 88 103 ' Tworzenie obiektów deklaracji danych 89 104 Set oFactory = Application.PropertyAp("HFactory") 90 Set oRec = oFactory.NewObject("BIORec") ' Rekord danych, który zostanie wstawiony do systemu 105 ' Rekord danych, który zostanie wstawiony do systemu 106 Set oRec = oFactory.NewObject("BIORec") 91 107 92 108 sDocumentType = "ZMO" ' Typ dokumentu: Zamówienie obce … … 144 160 Dim DocumentID As Long 145 161 DocumentID = oFunction.ImportZO(oRec) ' GENEROWANIE DOKUMENTU ZAMÓWIENIA OBCEGO 146 147 Close iFileNum ' Zamykanie pliku 162 Close iFileNum ' Zamykanie pliku 148 163 149 164 oFileSystem.MoveFile sFileName, sBkpPath & sName ' Przeniesienie pliku do katalogu bkp