|
![]() |
#1 |
Участник
|
Что значит отсутствуют триггеры для элементов?
![]() У элемента TextBox есть триггер OnLookUp В нем пишете примерно следующий код: Код: DimValue.RESET; DimValue.SETFILTER(DimValue."Dimension Code",FinSetup."Shortcut Dimension 1 Code"); IF FORM.RUNMODAL(560,DimValue) = ACTION::LookupOK THEN Firm := DimValue.Code; У нас это работает ![]() |
|
![]() |
#2 |
Участник
|
Цитата:
Код: Documentation() integer - OnActivate() integer - OnDeactivate() integer - OnFormat(VAR Text : Text[1024];) integer - OnBeforeInput() integer - OnInputChange() integer - OnAfterInput(VAR Text : Text[1024];) integer - OnValidate() integer - OnAfterValidate() integer - OnLookup(VAR Text : Text[1024];) : Boolean integer - OnDrillDown() integer - OnAssistEdit() ReadExcelSheet() <Код> |
|
![]() |
#3 |
Участник
|
|
|