23.08.2006, 03:23 | #1 |
Участник
|
Lookup Custtable
I need to change the customer table lookupwindow you get when creating a new order. I would like to filter the dataset and don't know where to put the codet. Can anyone provide help on how to achieve this? Sample of code would be helpfull. Thank you much!!
|
|
23.08.2006, 07:57 | #2 |
Участник
|
change properties in extended data type 'CustAccount'
__________________
И почему никто меня не любит? Да, я надоедливый |
|
23.08.2006, 08:15 | #3 |
Мрачный тип
|
Filtering of lookup dataset may be done by two ways:
1)Globally - extend table links with used EDT by some BaseEnum, which will filter lookup dataset. It is like the links in Dimension table and her EDT 2)Locally - overload lookup method in your control (you must initialize system class for lookup, select the set of lookup fields and you may put some filter on your dataset in overloaded lookup method ) |
|