00001 #define A_NUMBER 257
00002 #define A_STRING 258
00003 #define A_QUOTED_STRING 259
00004 #define RECORD 260
00005 #define DBTABLE 261
00006 #define FUNCTION_KEY 262
00007 #define SAVERECORD 263
00008 #define SAVERECORDASNEW 264
00009 #define SAVERECORDANDEXIT 265
00010 #define SAVERECORDASNEWANDEXIT 266
00011 #define SELECTANOTHERRECORD 267
00012 #define RETRIEVERECORD 268
00013 #define EDITRECORD 269
00014 #define EXITRECORD 270
00015 #define DELETERECORD 271
00016 #define RECFIELD 272
00017 #define STRING 273
00018 #define REGEXP 274
00019 #define INTEGER 275
00020 #define DECIMAL 276
00021 #define NOTADBFIELD 277
00022 #define JOINS 278
00023 #define SCRIPT_BEGIN 279
00024 #define SCRIPT_END 280
00025 #define ONENTER 281
00026 #define ONLEAVE 282
00027 #define AFTERRETRIEVE 283
00028 #define BEFORESAVE 284
00029 #define BEFORERETRIEVE 285
00030 #define AFTERSAVE 286
00031 #define ATMESSAGE 287
00032 #define NOTSAVED 288
00033 #define ENDLINE 289
00034 #define LABEL 290
00035 #define MOVETO 291
00036 #define BUTASKFIRST 292
00037 #define AT_INIT 293
00038 #define TABLEFIELD 294
00039 #define ALLOWED_VALUES 295
00040 #define DATETIME 296
00041
00042
00043 extern YYSTYPE yylval;