Nasib:
I understand fully what you are saying. I chose the Epson Command set because all of the printers can be set to Epson Emulation to print from the DOS program and this will have NO effect on Windows printing from Windows applications like WORD.
What I did not understand until now was how...
I think I'm getting warmer. The standard page is 66 lines per inch and I want to shrink it to 33 and then send it back. I just don't understand the Select n/72 inch line spacing (n=0..85) command?????
Thanks for the quick response, but this is not in a report file. This is a hard coded program that prints insurance forms for a dentists office.
I use LC as the line counter variable and then I print at LC,21 for example. This is a hard coded prg file. I need to send the commands to the...
I need to upgrade a report in FoxPro 2.6 for DOS. The system needs to fill out a pre-printed form. The problem is the form does not line up correctly. When I finish the heading information and get to the body of the form, it starts at line
24.5 so the data prints in the lines instead of in the...
From the command window, display status will show which record is locked. I'm not sure what else it will show.
The real thing is you need to change the code to handle record locking and use the unlock command when the editing is complete.
What I do is create a user controlled variable called...
There is a version of Foxpro 2.6 for the MAC. As long as you use a Novell or Windows server and install the appropraite client software on the MAC to allow it logon to the network, and mount the appropraite volume. It will work just fine. If you just want to run it on a MAC, it will mostly...
use the copy to command to copy the files into smaller pieces. Then clean them up using the pack memo command to clear out all of the unused space in the memo file and make it more manageable.
I would also add a samll routine to your startup that checks the file size and warns you when the...
I'll take a look at my old printer manuals and get back to you ina day or so. If I have one, I can e-mail or fax you. I am new to this forum and I do not know if you have private messages. I hate to put my e-mail address in a forum like this as spammers sacn sites and mine the info..
I am pretty sure you can capture the printer port in Windows.
Start->settings->printers
Rt click on the printer
choose properties
There should be a option to capture the port. Assign it to LPT1. Anything that prints to LPT1 will then print to the USB port.
When you go to the printer properties in any version of Windows, you can capture the printer port. Once , you capture the port, you can assign it to lpt1 or lpt2. Then any calls to LPT2 will go to the network printer you designate.
I would concur. I would suspect spyware or some other malware or a virus. 5000 records is nothing. Before I say that though, what is the record size? Unless the record size is huge, 5000 records is chump chnange.
Another approach is to use the browse for command
open files
set relations
select customer or allow user to inpust cistomer id
Create a window
kdt=.t.
do while kdt
open wind
browse fields (list fields) in window (window name) for custid=123
user selects record
display info
if you want to see...
Lets assume your file is a list of customers with the following structure
LAST
FIRST
ADD
CITY
STATE
ZIP
Lets assume the Excel Spread Sheet is called CUST.XLSwill create a DBF with the following Structure
LAST_NAME
FIRST_NAME
ADDRESS
CITY
STATE
ZIP_CODE...
What kind of computer is this running on?
Is this a single user or network application?
How many records are in the database/table?
Are there deleted records on the database/table.
Please advise
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.