The following sections give detailed suggestions for how to modify current PFC codes so that those Appeon unsupported or modified PFC features work in both PowerBuilder and in Appeon. Code modifications are only made where absolutely necessary and the "Auto-Sensing Environment" feature will be used to ensure under no circumstance are existing Client/Server users affected by any Appeon modifications. Appeon suggested modification will follow the following format:
IF appeongetclienttype() = "PB" then Original code in PFC else Appeon compliant code in PFC End if