Computer Store
store.prestwood.com
-Collapse +Expand

KB

   ► KB ►    Print This   

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.


kwmillican
Read +Add Comment
Depends quite a bit on what you want to do. If you're just looking to control a mail-merge, then DDE is probably the best way to go. However, if you're looking to create a more sophisticated report using Word as a template, you might also consider using OpenOffice ODT format as an interim step. These are actually just zip files, so if you unzip them using ObjectPAL via a commandline utility, you can get at the text portion pretty easily. This allows you to create a complex template in OpenOffice with characteristic field markers that you can can process and rewrite with the markers replaced with any fields or data you want. Finally you rezip up the template as a new file which can be opened in Word or OpenOffice. It sounds complicated, but it really isn't, and it does free you from the limitations of the Paradox reporting tool.
Posted 16 days ago
Regarding...
Merge a Word Document with a Paradox table
DDE is one of several techniques for merging a word document with a Paradox table.

lowster11
Read +Add Comment
Sounds good - I will give you a ring Monday in the AM?
Posted 25 days ago
Regarding...
Craigslist Job Posting Posted
New unpaid intern position posted to Craigslist. We hire about 1 in 4 techs that go through our formal intern program. Either way, it's a great way to gain some real industry experience.

Mike Prestwood
Read +Add Comment
Hi Chris, Give me a call at 916-726-5675 x205 and let's setup a time to stop by the office for a meet and greet. Mike
Posted 29 days ago
Regarding...
Craigslist Job Posting Posted
New unpaid intern position posted to Craigslist. We hire about 1 in 4 techs that go through our formal intern program. Either way, it's a great way to gain some real industry experience.

lowster11
Read +Add Comment
I sent you a couple emails about this, as well as posted, but I guess you have been real busy the past month or just ignoring me? 
Posted 29 days ago
Regarding...
Craigslist Job Posting Posted
New unpaid intern position posted to Craigslist. We hire about 1 in 4 techs that go through our formal intern program. Either way, it's a great way to gain some real industry experience.

DanHo
Read +Add Comment
I have the same need. I have spent a great deal of time tracking this down. Any solution yet? I found my copy of the Paradox 9 Developer's Edition, but cannot figure out how to get it installed. danho@cox.net
Posted 33 days ago
Regarding...
Install Paradox 9 on Windows 7 64bit
Paradox 9, 10, 11, etc. install easily on Windows 7! You do have to download WinHelp to get the Paradox help files to work properly.

Anonymous
Read +Add Comment
I AM SORRY.. PLS ---ashkar
Posted 36 days ago
Regarding...
VB.Net Deployment Overview

VB.Net Deployment Overview

VB.Net projects require the .Net framework and any additional dependencies you've added such as Crystal Reports. In Visual Studio.Net, you can create a Setup and Deployment project by using any of the templates available on the New Project dialog (Other Project Types). In addition, VB.Net projects also support ClickOnce which brings the ease of Web deployment to Windows Forms and console applications. To get started, right click on your solution in the Solution Explorer, click Properties then select the Security tab.  In addition, you can use any of the many free and commercially available installation packages.

Anonymous
Read +Add Comment