Tech Tip: Detecting the "Use 4DVAR comments instead of brackets" setting
PRODUCT: 4th Dimension | VERSION: 2004 | PLATFORM: Mac & Win
Published On: June 13, 2007
The setting "Use 4DVAR comments instead of brackets" must be turned on for the 4D Ajax Framework as well as the PROCESS HTML TAGS command.
Here is a 4D method to detect this setting programmatically:
`Method: Check_Web_Compatibility C_BOOLEAN($0;$b_Pref_Web) maVar:="Variable value" TEXT TO BLOB($in_text;$in;Text without length ) maVarHTML:=BLOB to text($out;Text without length ) If (maVarHTML#maVar) `4DVAR non-determined tag $0:=$b_Pref_Web |
Related Resources:
Enable compatibility for PROCESS HTML TAGS