This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (11 messages)
Is this a "Toshiba" 3401 or an OEM package like Procom's 3401?
Dbl Speed Toshiba 3104
Message #43183
I just purchased from DUSTIN the Procom(Toshiba) 3401 with the Trantor 130b (What's SCSIWorks -all I got is a disk labeled ASPI-compatible SCSI Software for DOS + Musicbox). I am using a ZEOS 486 DX2 66 system. Several problems: a)Trantor drivers cannot find the CDROM unless my Turbo switch on…
Mayo Clinic Any Good?
Message #43182
Not familiar but would be interested in knowing where you can purchase the MayoClinic CD. Any advice? Thanks
#Procom(Toshiba)3401
Message #43168
Is the Trantor 130b fully supporting the new Toshiba 3401. I have a Zeos 486 DX2 66 and I can only get things to run correctly if I slow down the PC by turning off the Turbo switch (real slow then in Win3.1 ). Do I need specific Win drivers?.…
Mark, I like the Tabindex. You should start a subsidiary publishing company with titles like "Even YOU Can Master QBX and VB!!" As alway, thanks. There is 1 Reply.
#SetFocus Bug
Message #3343
I have what seems to be a weird bug when using SetFocus. I have a form with 2 command buttons and one list. When the form loads the active control is on the Command1 button. I want the default active control to be on List1, so I set my last…
Jonathan, I felt this coming. After much dialog with others, you summarized the problems quite succinctly. I'm going to try to write a non-swapping higher level DLL with QuickC for Windows (I Hope). I keep you posted. Thanks for the interest. Jerry There is 1 Reply.
Keith, You make it sound a little frightening but I think I should try to decipher it. Where can I get a copy of this journal or article? Thanks. Jerry There are 2 Replies.
Thanks Bill, I'm not saavy enough about how DLL's, VB and Windows tie into each other. Do you think the problem I described is inherent to programming a Windows App with VB? vs programming a WinApp with 'C' or is it just the Windows environment? Can you suggest any 'Guru's'…
Thanks Gregg, you're right that the smallest TIMER interval is 1 msec but repetitive calls to TIMER have variable intervals. I need to run a sequence of timed com port handshaking, ie turn on RTS for a msec, turn it off for a msec, turn it on again, etc. The…
#INP/OUT
Message #2836
Bill, Since you wrote the INPOUT DLL, I figure you must have a lot of insight into the handling of these routines. I need a 1 msec (+/- 20%) timed loop independent of platform. In QBX Basic with INP/OUT the following works perfectly on any machine using a timer chip…