home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / DISK1 / MACROS.CMZ / CLOSEALL.SMM < prev    next >
INI File  |  1993-03-14  |  2KB  |  262 lines

  1. [ver]
  2.     4
  3. [sty]
  4.     _macro.sty
  5. [files]
  6. [charset]
  7.     82
  8.     ANSI (Windows, IBM CP 1252)
  9. [revisions]
  10.     0
  11. [prn]
  12.     PostScript Printer
  13. [port]
  14.     LPT1:
  15. [lang]
  16.     1
  17. [desc]
  18.     Zamyka wszystkie otwarte dokumenty Ami Pro
  19.     Lotus WPD Technical Support
  20.     Beginner
  21.     OpenFileCount, OpenFileNames
  22.     noautorun
  23.     723349784
  24.     18
  25.     676067391
  26.     36
  27.     1
  28.     0
  29.     0
  30.     0
  31.     0
  32.     Apprestore, Mdi Handling
  33.     
  34.     
  35.     
  36.     
  37.     
  38.     0
  39. [fopts]
  40.     0
  41.     1
  42.     0
  43.     0
  44. [lnopts]
  45.     2
  46.     Body Text
  47.     1
  48. [docopts]
  49.     5
  50.     2
  51. [GramStyle]
  52.     
  53. [ParaNum]
  54.     1
  55. [lay]
  56.     Standard
  57.     513
  58.     [rght]
  59.         15840
  60.         12240
  61.         1
  62.         1440
  63.         1440
  64.         1
  65.         1440
  66.         1440
  67.         2
  68.         1
  69.         0
  70.         1
  71.         1
  72.         2
  73.         1
  74.         1440
  75.         10800
  76.         5
  77.         1
  78.         720
  79.         1
  80.         1440
  81.         1
  82.         2880
  83.         1
  84.         4320
  85.         1
  86.         5760
  87.     [hrght]
  88.     [lyfrm]
  89.         1
  90.         11200
  91.         0
  92.         0
  93.         12240
  94.         1440
  95.         0
  96.         1
  97.         3
  98.         1 0 0 0 0 0 0
  99.         0
  100.         0
  101.         1
  102.     [frmlay]
  103.         1440
  104.         12240
  105.         1
  106.         1440
  107.         72
  108.         1
  109.         360
  110.         1440
  111.         0
  112.         1
  113.         0
  114.         1
  115.         1
  116.         0
  117.         1
  118.         1440
  119.         10800
  120.         0
  121.     [txt]
  122. Peyton McManus
  123.  
  124. June 4, 1991
  125.  
  126. Closes allopen files  Modified by Marek G. B</y>czek from UNICORN Poland
  127.  
  128. >
  129.     [frght]
  130.     [lyfrm]
  131.         1
  132.         13248
  133.         0
  134.         14400
  135.         12240
  136.         15840
  137.         0
  138.         1
  139.         3
  140.         1 0 0 0 0 0 0
  141.         0
  142.         0
  143.         2
  144.     [frmlay]
  145.         15840
  146.         12240
  147.         1
  148.         1440
  149.         360
  150.         1
  151.         14472
  152.         1440
  153.         0
  154.         1
  155.         0
  156.         1
  157.         1
  158.         0
  159.         1
  160.         1440
  161.         10800
  162.         0
  163.     [txt]
  164. >
  165. [elay]
  166. [l1]
  167.     0
  168. [pg]
  169.     1
  170.     19 0 12 1025 0 0 0 65535 65535 Standard    65535 0 0    0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
  171. [edoc]
  172. @Function@Function Closeall()
  173.  
  174. IF IsNewWave()
  175.  
  176.     Message("Makroprogram nie dzia</s>a, je</\>li jest uruchomiony HP NewWave.")
  177.  
  178.     Exit Function
  179.  
  180. ENDIF
  181.  
  182. ignorekeyboard(2)
  183.  
  184. oncancel Done
  185.  
  186. mdicount=GetOpenFileCount()
  187.  
  188. If Mdicount <<1
  189.  
  190.     Exit Function
  191.  
  192. Endif
  193.  
  194. Dim Names(MdiCount)
  195.  
  196. GetOpenfileNames(&Names)
  197.  
  198. For t=1 to mdicount
  199.  
  200.     AppRestore(Names(t))
  201.  
  202.     Fileclose()
  203.  
  204. Next
  205.  
  206. Done:
  207.  
  208. End Function
  209.  
  210. >
  211.  
  212. [Embedded]
  213. 00001875
  214. >
  215. [macsum] 1
  216. Closeall 0 0 4 0
  217. [macse]
  218. 14 Closeall
  219. 0 1317
  220. 13
  221. 11 00000123
  222. 0 3 "Makroprogram nie dzia</s>a, je</\>li jest uruchomiony HP NewWave."
  223. 6 0
  224. 15
  225. 9
  226. 0 32 2
  227. 19 00000358
  228. 0 1050
  229. 13
  230. 8 1
  231. 6 1
  232. 5 1
  233. 18 5
  234. 11 00000202
  235. 6 0
  236. 15
  237. 9
  238. 6 1
  239. 21 2 [X]
  240. 0 1051 &2
  241. 5 1
  242. 8 3
  243. 6 1
  244. 6 3
  245. 18 2
  246. 12 00000313
  247. 10 00000358
  248. 5 1
  249. 6 3
  250. 3 0
  251. 8 3
  252. 10 00000238
  253. 6 3
  254. 22 2
  255. 0 1031 [X]
  256. 2 147 1
  257. 10 00000280
  258. 6 0
  259. 15
  260. 9
  261. 00001900
  262.