Zum Hauptinhalt gehen

DisplayCaptureGeometry Geometry Required is not working

Kommentare

3 Kommentare

  • Permanently deleted user

    Hi Mark,

    You need to check the box "Cause Validation" in the configuration of the button.

    -Sune

    0
  • Mark Norbury

    Excellent.  That works!  Thanks, Sune.

    Mark

    0
  • Permanently deleted user

    In VB.NET (used by Workflow Designer) to test if a object such as a Geometry has been assigned to or not use

    Object Is Nothing

    or

    Object IsNot Nothing (note: very important that there is no space between Is and Not)

    Use System.DbNull _only_ to test if a value that came from a database is 'null'. This link has some more information on usage:

    http://msdn.microsoft.com/en-us/library/system.dbnull.value.aspx

    Hope this clears things up.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.