C
Claude Vernier
Hi!!
I've created a web interface that propose access to
several OLAP cubes. On each drag&drop of the user on a
OWC Pivot Table, I'd like to save the XMLData locally on
the computer, so the next time a user selects a cube, I
could use its last preferences... Seeking first if an XML
file exists locally for the selected cube and load it or
else, ask the server.
The part I'm not sure how to do is, saving and retrieving
the file... The most cool way would be in the user
profiles, to have a folder with the name of my WebApp and
to store over there the XML files.
Can someone tell me how to open and save those files? Is
it possible? Does someone have done this or tought of a
better way??
Thanks for any advice (and even code why not ;-) )!!
Claude
I've created a web interface that propose access to
several OLAP cubes. On each drag&drop of the user on a
OWC Pivot Table, I'd like to save the XMLData locally on
the computer, so the next time a user selects a cube, I
could use its last preferences... Seeking first if an XML
file exists locally for the selected cube and load it or
else, ask the server.
The part I'm not sure how to do is, saving and retrieving
the file... The most cool way would be in the user
profiles, to have a folder with the name of my WebApp and
to store over there the XML files.
Can someone tell me how to open and save those files? Is
it possible? Does someone have done this or tought of a
better way??
Thanks for any advice (and even code why not ;-) )!!
Claude