Difference between revisions of "GT.M Programmer's Guide"
From VistApedia
(New, with links to FNIS, fidelityinfoservices, sourceforge, and directions) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | The Programmer's Guide from [http://www.fisglobal.com/index.htm Fidelity National Information Services] is a valuable resource for the rapid development of Mumps language routines. | |
+ | |||
+ | The online version is available for UNIX/Linux [http://www.fidelityinfoservices.com/user_documentation/GTM-PG-UNIX44/ here]. Bookmark the site and you have a Mumps language reference in your browser. | ||
+ | |||
+ | For even more convenience, speed, and reliability, you may wish to use a local copy on your workstation computer. To do this, | ||
+ | |||
+ | #Download the zip file from [http://sourceforge.net/projects/fis-gtm/files/GT.M-x86-UNIX-ProgGuide/GT.MV4.4/V4.4_Prog_ManualUNIX_WebVersion.zip/download here]. | ||
+ | #Unzip it in a directory somewhere on your computer. | ||
+ | #Using your browser's menus, select File > Open File and open the index.htm file in the directory you just created. | ||
+ | #Save a bookmark to the browser page that opens. | ||
+ | #Using Bookmarks > Organize Bookmarks open the new bookmark and modify the Location. | ||
+ | ##The location should look like this: file:///somepath/gtm-pg/GTM-PG-UNIX44/wwhelp/wwhimpl/js/html/wwhelp.htm | ||
+ | ##Replace everything after "UNIX44/" with "index.htm" | ||
+ | ##It should look like this: file:///somepath/gtm-pg/GTM-PG-UNIX44/index.htm | ||
+ | ##Save the modified bookmark. | ||
+ | #As soon as you open index.htm, it redirects itself so that if you bookmark what you opened, you get a broken link. This method gives you working frames. | ||
+ | |||
+ | An online version for the VMS Alpha system (the hardware the VA uses) is [http://tinco.pair.com/bhaskar/gtm/doc/books/pg/OpenVMS_manual/index.html here], but there does not appear to be a downloadable version available. |
Latest revision as of 20:14, 18 March 2010
The Programmer's Guide from Fidelity National Information Services is a valuable resource for the rapid development of Mumps language routines.
The online version is available for UNIX/Linux here. Bookmark the site and you have a Mumps language reference in your browser.
For even more convenience, speed, and reliability, you may wish to use a local copy on your workstation computer. To do this,
- Download the zip file from here.
- Unzip it in a directory somewhere on your computer.
- Using your browser's menus, select File > Open File and open the index.htm file in the directory you just created.
- Save a bookmark to the browser page that opens.
- Using Bookmarks > Organize Bookmarks open the new bookmark and modify the Location.
- The location should look like this: file:///somepath/gtm-pg/GTM-PG-UNIX44/wwhelp/wwhimpl/js/html/wwhelp.htm
- Replace everything after "UNIX44/" with "index.htm"
- It should look like this: file:///somepath/gtm-pg/GTM-PG-UNIX44/index.htm
- Save the modified bookmark.
- As soon as you open index.htm, it redirects itself so that if you bookmark what you opened, you get a broken link. This method gives you working frames.
An online version for the VMS Alpha system (the hardware the VA uses) is here, but there does not appear to be a downloadable version available.