Options

what are prerequisites of autosplit key to use in my code ?

I need an answer what is the purpose of autosplit key to use

Best Answers

  • Options
    vaprogvaprog Member Posts: 1,118
    Answer ✓
    Have you read the documentation? What did you not understand?
  • Options
    bbrownbbrown Member Posts: 3,268
    Answer ✓
    To be clear, autosplitkey is not a code function. It is a property of the page. About the only prerequisite is that the primary key of your table end in an integer. Also you must populate all the other fields of the primary key before moving off the line.
    There are no bugs - only undocumented features.

Answers

  • Options
    vaprogvaprog Member Posts: 1,118
    Answer ✓
    Have you read the documentation? What did you not understand?
  • Options
    bbrownbbrown Member Posts: 3,268
    Answer ✓
    To be clear, autosplitkey is not a code function. It is a property of the page. About the only prerequisite is that the primary key of your table end in an integer. Also you must populate all the other fields of the primary key before moving off the line.
    There are no bugs - only undocumented features.
Sign In or Register to comment.