allow 60 character record names
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
field(NAME,DBF_STRING) {
|
||||
prompt("Record Name")
|
||||
special(SPC_NOMOD)
|
||||
size(29)
|
||||
size(61)
|
||||
}
|
||||
field(DESC,DBF_STRING) {
|
||||
prompt("Descriptor")
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
#endif
|
||||
|
||||
/* FLDNAME_SZ must be 4 */
|
||||
#define PVNAME_STRINGSZ 29 /* includes NULL terminator for PVNAME_SZ */
|
||||
#define PVNAME_STRINGSZ 61 /* includes NULL terminator for PVNAME_SZ */
|
||||
#define PVNAME_SZ (PVNAME_STRINGSZ - 1) /*Process Variable Name Size */
|
||||
#define FLDNAME_SZ 4 /*Field Name Size */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user