Paradox Community
Search:

 Welcome |  What is Paradox |  Paradox Folk |  Paradox Solutions |
 Interactive Paradox |  Paradox Programming |  Internet/Intranet Development |
 Support Options |  Classified Ads |  Wish List |  Submissions 


Paradox Newsgroups  |  Paradox Web Sites  |  Paradox Book List  |  FAQs From The Corel FAQ Newsgroup  



Subject: FAQ:PdoxWin:Table repair utility and Paradox 10
Runtime:2002.01.28

Version 1.0 (2002.01.28)
Written by Bertil Isberg, Tony McGuire
edited by Mike Irwin

====================
0. Introduction
====================

This FAQ addresses the use of the Corel Table Repair
Utilities from within Paradox RunTime, as there is no
surfaced interface within RunTime itself.

-------------------------------
 0.1 Legal Info and Disclaimers
-------------------------------

Paradox is a trademark of Corel.
Borland Database Engine (BDE) is a trademark of Inprise.

The information provided in this FAQ is provided "as is"
and is not warranted in any way. The information provided
in this FAQ is not endorsed or authorized by Corel or
Inprise in any shape, form, or manner.

The editors claim NO responsibility for ANY illegal
activity regarding this file, or as a result of someone
reading this file.

You encouraged to distribute this file, as long as the
copies are complete, unaltered, and are dated so that a
future reader can know how old the information is.

-------------
 0.2 Feedback
-------------

Please send feedback in a Corel Paradox newsgroup or the
news:comp.databases.Paradox newsgroup to any of the FAQ
Team mentioned in the "FAQ: FAQ FAQ" document.
Please preface the subject of your post with the string
"PDXWIN FAQ" to alert Team members to the function of
the message.

Please specify the FAQ name and section number the
comment applies to, if any.

-------------
 0.3 Attachments
-------------

These are no attachments.

==============================
1. Index
==============================

From Paradox 10 help files:
Paradox Runtime Developer Help | 
            Installing Paradox Runtime |
                     Overview:
                           Installing Paradox Runtime

<<<
In addition, you may also distribute the following files if 
they are required by your application:

Table Repair Utility:

· TUTIL32.DLL
· TUTIL32.FDL
· TUWWR32.DLL
· TUTILITY.HLP

Copyright (c) Corel Corporation. 2001. All rights reserved.
>>>

In full Paradox 10, Tutil32.fdl is found in the Paradox
directory, tutil32.dll, and tuwwr32.dll in Programs directory. 
The tutility.hlp and tutil32.hlp is not found anywhere but in 
my Paradox 7 directories.

Paradox 10 documentation forgets to mention two more files 
that are needed for Paradox 10, but not for previous versions
of Paradox, ExpertsSL.PXR and Expsrv01.LDL. Both are found
in the Experts directory.

You also need an alias named pdxExperts, which should be 
created prior to opening the tutil32.fdl.

if not isdir("C:\\Program Files\\Corel\\Paradox 10
Runtime\\experts") then
   makedir("C:\\Program Files\\Corel\\Paradox 10 Runtime\\experts")
endif
addalias("pdxExperts",
         "standard",
         "C:\\Program Files\\Corel\\Paradox 10 Runtime\\experts")

; here goes code for opening the form


Paradox Community Newsgroups


 Feedback |  Paradox Day |  Who Uses Paradox |  I Use Paradox |  Downloads 


 The information provided on this Web site is not in any way sponsored or endorsed by Corel Corporation.
 Paradox is a registered trademark of Corel Corporation.


 Modified: 15 May 2003
 Terms of Use / Legal Disclaimer


 Copyright © 2001- 2003 Paradox Community. All rights reserved. 
 Company and product names are trademarks or registered trademarks of their respective companies. 
 Authors hold the copyrights to their own works. Please contact the author of any article for details.