| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 
 | Alert: *** Getting properties ***
Alert: app.activeDocs is object [object global]
Alert: app.calculate is boolean true
Alert: app.formsVersion is number 7
Alert: ERROR: app.fs: 
Alert: ERROR: app.fullscreen: 
Alert: app.language is string ENU
Alert: ERROR: app.media: 
Alert: app.platform is string WIN
Alert: app.runtimeHighlight is boolean false
Alert: app.viewerType is string pdfium
Alert: app.viewerVariation is string Full
Alert: app.viewerVersion is number 8
Alert: *** Setting properties ***
Alert: ERROR: app.activeDocs: 
Alert: app.calculate = 3; yields 3
Alert: ERROR: app.formsVersion: 
Alert: ERROR: app.fs: 
Alert: ERROR: app.fullscreen: 
Alert: ERROR: app.language: 
Alert: ERROR: app.media: 
Alert: ERROR: app.platform: 
Alert: app.runtimeHighlight = 3; yields 3
Alert: ERROR: app.viewerType: 
Alert: ERROR: app.viewerVariation: 
Alert: ERROR: app.viewerVersion: 
Alert: *** Getting properties ***
Alert: app.activeDocs is object [object global]
Alert: app.calculate is boolean true
Alert: app.formsVersion is number 7
Alert: ERROR: app.fs: 
Alert: ERROR: app.fullscreen: 
Alert: app.language is string ENU
Alert: ERROR: app.media: 
Alert: app.platform is string WIN
Alert: app.runtimeHighlight is boolean true
Alert: app.viewerType is string pdfium
Alert: app.viewerVariation is string Full
Alert: app.viewerVersion is number 8
 |