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

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!charon.amdahl.com!amdahl!rtech!pacbell.com!ames!elroy.jpl.nasa.gov!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!lyra.scs.uiuc.edu!mcdonald
  3. From: mcdonald@aries.scs.uiuc.edu (J. D. McDonald)
  4. Subject: Re: Paradox question
  5. References: <mcdonald.693.727814490@aries.scs.uiuc.edu> <s1#@byu.edu>
  6. Message-ID: <mcdonald.687.728187919@aries.scs.uiuc.edu>
  7. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  8. Organization: UIUC SCS
  9. Date: Thu, 28 Jan 1993 02:25:19 GMT
  10. Lines: 35
  11.  
  12. In article <s1#@byu.edu> ron@bert.cs.byu.edu (Ron Snyder) writes:
  13.    >it.  Use this second table to design reports, forms etc.  Every time
  14. >   >you do a query and want to use one of the reports or forms, do a F10
  15. >   >Tools Copy Justfamily "skeleton" "Answer".
  16. >   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  17. >
  18. >   I believe "Copy" overwrites the table and could hose your reports....it
  19. >   is safer to empty "skeleton", add "answer" "skeleton" from a script ...
  20. >   that way you know exactly what is in the skeleton table at all times.
  21. >
  22. >When you Copy JustFamily, it leaves the destination table (in this 
  23. >case, the answer table) alone, and just replaces any forms and reports
  24. >that existed for the answer table.  As to your other advice, in general
  25. >is a better idea to not empty "skeleton" and then add "answer" "skeleton",
  26. >because of the time involved in this procedure, especially when there is
  27. >a large amount of data that would have to be moved.  I have seen
  28. >several suggestions from the 'experts' to do a 
  29. >
  30. >     copyreport "skeleton" "1" "answer" "1"
  31. >     report "answer" "1"
  32. >
  33. >when this will do what is needed.  (Of course, you would have to pick
  34. >your own table names and report numbers.)  The advantage that this
  35. >method has over doing a "Copy JustFamily" is that if "skeleton" has
  36. >a lot of reports and forms, then that extra baggage stays where it
  37. >is, and you only copy the report that you want.
  38. >
  39.  
  40.  
  41.  
  42. I asked the original question. Waht I finally did was make a macro (i.e.
  43. Script) that copies just the report template from my normal data table to
  44. the table created by Answer, which happens to have the same structure.
  45.  
  46. Doug McDonald
  47.