• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

set clipper=f:30 Under windows2000/XP

Tannah

Member
I have a program that requires set clipper=f:30 to be set in windows or it will not allow me to print.. is it possable to set this in Windows2000/XP? in windows9X you set this in the Austoexec.bat.
The program works almost flawlessly under 2000/XP except whe I go to print or view some data, it comes up with a error that is normally fixed by set clipper=f:30.

Anyone have any useful idea's?

 
Right click on My Computer and select Properties.

On the Advanced tab, click Environment Variables.

In the System Variables box, click New.

For Variable Name, put Clipper.

For Variable Value, put f:30.
 
Back
Top