I am looking for a Paradox utility tool that will allow me to schedule the repair of one or more Paradox tables based on a schedule.
I would like to remove all passwords on a table(s).
Any ideas?
Yes, this is very strange behavior.
The Platform is Windows NT version 4.
I open Paradox.
I open a pre-existing form.
If I minimize the Paradox session an ICON is created on the desktop (a short cut to the Paradox form).
If I delete the ICON, the next time Paradox is opened and this form is...
When I open a pre existing form in Paradox a shortcut ICON is created on the workstation desktop.
How can I disable the option that is creating the shortcut?
The book named Paradox 4.0 Programmers Guide
PAL by EXAMPLE can provide many great examples of Paradox
source code.
The basic structure of PAL is the same for Object PAL
all the way up the ladder to Paradox 8.0.
Also try the Coral Web site for source code examples.
The below SQL should work fine.
select t1.fieldname from "tablename1" t1
where t1.fieldname not IN
(select t2.fieldname from "tablename2" t2 )
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.