I have tried the following example code to produce a crosstab table . I can
get a crosstab table by manually using the menu options, but not automated
as in the script below. ps I have tried both type of actions
var
siteForm Form
endVar
siteForm.open("xtab-eg.fsl") ; open Sitenote
siteForm.action(DataSaveCrosstab)
siteForm.action(EditSaveCrosstab)
siteForm.close()
please help Andrew