for (i = 1; i <= sys.dr_count(); i++) {
if (sys.dr_readsel(i,DR_ABSOLUTE) < 0)
break;
if (MyTest==True) {
sys.dr_setsel(i,DR_SELON,DR_ABSOLUTE);
break;
}
}
sys.exit_layout();
sys.exit_prog(-1);
There will be no problems leaving this code in even when the problem
has been fixed.
//server/dir
- 4.2 Client versions 4.2.8 and higher
- 4.4 Client versions 4.4.3 and higher
Workarounds:
Cannot StretchBlt() for bitmap print, LastError:87
Other client pcs running same version of 4cclient and printing
to same printer do not seem to be affected
if ((sys.mode=="Lookup")||(sys.mode=="Modify")) {
if ((sys.df_labeltype=="")&&(sys.df_dpylabel!=""))
sys.df_labeltype = "Side";
}