Latest KB Comments

Ordered newest to oldest.
To view comments to your KB Articles, go to your My Knowledge Base page. To view user contributions to your blogs, go to your My Blog page.
Showing first 10. Sign in to see more.
 Anonymous
|
|
Regarding...
Borland TUtility wrapped up in a Prestwood Installation
This Win32 program will verify and rebuild all versions of Paradox tables (3.5, 4, 5, and 7). To be clear, this program was not written by us. We simply packaged up the appropriate two files from Borland's BDE Utilities and Updates page in an installation program.
|
|
|
 mtiede
|
Two criticisms.
1. At the very beginning, I would SHOW the Type keyword before the type definition. Otherwise it looks like it isn't required. But it IS. It is just part of the Type statement in later sample code. And I would even put the Type in front of the class definition shown later. It isn't required, but it helps readability. Particularly if you indent the Type statements at the same level. I would also use vertical white space to separate the types. Again for readability.
2. Type definitions don't HAVE to go in the Interface section. They can also go in the Implementation section. Where it goes depends on scope. If you want to expose the type, then put it in the Interface. But, if it is just a type that is used within the scope of Implementation (like some sort of helper class, for instance), then put it in the Implementation.
The description makes it sound too much like the Type declaration MUST g...
|
Regarding...
Delphi Prism Class..Object (class..end..new)
Languages Focus: Class..ObjectIn short, a class is a data type, and an object is an instance of a class type. A class has methods (routines), properties (member variables), and a constructor. The current v...
|
|
|
 Anonymous
|
Tips and Tricks
Be aware that not all keystrokes can be handled by synergy. In particular, ctrl+alt+del is not handled. However, synergy can convert ctrl+alt+pause into ctrl+alt+del on the client side. (Synergy must be configured to autostart when the computer starts on the client for this to work on the Windows NT family.) Some non-standard keys may not work, especially "multimedia" buttons, though several are correctly handled.
A screen can be i...
|
|
 Joy Ault
|
 WTG, Mike, that is so awesome!! Congrats to you and everyone at Prestwood IT! Joy
|
|
 lowster11
|
Congratulations Mike to you and your team!!
|
|
 jlockley
|
Note to Hendrix: You and may others are in the same boat. I have found a few programs which claim to be able to extract object as well as text data, but none have succeeded.
Tony McGuire was developing this solution for graphics, which he concluded were stored in binary files onhttp://www.tek-tips.com/viewthread.cfm?qid=1189318 I haven't gave it a quick run for documents, but I didn't have time to play with it.
var, tc tcursor, img image, bn binary, endvar, , tc.open(":alias:images.db"), scan tc :, img=tc."fieldname" ; field containing graphic, img.writetofile("path\\imagename.ext") ; .ext likely .jpg/.gif/.etc, endscan, tc.close()
Another clever Mac User suggested this work around:
http://tek-tips.com/viewthread.cfm?qid=1668297
Mike Prestwood, if you are addressing the issue, I too would like to hear about it.
|
Regarding...
Paradox Table Specifications
Covers ALL Paradox tables from version 4 on including a description of the various Paradox table structures, limits, and specifications.
|
|
|
 DesignsByDragon
|
GOT MINE CHEAPER FULL BLOWN 7 PRO 199.00 FOR 6 COPIES 3 32 bit and 3 64
help to have higher ed backing my cost down for grunt work~!~
|
Regarding...
Windows 7 Pricing Announced
The Windows 7 Home, Professional, and Ultimate editions will retail at a lower price than Vista. The upgrade pricing is available for XP and Vista users but XP users will have to perform a clean install.
|
|
|
 Otto.S
|
I have Paradox running on Vista, but have corruption issues with it. The service packs mentioned are no longer available. Not only did Corel not say that the program would not run on Vista, it was actively promoted for the OS. Highly unfortunate.
|
|
|