fd43b6d1c1
Files correlati : ba7.exe Ricompilazione Demo : [ ] Commento : Aggiormaneto maschere all 10.0 ( nuove toolbar modulo di contabblità git-svn-id: svn://10.65.10.50/trunk@16488 c028cbd2-c16b-5b4b-a496-9718f37d4682
27 lines
299 B
Plaintext
Executable File
27 lines
299 B
Plaintext
Executable File
|
|
#include "cg3300b.h"
|
|
|
|
PAGE "Anno dichiarazione" -1 -1 27 5
|
|
|
|
NUMBER F_ANNO_RICALCOLA 4
|
|
BEGIN
|
|
PROMPT 2 1 "Anno: "
|
|
HELP "Anno di cui stampare la dichiarazione"
|
|
FLAGS "A"
|
|
END
|
|
|
|
BUTTON DLG_OK 10 2
|
|
BEGIN
|
|
PROMPT -12 3 ""
|
|
END
|
|
|
|
BUTTON DLG_CANCEL 10 2
|
|
BEGIN
|
|
PROMPT -22 3 ""
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
ENDMASK
|
|
|