309d8b23fd
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
103 lines
1.2 KiB
Plaintext
Executable File
103 lines
1.2 KiB
Plaintext
Executable File
#include "ba8300.h"
|
|
|
|
TOOLBAR "bottombar" 0 -1 0 1
|
|
|
|
STRING F_CODICE 256 24
|
|
BEGIN
|
|
PROMPT 1 0 ""
|
|
RSELECT ""
|
|
WARNING "E' necessario specificare il codice"
|
|
CHECKTYPE REQUIRED
|
|
END
|
|
|
|
STRING F_DESCR 50 46
|
|
BEGIN
|
|
PROMPT 30 0 ""
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
TOOLBAR "topbar" 0 0 0 2
|
|
|
|
BUTTON DLG_NEWREC 10 2
|
|
BEGIN
|
|
PROMPT 1 0 "Nuovo"
|
|
PICTURE TOOL_NEWREC
|
|
END
|
|
|
|
BUTTON DLG_FINDREC 10 2
|
|
BEGIN
|
|
PROMPT 2 0 "Carica"
|
|
PICTURE TOOL_FINDREC
|
|
END
|
|
|
|
BUTTON DLG_SAVEREC 10 2
|
|
BEGIN
|
|
PROMPT 3 0 "Salva"
|
|
PICTURE TOOL_SAVEREC
|
|
END
|
|
|
|
BUTTON DLG_DELREC 10 2
|
|
BEGIN
|
|
PROMPT 4 0 "Elimina"
|
|
PICTURE TOOL_DELREC
|
|
END
|
|
|
|
BUTTON DLG_NULL 10 2
|
|
BEGIN
|
|
END
|
|
|
|
BUTTON DLG_SETPRINT 2 2
|
|
BEGIN
|
|
PROMPT 5 0 "Imposta"
|
|
PICTURE TOOL_SETPRINT
|
|
END
|
|
|
|
BUTTON DLG_PRINT 2 2
|
|
BEGIN
|
|
PROMPT 6 0 "Stampa"
|
|
PICTURE TOOL_PRINT
|
|
END
|
|
|
|
BUTTON DLG_PREVIEW 2 2
|
|
BEGIN
|
|
PROMPT 7 0 "Anteprima"
|
|
PICTURE TOOL_PREVIEW
|
|
END
|
|
|
|
BUTTON DLG_PDF 2 2
|
|
BEGIN
|
|
PROMPT 8 0 "PDF"
|
|
PICTURE TOOL_PDF
|
|
END
|
|
|
|
#include <helpbar.h>
|
|
|
|
ENDPAGE
|
|
|
|
PAGE "Report" -1 -1 78 23
|
|
|
|
TREE F_SECTIONS 22 12
|
|
BEGIN
|
|
PROMPT 0 1 "Struttura"
|
|
END
|
|
|
|
OUTLOOK F_TOOLS 22 8
|
|
BEGIN
|
|
PROMPT 0 12 "Strumenti"
|
|
END
|
|
|
|
REPORT F_REPORTH -3 4
|
|
BEGIN
|
|
PROMPT 21 2 "Testa"
|
|
END
|
|
|
|
REPORT F_REPORT -3 -3
|
|
BEGIN
|
|
PROMPT 21 8 "Corpo"
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
ENDMASK
|