Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As you might guess, [ StringProperty ]'s property MaximumLength specifies the maximum string length. The Street's maximum length is not only generated into the database script (see dbschema.exe), it is also inforced by re-bindform, or, the particular BOC control receiving a Street value in an edit form. The BOC control will not let the user input a string longer than 60 characters.

...