Click or drag to resize

CompatibilityOptions Enumeration

Backward compatibility behaviour options for the application.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum CompatibilityOptions
Members
  Member nameValueDescription
FnNowUsesLocalServerTZ1Reverts fnNow() and fnNowAdd() to use server local timezone instead of user timezone.
DisableLateBoundPicklistSupport2Turns off late bound picklist support for application.
NoExcel2007Driver4 Setting this options forces the use of the Excel 2003 driver (Jet 4.0) and removes support for XLSX files (Excel 2007).
HistoricWizEventSequence8Reverts wizard event sequence to pre-v2.3 sequence. Provided to ensure backward compatibility.
FnSimpleParsing16Reverts embedded function parsing to its v3.5.3 and earlier form which does not support function nesting or param quoting.
NojQuery32In v3.5.7 and later jQuery is automatically included in the application javascript references. Set this option to omit automatic jQuery inclusion.
NojQueryUI64In v3.5.7 and later jQueryUI is automatically included in the application javascript references. Set this option to omit automatic jQueryUI inclusion.
ForceCssJssImgToRoot128 Assume that eaputils.js, ... should be explicit root path references to allow for urlrewrite
See Also