home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Press 1997 July
/
Sezamfile97_1.iso
/
msdos
/
database
/
pdx_ti2.arj
/
TI667.ASC
< prev
next >
Wrap
Text File
|
1992-08-12
|
3KB
|
133 lines
PRODUCT : Paradox NUMBER : 667
VERSION : 3.xx
OS : DOS
DATE : August 12, 1992 PAGE : 1/2
TITLE : Using Look-up Tables in PPROG & Paradox Runtime
When using RUNTIME to run an application created with the
Personal Programmer, any Look-up tables being used do not appear
on the screen when pressing <F1>.
To enable this you must make a change in the code that is created
by PPROG:
There is a section of code within the edit or data entry
module that uses a WAIT TABLE...UNTIL "F1"... You need to
remove the "F1". Here is what to do:
1) Play your application with Paradox.
2) When you get to the spot where the Look-up should be,
press <Ctrl-Break>.
3) Press <F2> to end the edit. You will see the Cancel
Debug menu.
4) Choose {Debug}, then press <Ctrl-E> to edit the script.
5) You will be taken to the AppNameUTL script and the
section that contains the WAIT. Delete the part that
says "F1", (ie: delete the F1 its quotes and following
comma).
6) Be sure you leave the rest of the code intact (it will
say UNTIL "F2","F7" etc).
7) Press <F2> to save the script.
8) Play the AppNameLIB script to rebuild the libraries.
Where AppName stands for the name of your application.
This will need to be done for every different action defined, not
for every Look-up. In other words, if this Look-up was in an
edit session, this will fix all look-ups occurring within an
edit. If you also have a data entry or add session in your
application that uses a table lookup, you will have to repeat
this for one of the data entry and/or add Look-ups. If your
application is modified you will have to repeat this procedure.
PRODUCT : Paradox NUMBER : 667
VERSION : 3.xx
OS : DOS
DATE : August 12, 1992 PAGE : 2/2
TITLE : Using Look-up Tables in PPROG & Paradox Runtime
DISCLAIMER: You have the right to use this technical information
subject to the terms of the No-Nonsense License Statement that
you received with the Borland product to which this information
pertains.