RECORD TOO BIG error?

Use this section to showcase your programming examples. Or to ask members for programming suggestions
Post Reply
okto
Posts: 59
Joined: Sun Apr 23, 2023 5:14 am

RECORD TOO BIG error?

Post by okto »

Does this apply to individual fields, or to an entire record?

Is there a way to limit the length of an input field so this doesn't happen? In this implementation, I'm updating a field in an existing record.
User avatar
Martin
Global Admin
Posts: 220
Joined: Mon Jan 02, 2023 5:18 pm

RECORD TOO BIG error

Post by Martin »

The republished LZ Programming Manual has

(page 16) The maximum length of a string is 255 characters
(page 36) There may be up to 16 fields in any record
(page 100) No record may exceed a total of 254 characters

Sincerely and in good faith
Martin
Post Reply