Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Make this query sensitive
Mon, Jul 21 2008 7:47 AMPermanent Link

Heiko Knuettel
select
  field1,
  field2,
  (select field3 from table2 b where b.idx=a.idx) as field3,
from table1 a


Result set should be sensitive, field1 and field2 editable, field3 readonly.

Pleeeaaase....that would simplify so many situations currently only solvable with
"table+lookupfields"  or "copy to memory table, onPost -> update".

Heiko
Mon, Jul 21 2008 2:22 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Heiko,

<< Result set should be sensitive, field1 and field2 editable, field3
readonly. >>

This is already on the list for 2.0x, so we should get to it soon.

--
Tim Young
Elevate Software
www.elevatesoft.com

Mon, Jul 21 2008 5:26 PMPermanent Link

Heiko Knuettel
GREAT ! ...I'm looking forward to it !

Heiko
Image