cancel
Showing results for 
Search instead for 
Did you mean: 

saveAsCSVFile() error

Former Member
0 Kudos

hi,

i tried to use saveAsCSVFile() in iGrid by click event of button. but it showing java window applet saying problem generating page. i tried in grid itself by save as csv file but there also showing same error.

how to solve this?

regards

senthil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Use this function

function saveAsCSVFile(applet)

{

eval("document."+applet).saveAsCSVFile();

}

onlick="saveAsCSVFile('you_applet')">

Bye

Edited by: Danilo Faria Santos on Oct 20, 2008 3:00 PM

Former Member
0 Kudos

hi,

i tried this but it still showing same error. in java console also no message.

Former Member
0 Kudos

Hello,

In Illuminator date security service permission to add the group.

Bye

Answers (0)