Files correlati : ba0 ba8 Ricompilazione Demo : [ ] Commento : ba0 aggiunto meccanismo di chiusura automatica in caso di installazione modulo sys ba8 aggiunto converitore di form primordiale git-svn-id: svn://10.65.10.50/trunk@12048 c028cbd2-c16b-5b4b-a496-9718f37d4682
38 lines
455 B
Plaintext
Executable File
38 lines
455 B
Plaintext
Executable File
#include "ba8400.h"
|
|
|
|
PAGE "Conversione Form in Report" -1 -1 62 6
|
|
|
|
STRINGA F_FORM 256 50
|
|
BEGIN
|
|
PROMPT 1 1 "Form "
|
|
FSELECT "*.frm"
|
|
END
|
|
|
|
STRINGA F_REPORT 256 50
|
|
BEGIN
|
|
PROMPT 1 2 "Report "
|
|
END
|
|
|
|
BUTTON DLG_ELABORA 10 2
|
|
BEGIN
|
|
PROMPT -13 -1 "~Elabora"
|
|
PICTURE BMP_ELABORA
|
|
FLAGS "D"
|
|
END
|
|
|
|
BUTTON DLG_PRINT 10 2
|
|
BEGIN
|
|
PROMPT -23 -1 "~Stampa"
|
|
PICTURE BMP_PRINT
|
|
FLAGS "D"
|
|
END
|
|
|
|
BUTTON DLG_QUIT 10 2
|
|
BEGIN
|
|
PROMPT -33 -1 ""
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
ENDMASK
|