2004-03-23 16:39:40 +00:00
|
|
|
#define F_CODICE 101
|
|
|
|
#define F_DESCR 102
|
2004-03-09 15:20:36 +00:00
|
|
|
|
2004-03-23 16:39:40 +00:00
|
|
|
#define F_SECTIONS 103
|
|
|
|
#define F_REPORT 104
|
2004-04-01 15:42:45 +00:00
|
|
|
#define F_FLD_ADD 105
|
2004-03-23 16:39:40 +00:00
|
|
|
#define F_FLD_PROPERTIES 106
|
2004-04-01 15:42:45 +00:00
|
|
|
#define F_SEC_ADD 107
|
|
|
|
#define F_SEC_PROPERTIES 108
|
|
|
|
#define F_REP_PROPERTIES 109
|
|
|
|
|
|
|
|
#define F_TYPE 109
|
|
|
|
#define F_ID 110
|
2004-03-23 16:39:40 +00:00
|
|
|
#define F_X 111
|
|
|
|
#define F_Y 112
|
|
|
|
#define F_DX 113
|
|
|
|
#define F_DY 114
|
|
|
|
#define F_TEXT 115
|
|
|
|
#define F_SOURCE 116
|
|
|
|
#define F_HALIGN 117
|
|
|
|
#define F_VALIGN 118
|
|
|
|
#define F_BORDER 119
|
|
|
|
#define F_FGCOLOR 120
|
|
|
|
#define F_BGCOLOR 121
|
|
|
|
#define F_FONT_SELECT 122
|
2004-04-01 15:42:45 +00:00
|
|
|
#define F_HIDDEN 123
|
|
|
|
#define F_DISABLED 124
|
|
|
|
#define F_PRESCRIPT 125
|
|
|
|
#define F_POSTSCRIPT 126
|
|
|
|
|
2004-03-23 16:39:40 +00:00
|
|
|
#define F_LEVEL 130
|
|
|
|
#define F_GROUP_BY 131
|
|
|
|
#define F_HIDE_IF_NEEDED 132
|
2004-04-01 15:42:45 +00:00
|
|
|
#define F_PAGE_BREAK 133
|
2004-03-09 15:20:36 +00:00
|
|
|
|
2004-03-23 16:39:40 +00:00
|
|
|
#define F_SQL 201
|
|
|
|
#define F_IMPORT_QRY 202
|
|
|
|
#define F_NEW_QRY 203
|
|
|
|
#define F_SHOW_QRY 204
|
2004-03-08 16:16:28 +00:00
|
|
|
|