Suggested Modifications to PFC

The following sections give detailed suggestions for how to modify current PFC codes so that those PowerServer unsupported or modified PFC features work in both PowerBuilder and in PowerServer. 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 PowerServer modifications. PowerServer suggested modification will follow the following format:

IF appeongetclienttype() = "PB" then
 Original code in PFC
else
 Appeon compliant code in PFC
End if