home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / TEXT / PDX_ALL.ZIP / TI517.ASC < prev    next >
Text File  |  1991-09-11  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT  :  Paradox                                NUMBER  :  517
  9.   VERSION  :  All
  10.        OS  :  DOS
  11.      DATE  :  September 11, 1991                       PAGE  :  1/2
  12.  
  13.     TITLE  :  Answer table not found - PPROG
  14.  
  15.  
  16.  
  17.  
  18.   When selecting {EDIT} from the PPROG menu with {ALL RECORDS} you
  19.   may get the result:  "Answer Table Not Found".
  20.  
  21.   You can easily edit the script where the above message occurs to
  22.   resolve the situation.  To do so use the semicolon character ";"
  23.   to comment out eight lines of code that are not necessary in this
  24.   context.  Please refer to  the PAL User's Guide for a detailed
  25.   explanation of the semicolon character within a script.
  26.  
  27.   To find the appropriate lines of code, follow these steps:
  28.  
  29.       o  Start Paradox3 and change to the directory containing your
  30.          own Personal Programmer application.
  31.  
  32.       o  Play your application (if its name is Video, select
  33.          {Scripts} {Play} and provide the name:  Video).
  34.  
  35.       o  Move through your application's menu and lead yourself to
  36.          the menu which produces the message "Answer Table Not
  37.          Found".
  38.  
  39.       o  Prior to selecting the offending menu choice, Press
  40.          <Ctrl-Break> (it may beep).
  41.  
  42.       o  NOW, Select the menu choice that produces the message.
  43.  
  44.       o  You should see {Cancel} {Debug} as choices.
  45.  
  46.       o  Choose {Debug}.  A line of code will appear at screen's
  47.          bottom.
  48.  
  49.       o  Press <Ctrl-S> to single Step until the line of code at
  50.          screen's bottom reads:  Create "Deleted" like "Answer".
  51.  
  52.       o  Press <Ctrl-E> (script Editor) to edit the script at the
  53.          line displayed on the screen.
  54.  
  55.       o  Place a semicolon in front of this line and the next seven
  56.          lines of code (so it looks like the following code):
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.   PRODUCT  :  Paradox                                NUMBER  :  517
  75.   VERSION  :  All
  76.        OS  :  DOS
  77.      DATE  :  September 11, 1991                       PAGE  :  2/2
  78.  
  79.     TITLE  :  Answer table not found - PPROG
  80.  
  81.  
  82.  
  83.  
  84.        ;  Create "Deleted" like "Answer"
  85.        ;  If (ApplicErrorRetval) THEN
  86.        ;      RETURN FALSE
  87.  
  88.        ;  ENDIF
  89.        ;  View "Deleted"
  90.        ;  If (ApplicErrorRetval) THEN
  91.        ;      RETURN FALSE
  92.        ;  ENDIF
  93.  
  94.  
  95.       o  Press <F2> to save the changed script.
  96.  
  97.       o  From the Paradox Menu, select {Scripts} {Play} and type in
  98.          scriptLIB (substituting the name of your application for
  99.          the word "script").  For instance, if your application is
  100.          VIDEO, there will be a script with the name VIDEOLIB.
  101.          Playing this script will rebuild the VIDEO application's
  102.          libraries.
  103.  
  104.   Changing the application with PPROG will require that you repeat
  105.   the above process.
  106.  
  107.   Note: Future versions of Paradox resolve this issue.  You may
  108.   consider updating your Paradox via the Borland Order Desk at
  109.   1-800-331-0877.
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.