Date: April 1984
Volume: 1
Issue: 2
Articles
-
Timex Computer Corp. FadesIf you haven’t heard already, Timex followed in the footsteps of Texas Instruments not long ago, leaving computer owners and third party supporters alike holding the bag. Rumors are flying fast and furious. Only one thing is certain and that is that we are all in for some uncertain times. Preliminary fears that the entire…
-
Q-Save with Pro/FileTS 1000 Type-in program John Willi, Louisville, KY, and Phil Williams, Wilmington, DE, sent these instructions to make PRO/FILE work with Q-SAVE.
-
Pro/File Replaces the Card CatalogTS 1000 Got a library? Or a Sunday school library? PRO/FILE with the NOT Search and file count is an excellent library program. I use it with 48K. Smaller memories may be a little restrictive.
-
Autosearch Won't WorkTS 1000 Several readers have written of problems when trying to make an ordered search. In order to utilize this function in PRO/FILE you must enter your data carefully or the computer will not be able to find the number you type in.
-
The Pro/File–AERCO ConnectionTS 1000 Type-in program Linking Pro/File’s data management capabilities with the rapid access and large capacity of a disk system is probably the single greatest improvement you can make to ZX PRO/FILE. If you obtain a disk system manufactured by AERCO you can make these modifications to PRO/FILE to pack your data base with enormous whollop.
-
A Forum on Hardware Suppliers?TS 1000 How ’bout some comments on Timex hardware suppliers? There are lots of ads in SYNC and elsewhere, but who is reliable and who is not.
-
Machine Code in Pro/File: Where to Stick ItTS 1000 Type-in program Enhancements to PRO/FILE that are written in machine code can present a problem in deciding where in memory you should keep it. A long addition like Q-SAVE or FASTLOAD will usually be placed either above RAMTOP or somewhere in the 8-16K area of RAM if you have it to use. The biggest drawback to keeping…
-
The Amazing "Line Insert" CommandTS 1000 Type-in program I found that I required an INSERT facility for a filing job I was working on. This one works very well. After these changes are made to ZX PRO/FILE you can create an open line between two existing ones in order to insert a new line of text. Whenever the cursor is blinking while you…
-
Byte-Back P-2 Printer Software ModsTS 1000 Type-in program Add or alter these lines of ZX PRO/FILE to make it work with Byte-Back’s P-2 serial print< er driver. P-2 can be located in any convenient memory location. Once you decide where you want it to be, determine the address of both the LPRINT and the LCOPY routines. The address for LCOPY will be stored…
-
Line Input ImprovementsTS 1000 Type-in program I was using PRO/FILE to handle a file and print-out of one line sales transactions, but entering the data of varying length and still keeping all segments of lines properly aligned caused me grief as well as a lot of “Data Too Long” errors. This revision of line 552 and an added line 554 prints…
-
Debugging AidTS 1000 Type-in program When D$ is longer than 704 characters, report 5 errors prevent you from displaying the array when you PRINT D$. This short routine appended to PRO/FILE lets you read all the contents of D$ without a lot of fuss. Begin numbering the lines at 9000 or some other place where there’s room.