Hello,

Suppose the following Szenario:
We have a Database Table with 3 columns.
1. Lastname
2. Firstname
3. Zipcode

Now I open a Query (qx.ui.table.Table with remote Table Model) ordered by
Lastname with 
columns lastname,firstname,zipcode.

Now I move to Row 100 and there is a Lastname  "Sabo".
(On Row 101 the Lastname is "Seitz")
I select Row 100 (Lastname "Sabo").

Another guy on another Computer also opens a Query. He moves to Row 100.
He also sees Lastname "Sabo". Now he changes the Name to "Szabo".

After that I decide to to something with my Selection. 
The Problem ist: Selection returns Row 100. But in the Database Row 100 is
now "Seitz" and not "Sabo" (or "Sabo") so I get the wrong record.

And now my Question: 
Is it possible to give the Selection Manager a field from the Model (some
meaningful Information say for example the Rowid of the Record or some
primary unique Key?)

Thanks in advance
Michael






 




-- 
View this message in context: 
http://n2.nabble.com/selection-in-qx-ui-table-Table-with-model-qx-ui-table-remote-can-be-wrong-tp4749686p4749686.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to