Files correlati : ba8300a.msk ba8300b.msk ba8300c.msk ba8.exe Ricompilazione Demo : [ ] Commento : Riassunto 0001600: Dopo la stampa di un report in orizz ritorna in visual con il foglio in vert. Faccio l'anteprima di un report creato con orientamento foglio orrizzontale fisso, dopo aver stampato ritorna in visualizzazione con l'orientamento del foglio impostato sulla stampante (normalmente in verticale) git-svn-id: svn://10.65.10.50/trunk@20332 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			70 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			70 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #define F_CODICE         101
 | |
| #define F_DESCR          102
 | |
| 
 | |
| #define F_SECTIONS       103
 | |
| #define F_REPORTH        105
 | |
| #define F_REPORT         107
 | |
| #define F_FLD_ADD        110
 | |
| #define F_FLD_PROPERTIES 111
 | |
| #define F_SEC_ADD        112
 | |
| #define F_SEC_PROPERTIES 113
 | |
| #define F_REP_PROPERTIES 114
 | |
| #define F_TOOLS          115
 | |
| 
 | |
| #define F_TYPE           120
 | |
| #define F_ID             121
 | |
| #define F_X              122
 | |
| #define F_Y              123
 | |
| #define F_DX             124
 | |
| #define F_DY             125
 | |
| #define F_TEXT           126
 | |
| #define F_SOURCE         127
 | |
| #define F_HALIGN         128
 | |
| #define F_VALIGN         129
 | |
| #define F_BORDER         130
 | |
| #define F_FGCOLOR        131
 | |
| #define F_BGCOLOR        132
 | |
| #define F_FONT_SELECT    133
 | |
| #define F_HIDDEN         134
 | |
| #define F_DISABLED       135
 | |
| #define F_HIDE_ZEROES    136
 | |
| #define F_PRESCRIPT      137
 | |
| #define F_POSTSCRIPT     138
 | |
| #define F_GROUPS         139
 | |
| #define F_CODVAL         140
 | |
| #define F_LINK           141
 | |
| #define F_LIST           142
 | |
| #define F_INCLUDE        143
 | |
| #define F_PARAMS         144
 | |
| #define F_SOURCE2        145
 | |
| #define F_HIDE_DOTS      146
 | |
| #define F_DYNAMIC_HEIGHT 147
 | |
| #define F_RADIUS         148
 | |
| #define F_PATTERN        149
 | |
| #define F_SHADE_OFFSET   150
 | |
| #define F_SHADE_ANGLE    151
 | |
| #define F_SHCOLOR        152
 | |
| #define F_TXCOLOR        153
 | |
| #define F_PRFONT_SELECT  159
 | |
|  
 | |
| #define F_LEVEL          160
 | |
| #define F_GROUP_BY       161
 | |
| #define F_HIDE_IF_NEEDED 162
 | |
| #define F_PAGE_BREAK     163
 | |
| #define F_KEEP_WITH_NEXT 164
 | |
| #define F_CONDITION      165
 | |
| #define F_REPEAT         166
 | |
| #define F_FONT_AUTO      167
 | |
| #define F_CAN_BREAK      168
 | |
| #define F_ORIENTATION    169
 | |
| #define F_CLASS          170
 | |
| #define F_COMMAND        171
 | |
| #define F_PAGE_SPLIT     172
 | |
| #define F_PAGE_MERGE     173 
 | |
| #define F_SAVE_PRINTER   174
 | |
|  
 | |
| #define F_SQL            201
 | |
| #define F_IMPORT_QRY     202
 | |
| #define F_NEW_QRY        203
 | |
| #define F_SHOW_QRY       204
 |