home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / database / sybase / 483 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  2.0 KB

  1. Path: sparky!uunet!cs.utexas.edu!bcm!mparsons
  2. From: mparsons@fleming.csc.bcm.tmc.edu (Mark Parsons)
  3. Newsgroups: comp.databases.sybase
  4. Subject: Re: PC APT Clients on Sun Servers
  5. Date: 14 Dec 1992 14:32:41 GMT
  6. Organization: Baylor College of Medicine, Houston, Tx
  7. Lines: 30
  8. Distribution: world
  9. Message-ID: <1gi5u9INNim3@gazette.bcm.tmc.edu>
  10. References: <1gb8vjINNdt5@male.EBay.Sun.COM>
  11. Reply-To: mparsons@fleming.csc.bcm.tmc.edu (Mark Parsons)
  12. NNTP-Posting-Host: fleming.csc.bcm.tmc.edu
  13. Originator: mparsons@fleming.csc.bcm.tmc.edu
  14.  
  15.  
  16. In article <1gb8vjINNdt5@male.EBay.Sun.COM>, college@vivaldi.EBay.Sun.COM (Darrell Choy) writes:
  17. |> I have a colleague who is looking into an application that runs on Suns and uses
  18. |> APT forms.  I'd like to know what is the most effective way to run PC clients
  19. |> to have access to the Sybase dataserver on the Sun through the APT forms.
  20.  
  21. Most(All?) of our applications run on xterms and vt100's, accessing the
  22. same dataservers.  When accessing the dataserver from the vt100's(the
  23. xterms as well, I guess) you may want to redefine some of your keys,
  24. e.g., the function keys, etc.  And of course, you need to set up
  25. your environment variables appropriately(which you have to do anyway,
  26. right? ;-)
  27.  
  28. The one thing that will cause you problems is if you did your APT
  29. screen design in xterms and allowed for forms greater than 77 characters
  30. in width.  Application screens that are more than 77 characters in
  31. width will *bomb* when run in vt100 mode.  Also, even if your screens
  32. are no more than 77 characters in width . . . . if your menu items
  33. (all totalled together) are greater than 77 characters(which can 
  34. happen even if the screen is only 77) your screen will also *bomb*.
  35.  
  36. Moral of the story, test all screens in vt100 mode before going 
  37. productional . . . duh!? ;-)
  38.  
  39. Mark
  40.  
  41. p.s. -- APT 5.0 will allow you to define the max width of a screen
  42.     for any terminal type soooooooo, you could set the default
  43.     to 77 characters(xterms and vt100s) and not worry about
  44.     possible problems.
  45.