home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / gerald / 3_10 / Puttock / Hints next >
Text File  |  1990-05-08  |  4KB  |  479 lines

  1. %OP%IRY
  2. %OP%DFT
  3. %OP%PL72
  4. %OP%LM6
  5. %CO:A,13,72%%H8%       
  6.  
  7.  
  8.  
  9.  
  10. Dear Mr. Fitton,
  11.  
  12.         I append below a variety of hints/tips/observations/questions 
  13. about Pipedream.  I trust that not all of them have been repeated by 
  14. other readers, and hope that there is something useful.  Do keep up the 
  15. good work on Pipeline - the first part of Archive that I read!
  16.  
  17.         (1) I think the reason why it is not possible to set the 
  18. numeric format of empty slots is that Pipedream keeps no information 
  19. about empty slots.  It could not keep track of the millions of 
  20. potential slots, so it only keeps track of the filled ones.  Therefore 
  21. to pre-format a range it is necessary to fill the slots with something 
  22. first.  Ideally you want something that Pipedream treats as numeric, 
  23. but which does not show up on the screen.  The best I can come up with 
  24. is:  IF(0,0,"").  Replicate this formula into a range of slots, then 
  25. set the numeric format for that range to the desired number of decimal 
  26. places;  nothing shows on the screen, but when a number is typed into a 
  27. slot, it is displayed in the desired format.  But note that if you make 
  28. a mistake which turns a slot into a text slot, then the numeric format 
  29. for that slot is lost and will have to be set again.
  30.         
  31.         I wonder if anyone can produce a shorter formula which does the 
  32. trick (i.e. less than ten characters).
  33.  
  34.         (2) If you have made a spreadsheet which has some areas which 
  35. will not change, headings and formulae, and other areas which are used 
  36. for data entry, it is useful to set protection on the constant parts so 
  37. that they are not changed inadvertently.   Pipedream changes the 
  38. background colour of the protected slots to show that they are 
  39. protected.  But when you do this on a block of headings, say, you find 
  40. that empty slots cannot be protected.  The result is often an messy 
  41. patchwork of background colour.  It is then necessary to fill all the 
  42. empty slots with, say, a single space before protecting them.  (Note, 
  43. however, that a protected text slot will colour any number of 
  44. consecutive empty slots to its right, as far as its right margin.)
  45.  
  46.         (3) A single slot at the top left of a marked block can be 
  47. replicated into the whole block by doing replicate right, followed 
  48. replicate down.  If you define a function key as: \Brd|m\Brr|m   then 
  49. this key will replicate the top left slot into any marked block, 
  50. whether horizontal, vertical or rectangular.
  51.  
  52.         (4) The manual does not tell you, but for HLOOKUP and VLOOKUP 
  53. the items in the range must be in increasing order (moving to the right 
  54. or down respectively).  For LOOKUP they can be in any order.
  55.  
  56.         (5) The manual is wrong on page 325 where it says that in 
  57. defining function keys in a macro, you can use SF1, CF1 and ZF1 to 
  58. refer to shift/f1, ctrl/f1 and shift/ctrl/f1.  This does not work on my 
  59. version of Pipedream (3.06R); it is necessary to specify the function 
  60. keys as they appear in the dialogue window: "shift F1" "ctrl F1"  
  61. "shift-ctrl F1".
  62.  
  63.         (6) The manual does not, I think, mention the "define command" 
  64. option on the Cursor menu.  It appears to let you redefine the control 
  65. key sequence for any command.  Type the new and old sequences without 
  66. "\" (normally up to three letters) in the two boxes.
  67.  
  68.         (7) If you try to save a Pipedream file to disk and the disk is 
  69. full, then no error message is produced, but of course the file is not 
  70. saved.  This is potentially a serious fault, because you can easily 
  71. assume that all has been saved safely.  (I know; I have done just 
  72. that!)
  73.  
  74.         (8) Have you any idea why, after moving the cursor with the 
  75. mouse, I often find that the first following keystroke is ignored?
  76.  
  77.         Yours sincerely,
  78.  
  79.  
  80.  
  81.  
  82.  
  83. %V%%R%%D0%if(0,0,"")
  84. %CO:B,12,59%
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162. %V%%R%%D0%if(0,0,"")
  163. %CO:C,11,47%
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239. Jonathan Puttock
  240.  
  241. %V%%R%%D0%if(0,0,"")
  242. %CO:D,14,36%
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320. %V%%R%%D0%if(0,0,"")
  321. %CO:E,12,22%Leliestraat 5,
  322.   2241WB, Wassenaar,
  323.     The Netherlands.
  324. 8 May 1990
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399. %V%%R%%D0%if(0,0,"")
  400. %CO:F,12,10%
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.