Provides extra information about the object being used.
Valid Values
A character string, up to 512 characters long either blank or in JSON format.
Remarks
The WdgCSS values for the objects involved present either a blank value or a free-format JSON syntax containing additional information about the object. This extra information may be Data Dictionary fields valid only to the particular object or implemented for future use.
Example
{"icon": "c:/images/zx.ico", "smallincrement":30}
ZIM:X allows JSON data format to be retrieved by the means of the $FindJSON function if the above value would be stored in FFs.WdgCSS:
LIST FFs FORMAT $FindJSON(WdgCSS, "smallincrement")
30
The name of the database table on the database server, if different than the EntitySet name. RemoteName is normally used when there is a naming incompatibility between Zim and the database server.
Remarks
The name of the database table on the database server
Normally, Documents are located in a place pointed by its FileName field. However, with DocPerUser set to “yes”, the corresponding document has the following behaviour:
. They are handled by the current session and their information is lost after the session finishes;
. They are located in the $WorkPath directory;
. They don’t exist at the beginning of the session and must explicitly be generated on the fly by the application.
Note: In previous versions of Zim, per user Documents were indicated by the “)” mark in the FileNome of the document. In Zim 8 and up, the DocPerUser field must be set to “yes” and the “)” mask must be there as well for compatibity issues. In future versions, this mark will be removed.