Customer Ledger Entries (Form 25)

Cali_KoppersCali_Koppers Member Posts: 19
The Document Date field initially appears uneditable but when you click on it, it becomes editable. How is this done?

Comments

  • SavatageSavatage Member Posts: 7,142
    The Editable property on the Table & Form are both YES.

    But I don't think this is your real question.
    You like the fact that the field has to be clicked a 2nd time before editing can take place.
    And your thinking about other places in nav where this can be useful to help prevent accidental data changes.
    Am I correct? :wink:
  • einsTeIn.NETeinsTeIn.NET Member Posts: 1,050
    It's property InlineEditing on TableBox. But you have to be careful with switching fields to Editable=Yes! There is a reason why not all fields are editable.
    "Money is likewise the greatest chance and the greatest scourge of mankind."
  • Cali_KoppersCali_Koppers Member Posts: 19
    It's property InlineEditing on TableBox. But you have to be careful with switching fields to Editable=Yes! There is a reason why not all fields are editable.

    This is true. I experimented with it. The InlineEditing property of the tablebox has to be yes. Set the all the textboxes Editable property to No except for the fields you want. I'm creating a custom form and I didn't want certain fields to be editable. Thanks.
Sign In or Register to comment.