Field system table 2000000041 - get value problem

AsallaiAsallai Member Posts: 142
Hi All,

I have a problem with this table because I cannot get the field value from filtered Field table. :(
I used this but it is not works:
(In a table in OnLookup trigger)
Field.RESET;
Field.SETRANGE(TableNo,"Export Table No.");
Field.FIND('-');
IF FORM.RUNMODAL(FORM::Fields,Field) = ACTION::LookupOK THEN BEGIN
   "Export Table Field No." := Field."No.";
END;
Result (nothing): I can choose a record from the filtered(!) Field table, but after OK button do nothing, the value is stay in the "Export Table Field No." field...

I tried this too, but the result is same:
At the "Export Table Field No." properties the TableRelation was set to
Field.No. WHERE (TableNo=FIELD(Export Table No.))
:shock:
OK, I'm confused why do not works either!

Can anybody help me to solve this problem? :?

Thank you!

A

Comments

Sign In or Register to comment.