home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / database / 9427 < prev    next >
Encoding:
Text File  |  1993-01-27  |  1.9 KB  |  49 lines

  1. Nntp-Posting-Host: bert.cs.byu.edu
  2. Lines: 34
  3. Path: sparky!uunet!news.mtholyoke.edu!news.byu.edu!news
  4. Message-ID: <s1#@byu.edu>
  5. Date: Wed, 27 Jan 93 17:08:12 MST
  6. From: ron@bert.cs.byu.edu (Ron Snyder)
  7. Organization: BYU Computer Science
  8. Newsgroups: comp.databases
  9. Subject: Re: Paradox question
  10. References: <mcdonald.693.727814490@aries.scs.uiuc.edu>
  11.     <1993Jan24.144529.19009@nuscc.nus.sg>
  12.     <1993Jan27.110322.1326@actrix.gen.nz>
  13.     <1993Jan27.090537.17710@hellgate.utah.edu>
  14.  
  15.    >it.  Use this second table to design reports, forms etc.  Every time
  16.    >you do a query and want to use one of the reports or forms, do a F10
  17.    >Tools Copy Justfamily "skeleton" "Answer".
  18.    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  19.  
  20.    I believe "Copy" overwrites the table and could hose your reports....it
  21.    is safer to empty "skeleton", add "answer" "skeleton" from a script ...
  22.    that way you know exactly what is in the skeleton table at all times.
  23.  
  24. When you Copy JustFamily, it leaves the destination table (in this 
  25. case, the answer table) alone, and just replaces any forms and reports
  26. that existed for the answer table.  As to your other advice, in general
  27. is a better idea to not empty "skeleton" and then add "answer" "skeleton",
  28. because of the time involved in this procedure, especially when there is
  29. a large amount of data that would have to be moved.  I have seen
  30. several suggestions from the 'experts' to do a 
  31.  
  32.      copyreport "skeleton" "1" "answer" "1"
  33.      report "answer" "1"
  34.  
  35. when this will do what is needed.  (Of course, you would have to pick
  36. your own table names and report numbers.)  The advantage that this
  37. method has over doing a "Copy JustFamily" is that if "skeleton" has
  38. a lot of reports and forms, then that extra baggage stays where it
  39. is, and you only copy the report that you want.
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46. --
  47. Ron Snyder <ron@bert.cs.byu.edu>   <snyderrj@coned1.byu.edu>
  48. ****************************************************************
  49.