On Friday 30 September 2016 18:22:55 mohamed hamza wrote:
> Hi Martin,
>
>    Is it possible to manually add  a row to tenumeditdb.dropdown without
> insert it in datasource.dataset?
>
If the dataset is a tmsesqlquery you can disconnect it from database 
by "<query>.connected:= false". Then it is possible to modify the dataset 
locally independent from connection.

Or use a tenumeditlb with a tsqllookupbuffer as datasource and add more rows 
by <tsqllookupbuffer>.addrow() in tsqllookupbuffer.beforload or afterload 
(needs git master ef35c5122cac79218c718204466feec600195470).

Or set tenumedit*.empty_text to '*.*' and check for value = -1 as "all"-value.

Martin

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to