home *** CD-ROM | disk | FTP | other *** search
/ Techno Guide - Aspettando Windows 98 / TechnoGuide.iso / internet / netterm / ae_faq.txt < prev    next >
Text File  |  1997-07-29  |  17KB  |  388 lines

  1. 1.  I am having trouble defining keys in the keyboard dialog
  2.     window.  They appear to be defined correctly, but when I
  3.     start NetTerm and login to a host, they don't work.
  4.  
  5.     The problem is, when you defined the keys, the Num Lock
  6.     light on your keyboard was on.  NetTerm thought you were
  7.     defining the keys with the Num Lock modifier.  Try defining
  8.     your keys again, and make sure that the Num Lock light on
  9.     the keyboard is not on, and the green ball next to the Num
  10.     Lock status (upper right hand of the dialog box) is not set.
  11.  
  12.     If you really want to define a key with the Num Lock modifier,
  13.     then of course you can do so.  Simply left mouse click on the
  14.     Num Lock key in the dialog box.  A green ball will then be
  15.     displayed.  Now click on the key to be defined, and use the
  16.     standard procedure to define the key.  In general, you should
  17.     never define a key with the Num Lock modifier, or while online.
  18.  
  19. 2.  I am having trouble pasting text into the NetTerm window.
  20.     I am having trouble doing an ascii file transfer.
  21.  
  22.     NetTerm uses two timing values for both paste text and send
  23.     ascii files to a host.  These can be specified by selecting
  24.     the Options|Setup|Global Settings|File Transfer Tab.
  25.     Normally Delay-1 should be 20 and Delay-2 should be 200.
  26.  
  27. 3.  I can't get NetTerm to save my phone book entries.
  28.  
  29.     This normally happens when you unzip and install NetTerm in
  30.     the same directory.  You must unzip the NetTerm distribution
  31.     in a temporary directory, then install into it's permanent
  32.     directory.
  33.  
  34. 4.  Is it possible to limit the number of NetTerm sessions?
  35.  
  36.     Yes, just add the MAXINSTANCE=x keyword in the netterm.ini file
  37.     where x = the maximum number of NetTerm sessions.  The keyword
  38.     should be placed in the top portion of the netterm.ini file under
  39.     the section [TERM].
  40.  
  41. 5.  I cannot find my modem in your list of supported modems.
  42.  
  43.     Trying to keep up with all of the available modems and buying each one
  44.     for testing would be very expensive.  We would also suggest that you
  45.     select the TAPI option if your systems supports it.  A source for most
  46.     modem setup strings can be found at:
  47.  
  48.          http://www.uk.pipeline.com/support/modems.html
  49.  
  50. 6.  Will the FTP Server work with BBS's that support this feature?
  51.  
  52.     Yes, we have tried it with bbs.execpc.com and got excellent results.
  53.  
  54.  
  55. 7.  Will NetTerm work with the Netscape WWW client?
  56.  
  57.     Yes, just define NetTerm to Netscape by using Netscape's Options,
  58.     Preferences menu.  Select the "Applications and Directories" tab.
  59.     On the line "Telnet Application", use the browse button to locate
  60.     NetTerm and you ready to telnet directly from Netscape.
  61.  
  62.  
  63. 8.  How do I get the correct international characters for my country?
  64.  
  65.     NetTerm has the ability to map both the keyboard and video with
  66.     the use of country tables.  The country table can be defined by
  67.     host, using the 'Mapping' push button within the phone directory.
  68.     A country table must be created by copying the country.ini file
  69.     to another file prefixed with the desired country name, such as
  70.     norway.ini.  Then define this mapping file to one of your hosts
  71.     and use the Options-Setup-International menu to map both the
  72.     video and keyboard sections.  The example file norway.ini contains
  73.     the following mappings:
  74.  
  75.          Video            KeyBoard Normal  KeyBoard Shifted
  76.          0x7b --> 0xe6     0x1a --> 0x7d    0x1a --> 0x5d
  77.          0x7c --> 0xf8     0x27 --> 0x7c    0x27 --> 0x5c
  78.          0x7d --> 0xe5     0x28 --> 0x7b    0x28 --> 0x5b
  79.          0x5b --> 0xc6
  80.          0x5c --> 0xd8     Note that the keyboard mapping uses
  81.          0x5d --> 0xc5     the unique Windows key scan code.
  82.  
  83.     The Options-Setup-International menu also has a global flag that
  84.     will enable/disable mapping for all hosts.
  85.  
  86.     InterSoft will accept unique country files and will include them
  87.     in the normal distribution of NetTerm.  Once you have tested out
  88.     your country file, email to the address shown in the About box.
  89.  
  90. 9.  How can I print files that contain HP printer escape sequences?
  91.  
  92.     The program netsend.c should be uploaded to your host and compiled.
  93.     This program is designed to handle files with HP printer
  94.     control sequences and extremely long lines which would normally
  95.     not work correctly with the standard netprint script file.
  96.  
  97.     The SmartPrint option of "Write direct to printer port" or
  98.     "Send direct to Windows spool queue" should be chosen for
  99.     final printing (NetTerm Options-Setup-Global Settings-Printing).
  100.  
  101. 10. For the Unix WordPerfect users, from one of our clients:
  102.  
  103.     A hint:  If any other Netterm users inquire about using
  104.     your telnet with WP5.2+ for Unix, ensure they use
  105.     386CONS as the value for the environment variable
  106.     WPTERM52 when using KEYS-WORDPERFECT.  Even though they
  107.     are actually using vt100 emulation, this will ensure the
  108.     system anticipates the correct codes.
  109.  
  110. 11. The protection logic for versions 3.2.0 and higher has been
  111.     changed to allow more complete control of the toolbar, menu
  112.     items, and submenu items.  A new file named protect.ini has
  113.     been included with the NetTerm distribution which controls
  114.     the new protection logic.  This file can be located anywhere
  115.     and it's location is specified in the netterm.ini file with
  116.     the PROTECTFILE keyword.  To enable protection, set the
  117.     PROTECT keyword to a 1.  For example, to enable protection
  118.     using a protect.ini file located on D: drive in the data
  119.     directory, place the following in the netterm.ini file:
  120.  
  121.          PROTECT=1
  122.          PROTECTFILE=D:\DATA\PROTECT.INI
  123.  
  124.     The protect.ini file has three major areas.  They are:
  125.  
  126.          Toolbar Protection  - Control icons displayed on the toolbar
  127.          Menu Protection     - Controls the high level menu items
  128.          Sub menu Protection - Controls individual sub menu items
  129.  
  130.     To disable a icon, menu item or sub menu item, simply change
  131.     the value ON to OFF.  If you turn off a high level menu, it
  132.     is not necessary to turn off it's lower level menu items.
  133.  
  134. 12. Can I use the SmartButtons to select a menu item such as
  135.     Print Screen?  Yes, if you place ~99999 in the Transmitted
  136.     Key Data field (where 99999 is one of the menu item codes)
  137.     NetTerm will select that menu item.
  138.  
  139.     Refer to the table below for valid menu item codes.
  140.  
  141.     If you place a valid key definition name after the ~, NetTerm
  142.     will immediately load that key definition.  For example, placing
  143.     ~EMACS in the Transmitted Key Data field will load the key
  144.     definitions for EMACS.  This technique allows you to switch
  145.     between key definitions by just pressing the SmartButtons.
  146.     This technique normally requires at least two SmartButtons,
  147.     one for the special key definition such as EMACS and one to
  148.     return to the 'normal' definitions such as DEFAULT.
  149.  
  150.     If you place a valid html URL within a SmartButton, NetTerm
  151.     will call your user defined browser for processing.  This
  152.     works for all URL's including the ftp:// URL.
  153.  
  154.     Can I have more than just eight SmartButtons.
  155.  
  156.     Yes, you can define three sets with eight buttons each.  To
  157.     switch to another set, right mouse click anywhere on the
  158.     SmartButton toolbar.
  159.  
  160. 13. Can I use the Smartbuttons to run a script or a program?
  161.  
  162.     Yes, if you place an @ character as the first character in
  163.     the Transmitted Key Data field, NetTerm will then look at
  164.     the data following.  If it finds the value .exe in the data
  165.     string, it will start the program specified.  Command line
  166.     arguments can also be specified.  Note that the .exe must be
  167.     in lowercase.  For example:
  168.  
  169.          @notepad.exe
  170.  
  171.     If the value .exe is not found, NetTerm will then process the
  172.     string as a script file.  Note that you must be online and the
  173.     complete path to the script must be supplied.  For example:
  174.  
  175.          @\netterm\scripts\runtime.txt
  176.  
  177. 14. I can't get the modem to be silent while dialing, why not?
  178.  
  179.     NetTerm recently changed the way it sets the modem up in order
  180.     to handle some of the newer PCMCIA modems on the market.  If
  181.     your current modem setup sting looks something like:
  182.  
  183.          AT %F1 M0 S11=40 S2=128
  184.  
  185.     change it to:
  186.  
  187.          AT%F1\rATM0\rATS11=40 S2=128
  188.  
  189.     The ATM0 portion of the command is what tells the modem to be
  190.     silent.
  191.  
  192. 15. From one of our clients.  If you use the Norton program FASSINT,
  193.     watch out! It causes NetTerm and other programs to crash.
  194.  
  195.  
  196. 16. Will NetTerm work with netcom?
  197.  
  198.     The basic telnet client of NetTerm will work with the netcom TCP/IP
  199.     software, but not the zmodem or FTP server.  We are currently working
  200.     on ways to resolve this.  NetTerm will however work completely if you
  201.     use a winsock such as Trumpet instead of the normal netcom software.
  202.     We have included a script file, netcom.txt, which can be used with
  203.     Trumpet to access netcom.  Based upon our tests with netcom, the
  204.     purchase of Trumpet WinSock is a very wise investment and will make
  205.     your WWW surfing much faster and enjoyable.
  206.  
  207. 17. Can I use the Transparent print feature on hosts that do not support
  208.     this feature?
  209.  
  210.     Yes, we have added a new menu item under the "File" menu called
  211.     "Formatted Transparent Printing On".  This feature allows limited
  212.     control and formatting of data that is normally sent only to the
  213.     screen to be also sent to the printer using the same options that
  214.     are available to normal transparent print requests.  The following
  215.     two keywords in the netterm.ini control the formatting:
  216.  
  217.          FORMATPRINT_START=y^M
  218.          FORMATPRINT_LINES=39
  219.  
  220.     The FORMATPRINT_START keyword specifies what string should be sent
  221.     to the host to start the printout.  When the formatted transparent
  222.     print option is selected, the internal transparent print logic is
  223.     turned on and the FORMATPRINT_START string is sent to the host to
  224.     indicate that the printing should be started.  The FORMATPRINT_LINES
  225.     keyword specifies the number of lines (line feeds) that should be
  226.     processed as one page.  When this value is reached, a form feed
  227.     will be added to the printer data to force a new page.  Once the
  228.     host has completed sending all the data, the 'Transparent Printing
  229.     Off' menu item should be selected.  This will instruct NetTerm to
  230.     print the data using the options selected in the Options-Setup-
  231.     Global Settings-Printing dialog panel.
  232.  
  233.     Note that since both menu items that control this feature are menu
  234.     items, SmartButtons can be defined to start and stop the transparent
  235.     printing.  Refer to FAQ number 14.
  236.  
  237. 18. Instructions for rlogin support.
  238.  
  239.     Initial rlogin support has been added to NetTerm.  To use, set the
  240.     telnet port to 513 in the phone book and then place your host userid
  241.     in the desktop dialog panel.
  242.  
  243. 19. Looking for a nice font that will display almost full screen at
  244.     1024 x 768 resolution?  Try Courier New, 14 points, bold.
  245.  
  246. 20. From one of our clients.  On selected machines, the text on the
  247.     Smartbuttons turned into Greek!  After looking at this problem
  248.     for some time, the problem is related to what fonts are defined
  249.     or not defined on the workstation.  NetTerm determines the font
  250.     point size to use on the SmartButtons by calculating the length
  251.     of the largest text contained within the SmartButtons and the
  252.     current screen resolution.  It then suggests to Windows that it
  253.     use either the MS Sans Serif or Arial Narrow, depending upon the
  254.     outcome of the calculation.  However, Windows also tries to
  255.     select the best font, based upon what is available, and this
  256.     may not be either MS Sans Serif or Arial Narrow.
  257.  
  258.  
  259. // NetTerm Menu Items
  260. // File Menu
  261. #define IDM_CONNECT                   10000
  262. #define IDM_DISCONNECT                10001
  263. #define IDM_PHONE                     10002
  264. #define IDM_BBSLIST                   10003
  265. #define IDM_SEPARTOR_10004            10004
  266. #define IDM_PRINT                     10005
  267. #define IDM_SETUP                     10006
  268. #define IDM_SPRINT                    10007
  269. #define IDM_SEPARTOR_10008            10008
  270. #define IDM_LOGPRINT                  10009
  271. #define IDM_LOGFILE                   10010
  272. #define IDM_EJECTP                    10011
  273. #define IDM_SEPARTOR_10012            10012
  274. #define IDM_TPON                      10013
  275. #define IDM_TPOFF                     10014
  276. #define IDM_STPON                     10015
  277. #define IDM_SEPARTOR_10015            10016
  278. #define IDM_EXIT                      10017
  279.  
  280. // Edit Menu
  281. #define IDM_SCB                       11001
  282. #define IDM_RCB                       11002
  283. #define IDM_SEPARTOR_11003            11003
  284. #define IDM_RESET                     11004
  285. #define IDM_ERESET                    11005
  286. #define IDM_SBREAK                    11006
  287. #define IDM_LBREAK                    11007
  288. #define IDM_AP                        11008
  289. #define IDM_SEPARTOR_11009            11009
  290. #define IDM_SAVESCREEN                11010
  291. #define IDM_CLEAR                     11011
  292. #define IDM_CLEARS                    11012
  293. #define IDM_SAVEAS                    11013
  294. #define IDM_SEPARTOR_11014            11014
  295. #define IDM_PASTEIPA                  11015
  296. #define IDM_PASTEIP                   11016
  297.  
  298. // Options Menu
  299. // Setup Main
  300. #define IDM_FONT                      12000
  301. #define IDM_SETTINGS                  12001
  302. #define IDM_ANSIC                     12002
  303. #define IDM_KB1                       12003
  304. #define IDM_DESKTOP                   12004
  305. #define IDM_DBBAR                     12005
  306. #define IDM_PIN                       12006
  307. #define IDM_SETTELNET                 12007
  308. #define IDM_SEPARTOR_12008            12008
  309. // International Video/Keyboard
  310. #define IDM_SS                        12300
  311. #define IDM_AM                        12301
  312. #define IDM_VM                        12302
  313. #define IDM_KM                        12303
  314. #define IDM_KO                        12304
  315. #define IDM_LCD                       12305
  316.  
  317. // Options Tools
  318. #define IDM_FINGER                    12400
  319. #define IDM_RESOLVE                   12401
  320. #define IDM_MYIP                      12402
  321. #define IDM_FTPD                      12403
  322. #define IDM_PRINTER                   12404
  323. #define IDM_FTPC                      12405
  324. // Options Trace
  325. #define IDM_TRACE1                    12501
  326. #define IDM_TRACE2                    12502
  327.  
  328. // Send Menu
  329. #define IDM_SASCII                    906
  330. #define IDM_SKERMIT                   905
  331. #define IDM_SZMODEM                   900
  332.  
  333. // Receive Menu
  334. #define IDM_RASCII                    916
  335. #define IDM_RKERMIT                   915
  336. #define IDM_RZMODEM                   917
  337.  
  338. // Window Menu
  339. #define IDM_NEWWINDOW                 15000
  340. #define IDM_QUICK                     15001
  341. #define IDM_EDITOR                    15002
  342. #define IDM_TITLE                     15003
  343. #define IDM_SAVEXY                    15004
  344. #define IDM_SEPARTOR_15004            15005
  345. #define IDM_HOSTSTART                 15500
  346. #define IDM_HOSTEND                   15549
  347.  
  348. // Help Menu
  349. #define IDM_HELP                      16000
  350. #define IDM_SEPARTOR_16001            16001
  351. #define IDM_ORDERING                  16002
  352. #define IDM_REGISTER                  16003
  353. #define IDM_LEGAL                     16004
  354. #define IDM_SEPARTOR_16005            16005
  355. #define IDM_ABOUT                     16006
  356.  
  357. // Mouse Menu
  358. #define IDM_URL                       17000
  359. #define IDM_PSTRING1                  17001
  360. #define IDM_PSTRING2                  17002
  361. #define IDM_BBSDOOR                   17003
  362. #define IDM_SKEY                      17004
  363. #define IDM_SEPARTOR_17005            17005
  364. #define IDM_MSCB                      17006
  365. #define IDM_MRCB                      17007
  366. #define IDM_MRSCB                     17008
  367. #define IDM_MCLEAR                    17009
  368. #define IDM_MPRINT                    17010
  369. #define IDM_MRESET                    17016
  370. #define IDM_ESCROLL                   17011
  371. #define IDM_MCLEARS                   17017
  372. #define IDM_PSCROLL                   17012
  373. #define IDM_MSAVEAS                   17018
  374. #define IDM_PRINTH                    17013
  375. #define IDM_SHOWCLIP                  17014
  376. #define IDM_SEPARTOR_17019            17019
  377. #define IDM_MPASTEIPA                 17020
  378. #define IDM_MPASTEIP                  17021
  379. #define IDM_SEPARTOR_17022            17022
  380. #define IDM_MSFONT                    17023
  381. #define IDM_MMFONT                    17024
  382. #define IDM_MLFONT                    17025
  383. #define IDM_SEPARTOR_17026            17026
  384. #define IDM_MSSFONT                   17027
  385. #define IDM_MSMFONT                   17028
  386. #define IDM_MSLFONT                   17029
  387. #define IDM_NOOP                      17031
  388.