Hi everybody,
Im having a problem validating a field from a table from a codeunit:
The code is
serlines.SETFILTER(Document no, 'ps-60006');
if serlines.FINDFIRST THEN BEGIN
Serlines.VALIDATE(Serlines.Shortcut dimension 1 code, 'SAT');
Serlines.MODIFY;
END;
Anyone can see the problem?, im begginer and i'm going crazy...
Thanks in advance,
Regards,Jon.
0
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
the error is that this code dont do anything..
maybe the reason is because the field is a dimension??