I hav two diferent windows, in each windows i use one SmartQuery. the two SmartQuery use the same session object.
each SmartQuery make a Select from a Diferent Table.
In the first window i make SmartQuery1->Edit();
then I try in the second window SmartQuery1->Edit();
but i can´t make that because in the first window the object is in edit mode, if I cancel the edit mode in the first window and then i try to make SmartQuery1->Edit() now i can.
the problem is tha i need to make edit in the diferents windows. how can I make?
Thanks, i hope that you can understand me, because my english i so sort.