Options

Calculated FlowField --- how to get boolean from Blob

HuebiHuebi Member Posts: 7
edited 2004-12-06 in Navision Financials
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.

Comments

  • Options
    SteveOSteveO Member Posts: 164
    You could try the HASVALUE command

    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.
    This isn't a signature, I type this at the bottom of every message
  • Options
    HuebiHuebi Member Posts: 7
    Could you point me in the direction of where to put this?
    Smile! It can always get worse.
  • Options
    NaviTools.comNaviTools.com Member Posts: 88
    Hi,

    In OnValidate() trigger of your BLOB field (I think SteveO had this in mind :wink:)
    http://www.NaviTools.com
    Documentation for Microsoft Navision
    E/R diagrams, Workflow diagrams, UML diagrams, process diagrams
  • Options
    HuebiHuebi Member Posts: 7
    Thanks for the help, i got it working now.
    Smile! It can always get worse.
Sign In or Register to comment.