Hello,
first, thank you for your answers.
rocknbananas:
your solution seems to be very interesting but unfortunately I don't really have skills in C# programming... (I've only already programmed in C and Java, but not really in depth!) :s
Is your solution really complicated or should I try to follow this option??? Maybe a little part of code could help?
clayfox:
I've eactly done what you suggest, and you're right, it allows to load data only when I want, but the problem is that data is never unloaded! And so the follow-up of the form (almost the half) is very slow...
Otherwise, I've tried to look in the manifest.xsf file how the data connection is done and I've found the following expression : "<xsf:queryAction adapter="Articles">" , where Articles is the name of my table. Do you think a handling is possible in this file? I didn't found any explanation about this (excepted :
http://msdn2.microsoft.com/en-us/library/bb265093.aspx but it's really light)
Any comment/help/advice is welcome!
Nico