CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (283 messages)

#48151 #ZIPDRIVE Message #48156
From: Bill Roberts Amiga Tech Forum · System Software September 16, 1995 7:04 PM
>WHAT DO I NEED TO DO TO GET A IOMEGA PARALLEL ZIPDRIVE WORKING ON MY AMIGA You won't. The parallel port on the Amiga is slightly different than the parallel port on the PC. There are some signals on the PC that are not on the Amiga. There are many…
#197154 Opus Upgrade Message #197456
From: Bill Roberts Amiga User Forum · Business Apps May 18, 1995 9:30 PM
> Do you know if the owners will be notified… No. But keep an eye on the various nets. Also, try contacting Micro R&D and check with them on a regular basis. > Does it replace WBstartup too? Yes. See also my reply to Paul Idol. As far as being…
#197004 #Opus Upgrade Message #197455
From: Bill Roberts Amiga User Forum · Business Apps May 18, 1995 9:30 PM
> What do you mean a complete replacement for WB? Just that. There is nothing in Workbench that is not also in Opus 5.0, but better. > It still does file management and such, right? Yes. But it has a better system for defining file types and for setting up…
#Opus Upgrade Message #196971
From: Bill Roberts Amiga User Forum · Business Apps May 14, 1995 3:03 PM
Micro R&D 721 O (letter Oh) st Loup City, NE 68853 Phone 308-745-1243 (voice) 308-745-1246 (fax) 800-527-8797 (voice) I looked up Loup City on the map, and find it hard to believe that a city that size could go up to O street (maybe they start at N?). They got…
PC Task Message #189479
From: Bill Roberts Amiga User Forum · Emulations March 18, 1995 9:26 AM
I have PC Task 3.0 running on my stock 25 meg 3000. It run about as well as the 7 meg 286's we used to have in our office (maybe a little slower when doing memory intensive claculations. I use it mainly for a class I teach which uses Microsoft…
#180805- #Best Word Proc. 4 Ami??? Message #180873
From: Bill Roberts Amiga User Forum · Word Processing/DTP January 5, 1995 8:27 PM
Dispite my critisism of it over in the AmigaVend section, I like Final Writer (or Final Copy for a smaller machine). Even though it is missing a few things I consider useful, it is an excellent word processor. Bill Roberts — Autopilot from Ellettsville, Indiana
Kermit on Termite Message #180872
From: Bill Roberts Amiga User Forum · Communications January 5, 1995 8:22 PM
I have a problem with Termite. It is not able to download binary files from my office computer using kermit. I use termite to connect to the office computer, start kermit at that end, set file type binary, send a file, click on download, and proceed to get a series…
Kermit on termite Message #177434
From: Bill Roberts Amiga User Forum · Communications December 11, 1994 11:00 AM
I have a problem with termite using the kermit protocol. I am unable to download binary files. The program works fine with text. I set the server using set file binary. But when the file starts to download, I get a string of errors, and eventually, the download ceases for…
#43531 VGA monitors Message #43651
From: Bill Roberts Amiga Tech Forum · Forum Business/Help November 2, 1994 7:22 PM
Actually, I don't use my Amiga for vidio, I got the VGA to do away with the flicker at high resulution on my word processor. So the loss of genlock is no problem to me. Actually, I use my Amiga more like most people would use a PC. But I…
#42490 VGA monitors Message #42889
From: Bill Roberts Amiga Tech Forum · Forum Business/Help October 2, 1994 6:14 PM
I currently have an Amiga 3000 hooked up to a Magnavox Enhanced VGA monitor, and have no complaints about it (except for the sound. It has none). I had originally bought the monitor for my son to use on his 1200, but he prefered my original Cmdr 1084 S. So…
#42373 #Compilers Message #42489
From: Bill Roberts Amiga Tech Forum · C Programming September 3, 1994 8:18 PM
GNU (which stands for GNU's Not UNIX, really) is a broad collection of public domain software controled by the Free Software Foundation at MIT. Almost everything they have done is available on a wide range of machines. EMACS (IMHO the best editor available) is their baby. Bison is GNU's version…
#42046 #C subroutines? Message #42055
From: Bill Roberts Amiga Tech Forum · C Programming August 1, 1994 8:28 PM
>> Would this be a valid subroutine? >> iff >> { >> command >> etc >> } You need a set of parens after iff to hold the parameters (even if you don't have any parameters. Good form if you have no parameters is iff( void ) Then someone reading…
#42039 #C subroutines? Message #42044
From: Bill Roberts Amiga Tech Forum · C Programming July 31, 1994 6:36 PM
Subroutines are not only possible in C, they are encouraged. Sample subroutine to calculate the hypotinuse of a right triangle: float hypot( float a, float b) { return sqrt(a*a + b*b); } This sample conforms to the ANSI C standard, and may not be familure to those who know only…
From: Bill Roberts Amiga Tech Forum · C Programming July 31, 1994 6:35 PM
Thanx for the info on SAS and Comeau. I have both on my system, but would like to just use SAS. It has a better (not good, just better) inteface than Comeau. I like using the window interface to compile. Bill Roberts — Autopilot from Ellettsville, Indiana
From: Bill Roberts Amiga Tech Forum · C Programming July 27, 1994 8:51 PM
Does anyone know the status of SAS's support for the C and C++ compiler? Will they still be supporting the Amiga, and will support for Templets and exceptions be available? What is the latest released version? Actually, the same questions apply for Comeau C++. Thanks for any help. Bill Roberts…
#157618 Use PC Tape systems Message #157695
From: Bill Roberts Amiga User Forum · Amiga Hardware July 27, 1994 8:50 PM
>> SCSI streamers aren't THAT much more expensive these days… Cost for one of the floppy streamers is about $180 at HH Greg. Cost for the cheapest SCSI QIC tapes are around $400. (In both cases, that is as an internal unit.) Add about $50 for the case on a…
#157303 #Use PC Tape systems Message #157694
From: Bill Roberts Amiga User Forum · Amiga Hardware July 27, 1994 8:50 PM
Thanks for the information about not being able to use the tapes. It is not what I wanted to hear, but it is what I expected to hear. Just out of idle curiosity, why is a SCSI drive so much more expensive than the parallel drive (other than that is…
#Use PC Tape systems Message #157283
From: Bill Roberts Amiga User Forum · Amiga Hardware July 23, 1994 7:10 PM
Has anyone out there tried to use Quarterback with one of the tape drives that are available for the PC's (such as the Conner 250's) which attach to either the floppy controllers or attach to the parallel port? External drives for the PC are cheap, and the ones for the…
VGA monitor on 1200 Message #41047
From: Bill Roberts Amiga Tech Forum · Forum Business/Help May 16, 1994 12:40 PM
I recently purchase a Magnavox SVGA monitor for my son to use on his 1200. However, it is not at all obvious how to set the various preferences. We are now to the point where we can run most programs, and load games which use NTSC. However, most of the…
Amiga Dealer List Message #146041
From: Bill Roberts Amiga User Forum · Forum Business/Help May 16, 1994 12:18 PM
I am posting this for the dealer. ********************************************************************* ——————————————————————— Company Name: Digiatal Arts Contact Person: US Mail Addr:122 W. 6th St CITY, ST, ZIP: Bloomington, IN 47404 Country:USA Voice phone: 812-330-0123 800-692-6442 (800-my-amiga) Fax: 812-330-6442 ——————————————————————— Forms of Payment accepted: VISA, DISCOVER, MasterCharge, Cash Shipping Policy: ——————————————————————— Description of products…
From: Bill Roberts Amiga Tech Forum · C Programming March 6, 1994 6:47 PM
Hi Soft Pascal, mentioned earlier in this thread is compatable with Borland 5.0 Pascal. I have it, and it is a useful Pascal (no, that is not an oximoron). Bill Roberts — Autopilot from Ellettsville, Indiana
#39636 COBOL ? Message #39641
From: Bill Roberts Amiga Tech Forum · General Programming February 21, 1994 12:56 PM
I don't know of any COBOL compiler for the Amiga. This includes both commercial and pd (shareware, giftware, etc). Kind of a shame too. While often maligned, COBOL is still the most widely used computer language.
#132894 Pascal for Amiga Message #132918
From: Bill Roberts Amiga User Forum · Forum Business/Help February 20, 1994 2:11 PM
>> Did Metacomco go under? I have heard of them, but that is about all. I know nothing about them. Bill Roberts — Autopilot from Ellettsville, Indiana
#132365 #Pascal for Amiga Message #132542
From: Bill Roberts Amiga User Forum · Forum Business/Help February 17, 1994 6:37 PM
I would like to add my vote to Hisoft Pascal. We bought it for a course my son is taking. He needed a Pascal compiler, and it was the only commercial one easialy available here. I have since used it for several short tasks where I needed a quick utility…
#73976 #Power Windows Message #74470
From: Bill Roberts Amiga Vendor Forum · Transactor February 12, 1994 7:41 PM
>> You might look at MUI, it's available here in Amigatech. I did a search for MUI through the Amigatech catalogs. I couldn't find anything. Bill Roberts — Autopilot from Ellettsville, Indiana
Tax Software Message #131848
From: Bill Roberts Amiga User Forum · Personal Apps February 12, 1994 7:41 PM
I have tried the Pha$ar Tax program. The problem with it is that the tax forms must, of necessity be little more than general templets of the tax forms. This is necessary because the writers of the forms don't know your accounting scheme. What did you call dividends payed on…
#73821 #Power Windows Message #73913
From: Bill Roberts Amiga Vendor Forum · Transactor February 5, 1994 5:54 PM
As a general rule, commercial products are more reliable, if for no other reason that the implied merchantablity requirement that allows you to demand your money back if you buy something and it is not as advertised. Also, in general, commercial products come with at least some usuable documentation (Microsoft…
#130248 Tax Software Message #130557
From: Bill Roberts Amiga User Forum · Personal Apps February 5, 1994 5:54 PM
I have used Data Tax from OXXI for several years now. It would be so much better if they used the Commadore suggested Amiga standards. But as far as I know, it is the only tax preperation software available for the Amiga. Bill Roberts — Autopilot from Ellettsville, Indiana
#130331 #Tax Software Message #130556
From: Bill Roberts Amiga User Forum · Personal Apps February 5, 1994 5:54 PM
How do you get the tax stuff for PHA$AR? From the instructions in my copy, it is up to you to design your own forms. Do they have anything available beyond the simple 1040 that came with it, and is it updated? Bill Roberts — Autopilot from Ellettsville, Indiana
#73689 #Power Windows Message #73725
From: Bill Roberts Amiga Vendor Forum · Transactor February 2, 1994 6:41 PM
>> there are no current plans to update PowerWindows. Too bad. While pd programs are handy, and sometimes quite handy, commercial products are almost always more reliable. Bill Roberts — Autopilot from Ellettsville, Indiana
Power Windows Message #73453
From: Bill Roberts Amiga Vendor Forum · Transactor January 30, 1994 5:59 PM
Many moons ago, there was a product called Power Windows, which made it a snap to design screens and windows for Amiga programs. Is this program ever going to be updated? Bill Roberts — Autopilot from Ellettsville, Indiana
#128867 Spreadsheet???? Message #129047
From: Bill Roberts Amiga User Forum · Business Apps January 22, 1994 7:21 PM
>> Ahhh.. for something like Paradox or even the dreaded Dbase for the >> Amiga…… We have debase on the computers as work. To the best of my knowledge, no one uses it. When I need data base processing for something at work, I transfer the files to a floppy,…
From: Bill Roberts Amiga User Forum · Personal Apps September 2, 1993 9:32 PM
>> Is Phasar suitable for a small business? I use it for my wife's business, which is a one person landscape design business. It is intended for cash accounting systems, not cost accounting that most businesses use. It requires some kludey operations to keep accounts payable and accounts receivable. Don't…
From: Bill Roberts Amiga User Forum · Personal Apps August 28, 1993 7:03 PM
Phasar is now published by Psygnosis (the game people, version 5.0 will include invading expenses from Mars). I have seen it in several of the mail order lists. It is mainly designed for Personal accounting and cash basis accounting. I have used it for years for our family's tax accounting…
#110760- #Pro Calc 2.0 Message #110794
From: Bill Roberts Amiga User Forum · Business Apps August 18, 1993 9:25 PM
I have spent years looking for a reasonable spreadsheet (not good, just reasonable) for the Amiga. I have purchased Superbase (terriable), Analyze! (almost reasonable, actually, pretty good for first generation stuff on a floppy), Maxiplan (so near and yet so far), and finaly Pro Calc 2.0 (at last!). Except for…
From: Bill Roberts Amiga Vendor Forum · Precision Software August 14, 1993 11:58 AM
I don't think my original message could be considered a childish outburst. My main complaint is not the graphic display. It only seems to affect the graphics that you supplied with your demo. It seems to work with other graphics that I have with my system. I was curious if…
From: Bill Roberts Amiga Vendor Forum · Precision Software August 11, 1993 9:14 PM
I have recently upgraded to SB Pro 4 ver 1.03 and ordered new manuals. So far, I have found what I would consider a major bug if I used graphics (I don't, so it is not a problem with me). I load the sample data file pictures. When I display…
COMPUTE Drops Out… Message #109260
From: Bill Roberts Amiga User Forum · Hot News and Rumors August 3, 1993 9:43 PM
>> Compute dropping their Amiga Resource section. You can cancle your subscription and ask for a refund of your unused payment. That would frost them some. Bill Roberts — Autopilot from Ellettsville, Indiana
#106868 ProCalc v2 Message #107427
From: Bill Roberts Amiga User Forum · Business Apps July 17, 1993 10:34 AM
I recently went from Maxiplan to ProCalc, and have not had too much problem importing the Maxiplan sheets. However, I do have the latest version of MP (version 5?). Procalc doesn't support the Maxiplan macros. Bill Roberts — Autopilot from Ellettsville, Indiana
#59952 SuperPlan Message #60070
>> I haven't seen SuperPlan for a while,… That's because it has received no support for about three years, and didn't deserve any back then. >> … what advantages does it have over maxiplan 4? None. It also dosen't have any advantages over Analyze! (the first spreadsheet available for the…
#105872 #New Spreadsheet? Message #106104
From: Bill Roberts Amiga User Forum · Business Apps July 4, 1993 9:22 PM
I used to use SuperPlan, and gave up on it for the reason you gave in your note. I just could not get it to print properly. Also, it did not use file requesters. When you wanted to load a file, you were given a list of the files in…
#59606 SuperPlan Message #59616
From: Bill Roberts Amiga Vendor Forum · Precision Software June 29, 1993 10:24 PM
I also had SuperPlan, and as a spreadsheet, I thought it was about the best I had ever used. It was a lot like Supercalc, originally for CP/M and later MS/DOS. However, I had all kinds of printing troubles with SP, and the file system never did work right. It…
#103391- DataBase/Spreadsheet? Message #103552
From: Bill Roberts Amiga User Forum · Business Apps June 11, 1993 9:52 PM
A database stores records. Your MicroFiche Filer stores records, each record telling about a customer, video tape in your library, or whatever. You are correct that MicroFiche is not a terribly powerful data base. It is what is called a "flat" data base. You can have only one file open…
Keystrok Finder bug Message #58668
From: Bill Roberts Amiga Vendor Forum · Forum Business June 11, 1993 8:57 PM
I just got my upgrade to Quarterback Tools, and ran into a problem with the Keystroke Finder program. When I click on any key, the system crashes. At least the crash is kind enough to display the crash requester, but I really don't think the program is supposed to work…
Vidio Tape Backup Message #103504
From: Bill Roberts Amiga User Forum · Personal Apps June 11, 1993 10:56 AM
I recently saw an add from Manta for a vidio tape backup system for amigas. The data goes out from the vidio port (on a 500), and into the VCR. It comes back out the VCR vidio out, through a special hardware device and into the serial port of the…
#SB4 program querry Message #55891
From: Bill Roberts Amiga Vendor Forum · Precision Software April 27, 1993 7:44 PM
Is there a way to use an existing querry file (xx.sbq) from within an SB4 program? Everything I can find pretty much says write a Report program, but I already have an existing queery. I can load it from the program and bring it up for edit. But all the…
#Report with Index Message #55890
From: Bill Roberts Amiga Vendor Forum · Precision Software April 27, 1993 7:44 PM
I am having a problem doing a report as a part of a SBASE4 program. I have two files, Company and transactions. Company has an indexed field, ID, which is the sequence number of the Company in the file, and therefore unique. The second file records transactions made for the…
Opus print lockup Message #54853
From: Bill Roberts Amiga Vendor Forum · Transactor April 15, 1993 8:40 PM
I also have been having a problem with DOpus locking up. I lock if I print a file while I am running another program. For example, if I am using Phasar, and I go back to my Opus screen and start a file printing, then go back to Phasar while…
Power Windows ++ Message #54852
From: Bill Roberts Amiga Vendor Forum · Transactor April 15, 1993 8:40 PM
Some time ago, I asked about a possible upgrade to Power Windows for Amiga DOS 2.x. There was a message here about a new product to be released at some undetermined time. What is happening in this area? Any word, projections, rummors? Bill Roberts — Autopilot from Ellettsville, Indiana
Amiga Computing Mag Message #95752
From: Bill Roberts Amiga User Forum · Business Apps April 15, 1993 7:53 PM
The March issue of Amiga Computing (a magazine with a disk from Jolly Old England) included Maxiplan 4 on the disk. Does this mean a) The Disc Company is comming out with a new improved version? b) The Disc Company is droping out of existance and this was a last…
1 2 3 5 6 Next →

Page 1 of 6