36 lines
1.5 KiB
HTML
36 lines
1.5 KiB
HTML
<HTML>
|
||
<HEAD>
|
||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
|
||
<META NAME="Generator" CONTENT="Microsoft Word 97">
|
||
<TITLE>Email Template</TITLE>
|
||
<META NAME="Template" CONTENT="C:\MSOFFICE\WINWORD\EMAIL.DOT">
|
||
</HEAD>
|
||
<BODY>
|
||
|
||
<FONT FACE="Arial" SIZE=2>
|
||
<P>Changes to Mofcomp flags and pragmas.</P>
|
||
|
||
<P>In order to support safe and forced updates, two new flags have been added to the mofcompiler parameters. </P>
|
||
|
||
<P>Class:safeupdate</P>
|
||
<P>Class:forceupdate</P>
|
||
|
||
<P>In addition, the existing pragma has been extended to take case-insensitive strings. These strings should be easy to remember since they match the values used after the ‘:’ in the command line class and instance options. For specifying instance or class flags, the strings "createonly" or "updateonly" may be used. For classes only, the strings "forceupdate" and "safeupdate" may also be used.</P>
|
||
<P>For example,</P>
|
||
|
||
<P>#pragma instanceflags("createonly")</P>
|
||
<P>#pragma classflags("safeupdate")</P>
|
||
|
||
<P>In the class case, the "updateonly" may be combined with either the "forceupdate" or "safeupdate" choice. For example;</P>
|
||
|
||
<P>#pragma classflags("updateonly", "forceupdate")</P>
|
||
|
||
<P>Should you need to reset the flags, just enter nothing. Example</P>
|
||
|
||
<P>#pragma classflags()</P>
|
||
<P>#pragma instanceflags()</P>
|
||
|
||
<P> </P>
|
||
<P> </P></FONT></BODY>
|
||
</HTML>
|