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 boxes. What I want to do is change the line spacing at the end of the header routine from 6 lines per inch to 12 lines per inch.
Then LC=LC+1 will move the cursor 0.5" down instead of 1" down and the I can change it right back.
Can someone please guide me through this.
Thanks,
Michael Serdikoff
p.s. I can't wait to finish porting this to Windows so I don't have to deal with this, but that is another story.
24.5 so the data prints in the lines instead of in the boxes. What I want to do is change the line spacing at the end of the header routine from 6 lines per inch to 12 lines per inch.
Then LC=LC+1 will move the cursor 0.5" down instead of 1" down and the I can change it right back.
Can someone please guide me through this.
Thanks,
Michael Serdikoff
p.s. I can't wait to finish porting this to Windows so I don't have to deal with this, but that is another story.