Hi,
here is my situation. I have a form (ax2009) with datasource linked to physical table. User open a form, data gets loaded from table and after that user press a button that should do some grouping to temporary buffer of same table as datasource and shown them in grid instead of current buffer.
Problem is that datasource is somehow linked to physical table and i cannot force it to display temporary data. Have you tried something like this? I tried the usually things like setTmp, setTmpData, executeQuery to fetch from tmp buffer,... but nothing works. Maybe i am missing something.
Set tmp buffer to datasource before data is loaded works fine - i.e. http://alexvoy.blogspot.cz/2012/03/how-to-make-temporary-instance-of.html
Thanks,
Daniel
*This post is locked for comments
I have the same question (0)