マイグレーション後に、カスタマイズが必要な可能性がある多くのファイルに、 filename_version_bak 形式の名前が付けられます。 これが行われているため、マイグレーションによってカスタマイズが失われることはありません。
カスタマイズされたプロジェクトは、手操作による介入が必要な場合があります。詳しくは、『WebFacing の複数ブラウザー・サポート』を参照してください。
V7.5.0 より前に作成されたプロジェクトの特定のディスプレイ・ファイルは、 Firefox ブラウザーで表示するためにマイグレーションした後に再変換が必要になることがあります。 Web 設定で .CURRENTVALUE または .REF 置換値を使用している DSPF フィールドなどがそうです。再変換は、マイグレーション済みの WebFacing プロジェクト上で実行することをお勧めします。単一のリソースを変換するには、「WebFacing プロジェクト」ビューで DDS または UIM ヘルプ・ファイルを見つけて選択します。 プロジェクト全体を変換するには、「WebFacing プロジェクト」ビューでプロジェクトを見つけて選択します。 右クリックして、「変換」を選択します。
.launchbutton
{
border-color:black;
border-width:1px;
text-align:right;
}
.wf_layer {
background-image:expression(document.body.currentStyle.backgroundImage);
background-color:expression(document.body.currentStyle.backgroundColor);
background-repeat:expression(document.body.currentStyle.backgroundRepeat);
background-attachment: expression(document.body.currentStyle.backgroundAttachment);
background-color: #E3C993;
}
SPAN.wf_field {
width: 100%;
border-style: none;
display: inline-block; //for all browsers
display: -moz-inline-block; //for Firefox 2}
.scrollbarUpArrow {
background-color: transparent;
background-image: url("UpArrow.gif");
background-position: bottom;
background-repeat: no-repeat;
width: 16px;
height: 16px;
}
.scrollbarDownArrow {
background-color: transparent;
background-image: url("DownArrow.gif");
background-position: top;
background-repeat: no-repeat;
width: 16px;
height: 16px;
}
.scrollbarSlider {
background-color: #73a2bd;
background-image: url("CurrentSegment.gif");
background-repeat: repeat-y;
}
.scrollbarBackground {
background-color: transparent;
background-image: url("segment.gif");
width: 16px;
height: 100%;
background-repeat: repeat-y;
}
<html <wf:lang text="lang="/> style="height:100%">
<head>
...
</head>
<body style="height:100%">
...