home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 June (IDG) / Macworld_June_2000.iso / Shareware World / Utilities / Databasing / Troi-File-Plug-in2.0 / For Solution developers / RegiFunc.fp3 (.txt) < prev   
Encoding:
FileMaker Pro Database  |  2000-03-21  |  65.0 KB  |  731 lines  |  [FMP3/FMP3]

  1.  Copyright 1984-1998 FileMaker, Inc. 
  2. HBAM2016AUG95
  3. Pro 3.0
  4. HBAM3016AUG95@
  5. kZo{s
  6. o{kZg9^
  7. g9kZs
  8. o{kZg9c
  9. g9kZo{s
  10. o{kZg9g9
  11. g9kZkZo{s
  12. o{kZkZ
  13. kZkZo{o{s
  14. o{o{s
  15. o{kZc
  16. g9kZo{w
  17. kZg9^
  18. g9o{s
  19. o{g9c
  20. 1st Quarter
  21. 2nd Quarter
  22. 3rd Quarter
  23. 4th Quarter
  24. 3/21/00
  25. GDESCRIPTIONHELPTEXT
  26. GERRORCODE
  27. GMACOS REGSTRING
  28. GPLUG_INS TO CHECK
  29. GWINDOWS REGSTRING
  30. gErrorCodeB
  31. gDescriptionHelpTextB
  32. gMacOS RegStringB
  33. gWindows RegStringB
  34. gPlug_ins to checkB
  35. Cile Plug-in 2.0b1
  36. MenuB
  37. Built-in register function for solution developers
  38. This plug-in has a built-in 'register function', intended for database (solution) developers that make shrinkwrap databases. This makes distribution of your databases easier.
  39. How this works?
  40. You can register this plug-in from a database file by calling the plug-in's External "Version" function with the registration string as a parameter. This means that your solution has to call this function everytime the database needs the functionality
  41. , usually in a ScriptMaker script step when opening the solution. You need to copy these scriptmaker steps in your solution.
  42. Below is a sample calculation that shows the how to register the plug-in. See also the RegSample.fp3 file for an example on this process.   
  43. External("TrXX-Version"; 
  44. "#BEGIN Registered-To: Your Name
  45. Paid for: Troi FM Plug-in Macintosh
  46. Number of users: 1
  47. #SIGNATURE A1234-yyyyyyyyyyyyyyyyyyyyyyyy
  48. #END")
  49. Here are the ScriptMaker steps:
  50. ---------------------------
  51. Status(CurrentPlatform) = 1
  52.   Comment [We are on Mac OS: register for MacOS]
  53.   Set Field [gVersion, External("TrXX-Version"; gMac RegString) ]
  54.   Comment [We are on Windows: register for Win]
  55.   Set Field [gVersion, External("TrXX-Version"; gWin RegString) ]
  56. End If
  57. IMPORTANT
  58. - This is just a sample registration string. You have to change the registration string to the actual string you were given when you registered.
  59. gMac RegString
  60.  and 
  61. gWin RegString
  62.  are global fields 
  63. that hold the registration strings.
  64. - For each plug-in you have registered you must call the correct registration function with the registration string for that plug-in.
  65. - If you have both a MacOS and a Windows license you must call the registration function with the string for that platform.
  66. - TrXX is just a placeholder for the actual function name prefix of that plug-in. Current function name prefixes are:
  67.   Prefix   Plug-in name
  68.   TrDl     Troi Dialog Plug-in
  69.   TrCo     Troi Coding Plu
  70.   TrFile   Troi File plug-in
  71.   TrText   Troi Text plug-in
  72.   TNum     Troi Number plug-in
  73. - The plug-in is only registered while running the FileMaker application. If you stop FileMaker, the registration information is removed. 
  74. "#BEGIN Registered-To: Your Name
  75. Paid for: Troi FM Plug-in Macintosh
  76. Number of users: 1
  77. #SIGNATURE A1234-yyyyyyyyyyyyyyyyyyyyyyyy
  78. "#BEGIN Registered-To: Your Name
  79. Paid for: Troi FM Plug-in Macintosh
  80. Number of users: 1
  81. #SIGNATURE A1234-yyyyyyyyyyyyyyyyyyyyyyyy
  82. TrFile
  83. Troi File Plug-in
  84. OPEN FILE and register plug-ins
  85. Register All selected Plug-ins
  86. Check for Coding Plug-in
  87. Register Coding Plug-in
  88. -Register Coding Plug-in (alternative version)
  89. Check for Dialog Plug-in
  90. Register Dialog Plug-in
  91. -Register Dialog Plug-in (alternative version)
  92. Check for File Plug-in
  93. Register File Plug-in
  94. +Register File Plug-in (alternative version)
  95. Check for Grabber Plug-in
  96. Register Grabber Plug-in
  97. .Register Grabber Plug-in (alternative version)
  98. Check for Graphic Plug-in
  99. Register Graphic Plug-in
  100.  .Register Graphic Plug-in (alternative version)
  101. Check for Number Plug-in
  102. Register Number Plug-in
  103. &-Register Number Plug-in (alternative version)
  104. Check for Serial Plug-in
  105. Register Serial Plug-in
  106. ,-Register Serial Plug-in (alternative version)
  107. Check for Text Plug-in
  108. Register Text Plug-in
  109. 2+Register Text Plug-in (alternative version)
  110. Register All Selected Plug-ins\
  111. 1998-2000 Troi Automatisering
  112. N0Registering a Plug-in
  113. using the Version Function
  114. gMacOS RegString
  115. gWindows RegString
  116. Y&1- put your own registration data here
  117. plug-ins to check
  118. b<2- select the plug-in you want to test the register function
  119. 3- press this button
  120. dkNB: you can put the registration strings for more plug-ins there by concatenating the registration strings.
  121. more...
  122.     Helvetica
  123. Geneva
  124. Arial
  125. Times New Roman
  126. Monaco
  127. Courier
  128. Times
  129. Futura
  130. Courier New
  131. Palatino
  132. (LIST
  133. LISTA
  134. Troi Coding Plug-in
  135. Troi Dialog Plug-in
  136. Troi File Plug-in
  137. Troi Text Plug-in
  138. Troi Grabber Plug-in
  139. Troi Graphic Plug-in
  140. Troi Number Plug-in
  141. Troi Serial Plug-in
  142. VDEFA(
  143. plugin names
  144. Register Dialog Plug-in
  145. A%Registers the license of the plug-in B6This is an example for registering the Dialog plug-in.C+
  146. ) = 1    
  147. We are on Mac OS...E*... register Troi Dialog plug-in for MacOSF?
  148. |("TrDl-Version"
  149. TrDl-Version
  150. We are on Windows...H,... register Troi Dialog plug-in for Windows
  151. Check for Dialog Plug-in
  152. A=Now check if this is the correct plug-in, and if it is activeB<
  153. |("TrDl-Version"
  154. TrDl-Version
  155.  19 ) <> "Troi Dialog Plug-in"
  156. Troi Dialog Plug-in
  157. ) = 1    
  158. Canceld
  159. Troi Dialog Plug-in not found. Please put the Troi Dialog Plug-in into the Extensions folder inside the FileMaker folder. 
  160. Also enable all the plug-ins under the application preferences.
  161. |("TrDl-Version"
  162. TrDl-Version
  163. E|J/If registration was successful a 0 is returned.K'
  164. $ = 0
  165. T    X) 
  166. fExtend
  167.             X/
  168. Cancel|
  169.     X/pThe Dialog plug-in is registered.
  170. (Normally you don't want to show this dialog so I suggest you remove this dialog)M
  171. T    X) 
  172. fExtend
  173.             X/
  174. Cancel|
  175.     X/pRegistration of Dialog plug-in failed. 
  176. Please use your own  registration data and make sure you are registering with the correct plug-in.N
  177. End of registration
  178. OPEN FILE and register plug-ins
  179. o{o{o{
  180. o{o{o{o{
  181. Cancel
  182. o{o{o{o{o{o{o{
  183. {o{o{o{
  184. This file has a startup script 'open file' that will register the plug-in.
  185. Registration will start now...B
  186. o{o{o{
  187. o{o{o{o{
  188. Cancel
  189. o{o{o{o{o{o{o{
  190. {o{o{o{
  191. Please note that you need to register the plug-in EACH time FileMaker is started.
  192. tA-Register Dialog Plug-in (alternative version)
  193. A&Registers the license of the plug-in. B,In this version the registration data is ...C
  194. ... stored in the script. 
  195. Canceld
  196. Troi Dialog Plug-in not found. Please put the Troi Dialog Plug-in into the SYSTEM directory inside the FileMaker directory. 
  197. Also enable all the plug-ins under the application preferences.
  198. Register File Plug-in
  199. A%Registers the license of the plug-in B4This is an example for registering the File plug-in.C+
  200. ) = 1    
  201. We are on Mac OS...E(... register Troi File plug-in for MacOSFC
  202. |("TrFile-Version"
  203. TrFile-Version
  204. We are on Windows...H*... register Troi File plug-in for WindowsIC
  205. |("TrFile-Version"
  206. TrFile-Version
  207. E|J/If registration was successful a 0 is returned.K'
  208. $ = 0
  209. D7You need to add returns '
  210. ' to the registration string.E+
  211. ) = 1    
  212. F$We are on Mac OS: register for MacOS
  213. |("TrDl-Version"
  214.  "#BEGIN 
  215. Registered-To: DEMO REGISTRATION 
  216. PUT YOUR OWN MAC REGISTRATION HERE 
  217. #SIGNATURE A12345-xxxxxxxxxxxxxxxx
  218. #END")
  219. TrDl-Version
  220. x#BEGIN 
  221.  Registered-To: DEMO REGISTRATION 
  222.  PUT YOUR OWN MAC REGISTRATION HERE 
  223.  #SIGNATURE A12345-xxxxxxxxxxxxxxxx #END|H#We are on Windows: register for Win
  224. |("TrDl-Version"
  225.  "#BEGIN 
  226. Registered-To: DEMO REGISTRATION 
  227. PUT YOUR OWN WINDOWS REGISTRATION HERE 
  228. #SIGNATURE A12345-xxxxxxxxxxxxxxxx
  229. #END")
  230. TrDl-Version
  231. |#BEGIN 
  232.  Registered-To: DEMO REGISTRATION 
  233.  PUT YOUR OWN WINDOWS REGISTRATION HERE 
  234.  #SIGNATURE A12345-xxxxxxxxxxxxxxxx #END|J
  235. End of registration
  236. wA+Register File Plug-in (alternative version)
  237. A&Registers the license of the plug-in. B,In this version the registration data is ...C
  238. ... stored in the script. D7You need to add returns '
  239. ' to the registration string.E+
  240. ) = 1    
  241. F$We are on Mac OS: register for MacOS
  242. |("TrFile-Version"
  243.  "#BEGIN 
  244. Registered-To: DEMO REGISTRATION 
  245. PUT YOUR OWN MAC REGISTRATION HERE 
  246. #SIGNATURE A12345-xxxxxxxxxxxxxxxx
  247. #END")
  248. TrFile-Version
  249. x#BEGIN 
  250.  Registered-To: DEMO REGISTRATION 
  251.  PUT YOUR OWN MAC REGISTRATION HERE 
  252.  #SIGNATURE A12345-xxxxxxxxxxxxxxxx #END|H#We are on Windows: register for Win
  253. T    X) 
  254. fExtend
  255.             X/
  256. Cancel|
  257.     X/pThe File plug-in is registered.
  258. (Normally you don't want to show this dialog so I suggest you remove this dialog)M
  259. T    X) 
  260. fExtend
  261.             X/
  262. Cancel|
  263.     X/pRegistration of File plug-in failed. 
  264. Please use your own  registration data and make sure you are registering with the correct plug-in.N
  265. End of registration
  266. Register All selected Plug-ins
  267. A/This script will register all checked plug-ins.B]
  268.  "Troi Coding Plug-in")  > 0
  269. Troi Coding Plug-inG
  270. C&We need to check the Coding plug-in...D]
  271.  "Troi Dialog Plug-in")  > 0
  272. Troi Dialog Plug-inG
  273. E&We need to check the dialog plug-in...
  274. |("TrFile-Version"
  275.  "#BEGIN 
  276. Registered-To: DEMO REGISTRATION 
  277. PUT YOUR OWN WINDOWS REGISTRATION HERE 
  278. #SIGNATURE A12345-xxxxxxxxxxxxxxxx
  279. #END")
  280. TrFile-Version
  281. |#BEGIN 
  282.  Registered-To: DEMO REGISTRATION 
  283.  PUT YOUR OWN WINDOWS REGISTRATION HERE 
  284.  #SIGNATURE A12345-xxxxxxxxxxxxxxxx #END|J
  285. End of registration
  286. Check for File Plug-in
  287. A=Now check if this is the correct plug-in, and if it is activeB@
  288. |("TrFile-Version"
  289. TrFile-Version
  290.  17 ) <> "Troi File Plug-in"
  291. Troi File Plug-in
  292. ) = 1    
  293. Canceld
  294. Troi File Plug-in not found. Please put the Troi File Plug-in into the Extensions folder inside the FileMaker folder. 
  295. Also enable all the plug-ins under the application preferences.
  296.  "Troi File Plug-in")  > 0
  297. Troi File Plug-inG
  298. G$We need to check the file plug-in...H_
  299.  "Troi Grabber Plug-in")  > 0
  300. Troi Grabber Plug-inG
  301.  "Troi Graphic Plug-in")  > 0
  302. Troi Graphic Plug-inG
  303.  "Troi Number Plug-in")  > 0
  304. Troi Number Plug-inG
  305.  "Troi Serial Plug-in")  > 0
  306. Troi Serial Plug-inG
  307.  "Troi Text Plug-in")  > 0
  308. Troi Text Plug-inG
  309. M$We need to check the Text plug-in...
  310. Check for Text Plug-in
  311. A=Now check if this is the correct plug-in, and if it is activeB@
  312. |("TrText-Version"
  313. TrText-Version
  314.  17 ) <> "Troi Text Plug-in"
  315. Troi Text Plug-in
  316. ) = 1    
  317. Canceld
  318. Troi Text Plug-in not found. Please put the Troi Text Plug-in into the Extensions folder inside the FileMaker folder. 
  319. Also enable all the plug-ins under the application preferences.
  320. Canceld
  321. Troi File Plug-in not found. Please put the Troi File Plug-in into the SYSTEM directory inside the FileMaker directory. 
  322. Also enable all the plug-ins under the application preferences.
  323. Register Text Plug-in
  324. A%Registers the license of the plug-in B4This is an example for registering the Text plug-in.C+
  325. ) = 1    
  326. We are on Mac OS...E(... register Troi Text plug-in for MacOSFC
  327. |("TrText-Version"
  328. TrText-Version
  329. We are on Windows...H$... register the plug-in for WindowsIC
  330. |("TrText-Version"
  331. TrText-Version
  332. E|J/If registration was successful a 0 is returned.K'
  333. $ = 0
  334. Canceld
  335. Troi Text Plug-in not found. Please put the Troi Text Plug-in into the SYSTEM directory inside the FileMaker directory. 
  336. Also enable all the plug-ins under the application preferences.
  337. ~A+Register Text Plug-in (alternative version)
  338. A&Registers the license of the plug-in. B,In this version the registration data is ...C
  339. ... stored in the script. D7You need to add returns '
  340. ' to the registration string.E+
  341. ) = 1    
  342. F$We are on Mac OS: register for MacOS
  343. |("TrText-Version"
  344.  "#BEGIN 
  345. Registered-To: DEMO REGISTRATION 
  346. PUT YOUR OWN MAC REGISTRATION HERE 
  347. #SIGNATURE A12345-xxxxxxxxxxxxxxxx
  348. #END")
  349. TrText-Version
  350. x#BEGIN 
  351.  Registered-To: DEMO REGISTRATION 
  352.  PUT YOUR OWN MAC REGISTRATION HERE 
  353.  #SIGNATURE A12345-xxxxxxxxxxxxxxxx #END|H#We are on Windows: register for Win
  354. T    X) 
  355. fExtend
  356.             X/
  357. Cancel|
  358.     X/pThe Text plug-in is registered.
  359. (Normally you don't want to show this dialog so I suggest you remove this dialog)M
  360. T    X) 
  361. fExtend
  362.             X/
  363. Cancel|
  364.     X/pRegistration of Text plug-in failed. 
  365. Please use your own  registration data and make sure you are registering with the correct plug-in.N
  366. End of registration
  367. Check for Coding Plug-in
  368. A=Now check if this is the correct plug-in, and if it is activeB<
  369. |("TrCo-Version"
  370. TrCo-Version
  371.  19 ) <> "Troi Coding Plug-in"
  372. Troi Coding Plug-in
  373. ) = 1    
  374. Canceld
  375. Troi Coding Plug-in not found. Please put the Troi Coding Plug-in into the Extensions folder inside the FileMaker folder. 
  376. Also enable all the plug-ins under the application preferences.
  377. |("TrText-Version"
  378.  "#BEGIN 
  379. Registered-To: DEMO REGISTRATION 
  380. PUT YOUR OWN WINDOWS REGISTRATION HERE 
  381. #SIGNATURE A12345-xxxxxxxxxxxxxxxx
  382. #END")
  383. TrText-Version
  384. |#BEGIN 
  385.  Registered-To: DEMO REGISTRATION 
  386.  PUT YOUR OWN WINDOWS REGISTRATION HERE 
  387.  #SIGNATURE A12345-xxxxxxxxxxxxxxxx #END|J
  388. End of registration
  389. Register Coding Plug-in
  390. A%Registers the license of the plug-in B6This is an example for registering the Coding plug-in.C+
  391. ) = 1    
  392. We are on Mac OS...E#... register this plug-in for MacOSF?
  393. |("TrCo-Version"
  394. TrCo-Version
  395. We are on Windows...H*... register this Troi plug-in for WindowsI?
  396. |("TrCo-Version"
  397. TrCo-Version
  398. E|J/If registration was successful a 0 is returned.K'
  399. $ = 0
  400. Canceld
  401. Troi Coding Plug-in not found. Please put the Troi Coding Plug-in into the SYSTEM directory inside the FileMaker directory. 
  402. Also enable all the plug-ins under the application preferences.
  403. A-Register Coding Plug-in (alternative version)
  404. A&Registers the license of the plug-in. B,In this version the registration data is ...C
  405. ... stored in the script. D7You need to add returns '
  406. ' to the registration string.E+
  407. ) = 1    
  408. F$We are on Mac OS: register for MacOS
  409. |("TrCo-Version"
  410.  "#BEGIN 
  411. Registered-To: DEMO REGISTRATION 
  412. PUT YOUR OWN MAC REGISTRATION HERE 
  413. #SIGNATURE A12345-xxxxxxxxxxxxxxxx
  414. #END")
  415. TrCo-Version
  416. x#BEGIN 
  417.  Registered-To: DEMO REGISTRATION 
  418.  PUT YOUR OWN MAC REGISTRATION HERE 
  419.  #SIGNATURE A12345-xxxxxxxxxxxxxxxx #END|H#We are on Windows: register for Win
  420. T    X) 
  421. fExtend
  422.             X/
  423. Cancel|
  424.     X/pThe Coding plug-in is registered.
  425. (Normally you don't want to show this dialog so I suggest you remove this dialog)M
  426. T    X) 
  427. fExtend
  428.             X/
  429. Cancel|
  430.     X/pRegistration of Coding plug-in failed. 
  431. Please use your own  registration data and make sure you are registering with the correct plug-in.N
  432. End of registration
  433. Check for Grabber Plug-in
  434. A=Now check if this is the correct plug-in, and if it is activeB<
  435. |("Grab-Version"
  436. Grab-Version
  437.  15 ) <> "Grabber Plug-in"
  438. Grabber Plug-in
  439. ) = 1    
  440. Canceld
  441. Troi Grabber Plug-in not found. Please put the Troi Grabber Plug-in into the Extensions folder inside the FileMaker folder. 
  442. Also enable all the plug-ins under the application preferences.
  443. |("TrCo-Version"
  444.  "#BEGIN 
  445. Registered-To: DEMO REGISTRATION 
  446. PUT YOUR OWN WINDOWS REGISTRATION HERE 
  447. #SIGNATURE A12345-xxxxxxxxxxxxxxxx
  448. #END")
  449. TrCo-Version
  450. |#BEGIN 
  451.  Registered-To: DEMO REGISTRATION 
  452.  PUT YOUR OWN WINDOWS REGISTRATION HERE 
  453.  #SIGNATURE A12345-xxxxxxxxxxxxxxxx #END|J
  454. End of registration
  455. Register Grabber Plug-in
  456. A%Registers the license of the plug-in B7This is an example for registering the Grabber plug-in.C+
  457. ) = 1    
  458. We are on Mac OS...E+... register Troi Grabber plug-in for MacOSF?
  459. |("Grab-Version"
  460. Grab-Version
  461. We are on Windows...H$... register the plug-in for WindowsI?
  462. |("Grab-Version"
  463. Grab-Version
  464. E|J/If registration was successful a 0 is returned.K'
  465. $ = 0
  466. Canceld
  467. Troi Grabber Plug-in not found. Please put the Troi Grabber Plug-in into the SYSTEM directory inside the FileMaker directory. 
  468. Also enable all the plug-ins under the application preferences.
  469. A.Register Grabber Plug-in (alternative version)
  470. A&Registers the license of the plug-in. B,In this version the registration data is ...C
  471. ... stored in the script. D7You need to add returns '
  472. ' to the registration string.E+
  473. ) = 1    
  474. F$We are on Mac OS: register for MacOS
  475. |("Grab-Version"
  476.  "#BEGIN 
  477. Registered-To: DEMO REGISTRATION 
  478. PUT YOUR OWN MAC REGISTRATION HERE 
  479. #SIGNATURE A12345-xxxxxxxxxxxxxxxx
  480. #END")
  481. Grab-Version
  482. x#BEGIN 
  483.  Registered-To: DEMO REGISTRATION 
  484.  PUT YOUR OWN MAC REGISTRATION HERE 
  485.  #SIGNATURE A12345-xxxxxxxxxxxxxxxx #END|H#We are on Windows: register for Win
  486. T    X) 
  487. fExtend
  488.             X/
  489. Cancel|
  490.     X/pThe Grabber plug-in is registered.
  491. (Normally you don't want to show this dialog so I suggest you remove this dialog)M
  492. T    X) 
  493. fExtend
  494.             X/
  495. Cancel|
  496.     X/pRegistration of Grabber plug-in failed. 
  497. Please use your own  registration data and make sure you are registering with the correct plug-in.N
  498. End of registration
  499. Check for Graphic Plug-in
  500. A=Now check if this is the correct plug-in, and if it is activeB<
  501. |("Trgr-Version"
  502. Trgr-Version
  503.  20 ) <> "Troi Graphic Plug-in"
  504. Troi Graphic Plug-in
  505. ) = 1    
  506. Canceld
  507. Troi Graphic Plug-in not found. Please put the Troi Graphic Plug-in into the Extensions folder inside the FileMaker folder. 
  508. Also enable all the plug-ins under the application preferences.
  509. |("Grab-Version"
  510.  "#BEGIN 
  511. Registered-To: DEMO REGISTRATION 
  512. PUT YOUR OWN WINDOWS REGISTRATION HERE 
  513. #SIGNATURE A12345-xxxxxxxxxxxxxxxx
  514. #END")
  515. Grab-Version
  516. |#BEGIN 
  517.  Registered-To: DEMO REGISTRATION 
  518.  PUT YOUR OWN WINDOWS REGISTRATION HERE 
  519.  #SIGNATURE A12345-xxxxxxxxxxxxxxxx #END|J
  520. End of registration
  521. Register Graphic Plug-in
  522. A%Registers the license of the plug-in B7This is an example for registering the Graphic plug-in.C+
  523. ) = 1    
  524. We are on Mac OS...E+... register Troi Graphic plug-in for MacOSF?
  525. |("Trgr-Version"
  526. Trgr-Version
  527. We are on Windows...H$... register the plug-in for WindowsI?
  528. |("Trgr-Version"
  529. Trgr-Version
  530. E|J/If registration was successful a 0 is returned.K'
  531. $ = 0
  532. Canceld
  533. Troi Graphic Plug-in not found. Please put the Troi Graphic Plug-in into the SYSTEM directory inside the FileMaker directory. 
  534. Also enable all the plug-ins under the application preferences.
  535. A.Register Graphic Plug-in (alternative version)
  536. A&Registers the license of the plug-in. B,In this version the registration data is ...C
  537. ... stored in the script. D7You need to add returns '
  538. ' to the registration string.E+
  539. ) = 1    
  540. F$We are on Mac OS: register for MacOS
  541. |("Trgr-Version"
  542.  "#BEGIN 
  543. Registered-To: DEMO REGISTRATION 
  544. PUT YOUR OWN MAC REGISTRATION HERE 
  545. #SIGNATURE A12345-xxxxxxxxxxxxxxxx
  546. #END")
  547. Trgr-Version
  548. x#BEGIN 
  549.  Registered-To: DEMO REGISTRATION 
  550.  PUT YOUR OWN MAC REGISTRATION HERE 
  551.  #SIGNATURE A12345-xxxxxxxxxxxxxxxx #END|H#We are on Windows: register for Win
  552. T    X) 
  553. fExtend
  554.             X/
  555. Cancel|
  556.     X/pThe Graphic plug-in is registered.
  557. (Normally you don't want to show this dialog so I suggest you remove this dialog)M
  558. T    X) 
  559. fExtend
  560.             X/
  561. Cancel|
  562.     X/pRegistration of Graphic plug-in failed. 
  563. Please use your own  registration data and make sure you are registering with the correct plug-in.N
  564. End of registration
  565. Check for Number Plug-in
  566. A=Now check if this is the correct plug-in, and if it is activeB<
  567. |("Tnum-Version"
  568. Tnum-Version
  569.  19 ) <> "Troi Number Plug-in"
  570. Troi Number Plug-in
  571. ) = 1    
  572. Canceld
  573. Troi Number Plug-in not found. Please put the Troi Number Plug-in into the Extensions folder inside the FileMaker folder. 
  574. Also enable all the plug-ins under the application preferences.
  575. |("Trgr-Version"
  576.  "#BEGIN 
  577. Registered-To: DEMO REGISTRATION 
  578. PUT YOUR OWN Windows REGISTRATION HERE 
  579. #SIGNATURE A12345-xxxxxxxxxxxxxxxx
  580. #END")
  581. Trgr-Version
  582. |#BEGIN 
  583.  Registered-To: DEMO REGISTRATION 
  584.  PUT YOUR OWN Windows REGISTRATION HERE 
  585.  #SIGNATURE A12345-xxxxxxxxxxxxxxxx #END|J
  586. End of registration
  587. Register Number Plug-in
  588. A%Registers the license of the plug-in B6This is an example for registering the Number plug-in.C+
  589. ) = 1    
  590. We are on Mac OS...E*... register Troi Number plug-in for MacOSF?
  591. |("Tnum-Version"
  592. Tnum-Version
  593. We are on Windows...H$... register the plug-in for WindowsI?
  594. |("Tnum-Version"
  595. Tnum-Version
  596. E|J/If registration was successful a 0 is returned.K'
  597. $ = 0
  598. Canceld
  599. Troi Number Plug-in not found. Please put the Troi Number Plug-in into the SYSTEM directory inside the FileMaker directory. 
  600. Also enable all the plug-ins under the application preferences.
  601. A-Register Number Plug-in (alternative version)
  602. A&Registers the license of the plug-in. B,In this version the registration data is ...C
  603. ... stored in the script. D7You need to add returns '
  604. ' to the registration string.E+
  605. ) = 1    
  606. F$We are on Mac OS: register for MacOS
  607. |("Tnum-Version"
  608.  "#BEGIN 
  609. Registered-To: DEMO REGISTRATION 
  610. PUT YOUR OWN MAC REGISTRATION HERE 
  611. #SIGNATURE A12345-xxxxxxxxxxxxxxxx
  612. #END")
  613. Tnum-Version
  614. x#BEGIN 
  615.  Registered-To: DEMO REGISTRATION 
  616.  PUT YOUR OWN MAC REGISTRATION HERE 
  617.  #SIGNATURE A12345-xxxxxxxxxxxxxxxx #END|H#We are on Windows: register for Win
  618. T    X) 
  619. fExtend
  620.             X/
  621. Cancel|
  622.     X/pThe Number plug-in is registered.
  623. (Normally you don't want to show this dialog so I suggest you remove this dialog)M
  624. T    X) 
  625. fExtend
  626.             X/
  627. Cancel|
  628.     X/pRegistration of Number plug-in failed. 
  629. Please use your own  registration data and make sure you are registering with the correct plug-in.N
  630. End of registration
  631. Check for Serial Plug-in
  632. A=Now check if this is the correct plug-in, and if it is activeB@
  633. |("Serial-Version"
  634. Serial-Version
  635.   14 ) <> "Serial Plug-in"
  636. Serial Plug-in
  637. ) = 1    
  638. Canceld
  639. Troi Serial Plug-in not found. Please put the Troi Serial Plug-in into the Extensions folder inside the FileMaker folder. 
  640. Also enable all the plug-ins under the application preferences.
  641. |("Tnum-Version"
  642.  "#BEGIN 
  643. Registered-To: DEMO REGISTRATION 
  644. PUT YOUR OWN WINDOWS REGISTRATION HERE 
  645. #SIGNATURE A12345-xxxxxxxxxxxxxxxx
  646. #END")
  647. Tnum-Version
  648. |#BEGIN 
  649.  Registered-To: DEMO REGISTRATION 
  650.  PUT YOUR OWN WINDOWS REGISTRATION HERE 
  651.  #SIGNATURE A12345-xxxxxxxxxxxxxxxx #END|J
  652. End of registration
  653. Register Serial Plug-in
  654. A%Registers the license of the plug-in B6This is an example for registering the Serial plug-in.C+
  655. ) = 1    
  656. We are on Mac OS...E*... register Troi Serial plug-in for MacOSFC
  657. |("Serial-Version"
  658. Serial-Version
  659. We are on Windows...H$... register the plug-in for WindowsIC
  660. |("Serial-Version"
  661. Serial-Version
  662. E|J/If registration was successful a 0 is returned.K'
  663. $ = 0
  664. Canceld
  665. Troi Serial Plug-in not found. Please put the Troi Serial Plug-in into the SYSTEM directory inside the FileMaker directory. 
  666. Also enable all the plug-ins under the application preferences.
  667. A-Register Serial Plug-in (alternative version)
  668. A&Registers the license of the plug-in. B,In this version the registration data is ...C
  669. ... stored in the script. D7You need to add returns '
  670. ' to the registration string.E+
  671. ) = 1    
  672. F$We are on Mac OS: register for MacOS
  673. |("Serial-Version"
  674.  "#BEGIN 
  675. Registered-To: DEMO REGISTRATION 
  676. PUT YOUR OWN MAC REGISTRATION HERE 
  677. #SIGNATURE A12345-xxxxxxxxxxxxxxxx
  678. #END")
  679. Serial-Version
  680. x#BEGIN 
  681.  Registered-To: DEMO REGISTRATION 
  682.  PUT YOUR OWN MAC REGISTRATION HERE 
  683.  #SIGNATURE A12345-xxxxxxxxxxxxxxxx #END|H#We are on Windows: register for Win
  684. T    X) 
  685. fExtend
  686.             X/
  687. Cancel|
  688.     X/pThe Serial plug-in is registered.
  689. (Normally you don't want to show this dialog so I suggest you remove this dialog)M
  690. T    X) 
  691. fExtend
  692.             X/
  693. Cancel|
  694.     X/pRegistration of Serial plug-in failed. 
  695. Please use your own  registration data and make sure you are registering with the correct plug-in.N
  696. End of registration
  697. |("Serial-Version"
  698.  "#BEGIN 
  699. Registered-To: DEMO REGISTRATION 
  700. PUT YOUR OWN WINDOWS REGISTRATION HERE 
  701. #SIGNATURE A12345-xxxxxxxxxxxxxxxx
  702. #END")
  703. Serial-Version
  704. |#BEGIN 
  705.  Registered-To: DEMO REGISTRATION 
  706.  PUT YOUR OWN WINDOWS REGISTRATION HERE 
  707.  #SIGNATURE A12345-xxxxxxxxxxxxxxxx #END|J
  708. End of registration
  709. Pro 3.0 - 4.0F!
  710. Pro 3.0 - 4.0M1
  711. zondag
  712. maandag
  713. dinsdag
  714. woensdag
  715.     donderdag
  716. vrijdag
  717. zaterdag
  718. januari
  719. februari
  720. maart
  721. april
  722. augustus
  723.     september
  724. oktober
  725. november
  726. december
  727. 1st Quarter
  728. 2nd Quarter
  729. 3rd Quarter
  730. 4th Quarter
  731.