Ah, Framework. That part of Paradox is so rarely used that I don't think the developers rate it very highly (if at all) on their bug list. Would it be a lot of work to re-jig the application to work with just forms and tables etc.?
It would perhaps save you a lot of hassle in the future.
How...
Have you visited www.prestwood.com/forums/paradox/books/official/files ?There is a file there (official.zip) containing a load of sample forms which contain pretty much everything you need to get started. They're really very good.
Don't worry about there not being a guide for Pdox 10. All...
This is a known problem in versions 7\8\9.
The problem is with the PrinterOptionInfo method, so instead of using this method :
1) Users can try putting PrinterGetInfo in the INIT method of a form, or use the following code which prints (in this example) a report called CLIENT.RSL in...
Running Paradox 5\7 Reports in Corel Paradox 8/9
The information in this document applies to:
Paradox« 8.0 for Windows« 95/NT
Problem :
When opening Paradox 5 reports in Corel« Paradox« 7 or Corel Paradox 8, certain fields are visible in design mode, but do not show when the report is...
Report is not printing what is displayed
The information in this document applies to:
Paradox« 8.0 for Windows« 95/NT
Problem :
Under certain conditions, a report may not print as displayed. This may include fonts that do not
match, clipping, or other irregularities.
Answer:
To...
[Old answer centre doc. Revised]
A dozen Tips to enhance query performance
1. Use CheckPlus Queries when possible. Much faster!
In a CheckPlus Query the answer table is not sorted, and duplicates are allowed. While intuitively it may seem that eliminating duplicate records would be...
[Corel document made publicly available for Pdox 8]
Basic publishing
There are two ways to publish Web documents: Static and Dynamic.
Static Web publishing converts the content you want to publish to HTML. Data is retrieved from a database and placed in an HTML file. Static...
CONFIGURING THE BDE TO RUN PARADOX IN A NETWORK ENVIRONMENT
===========================================================
In order for Paradox to operate in a multi-user environment, every user must have the NET DIR setting in the BDE pointing at the PDOXUSRS.NET file. This file is...
Hi,
Sorry for the delay, just found this site.
With the combination of Pdox 5 & 9 * Novell, there are four things to be aware of (as Lance mentioned), namely
1. Update client 32
2. Set local share to True in the BDE
3. Opportunistic locking
4. Correct Net Dir alias
But users must also shut...
Sorry for the delay, just found this site !
1. Like Lance said, Runtime is there for you to use as you like. However one runtime license is required per seat i.e. a copy must be purchased for every machine it's installed on.
2. Keep away from Application Framework !! I couldn't tell customers...
Just copy and paste in the image, then in design mode choose Format | Order | Send to back (Pdox 9), so that it doesn't cover the rest of your objects. Works in all versions, but the 'send to back' option is found in different places depending on version.
Darragh Quinn
Hi Steve,
Anybody doing anything remotely serious with Paradox needs to subscribe to the newsgroup CNEWS.COREL.COM, and sign up for corelsupport.paradox9.webxxxx etc. There's quite a few subgroups under the banner CNEWS.COREL.COM - or at least there was a few years ago, I've been out of the...
I remember running P7 under Win 2000 when it first released and noticing that the GUI was seriously affected. You can try out Lance's suggestions in the tech. doc. but I think that might only apply to XP and NT. I mentioned it to the head of Paradox at the time and got the equivalent of a...
As I recall, Netsetup.exe is just used for installing the Corel application itself, and doesn't relate to setting up the network for database access. This might help :
CONFIGURING THE BDE TO RUN PARADOX IN A NETWORK ENVIRONMENT
===========================================================
In...
Just to clarify - there is no way of displaying the form without Paradox, no way of creating executables, if that's what you were implying.
Darragh Quinn
Hi,
In 32-bit Pdox 7 ....
You have to declare the form as a dialog box (Form | Window style, choose Dialog box) and then hide the application using the following code (try it out on a pushbutton):
var
app application
endvar
app.hide()
sleep(3000)
app.maximize()
If it's 16-bit, I think...
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.