If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Corel Paradox > Paradox 3.5 to USB Port

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-26-03, 16:17
hdubret hdubret is offline
Registered User
 
Join Date: Aug 2003
Posts: 3
Paradox 3.5 to USB Port

I'm trying to update my equipment but keep my Paradox 3.5. Unfortunately, there doesn't seem to be any recognition between 3.5 and USB ports.

Anybody have any idea of a script my programmer could come up with to re-direct the report printing to the USB port?

Henry
Reply With Quote
  #2 (permalink)  
Old 08-27-03, 15:52
Shores Shores is offline
Registered User
 
Join Date: Aug 2003
Location: Bologna - Italy
Posts: 209
If i understood it right, you're trying to print a report to an USB printer from Paradox DOS 3.5.

If this is really the case, i advise you not to change your PdoxDos app, instead try activating the printer port capture feature of windows.

Printer port capturing functions this way: all the bytes that your dos app sends thru the LPTx port get rerouted to a windows print job on the selected printer.

If you can tell me what version of windows you're using, i'll tell you how to setup that.

Bye!
__________________
The only failure is not trying to do it.
Reply With Quote
  #3 (permalink)  
Old 08-27-03, 17:28
hdubret hdubret is offline
Registered User
 
Join Date: Aug 2003
Posts: 3
Thank you so much for that idea.

I'm using Windows XP (Home Edition) with a Lexmark X83 printer connected via a USB port, the dos app is in Paradox 3.5.

I appreciate the help.

Henry
Reply With Quote
  #4 (permalink)  
Old 08-27-03, 17:58
Shores Shores is offline
Registered User
 
Join Date: Aug 2003
Location: Bologna - Italy
Posts: 209
You should use a little trick: share your printer on your LAN, then run this command from a command prompt:

NET USE LPTx: \\<computer_name>\<printer_share_name> /PERSISTENT:YES

That would permanently connect the LPTx: port with the shared printer, which by the way will be on the same pc...

then you sholud print correctly on the LPTx: port from any DOS app...

Bye!
__________________
The only failure is not trying to do it.
Reply With Quote
  #5 (permalink)  
Old 08-28-03, 16:42
hdubret hdubret is offline
Registered User
 
Join Date: Aug 2003
Posts: 3
I'm not on a LAN, so can I still do this the same way.

Thanks.
Reply With Quote
  #6 (permalink)  
Old 08-28-03, 18:28
Shores Shores is offline
Registered User
 
Join Date: Aug 2003
Location: Bologna - Italy
Posts: 209
Sure you can!

The trick is just that: You share your printer to yourself... and then capture the port to the shared printer!

Try it!
__________________
The only failure is not trying to do it.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On