I have problems of automatic detection of a picture being present in in a record set. I would like to have a boolean show, if there is a picture present. as I am new to Navision, I tried FlowField Calculation, but the functions available don't seem to fit my needs.
Can anybody help.
Smile! It can always get worse.
0
Comments
Syntax: Boolean := Record.BLOBField.HASVALUE();
(I can't remember whether or not you need to do a calcfields first... eg. Record.CALCFIELDS(BLOBField);)
Hope this helps you out a bit.
In OnValidate() trigger of your BLOB field (I think SteveO had this in mind )
Documentation for Microsoft Navision
E/R diagrams, Workflow diagrams, UML diagrams, process diagrams