c86bf0d38c
Files correlati : Ricompilazione Demo : [ ] Commento : 0001214: anagrafico fornitore Descrizione il bottone della gestione oggetti esterni è sovrapposto alla descrizione del cliente associato Sistemate le toolbar di N maschere git-svn-id: svn://10.65.10.50/trunk@18594 c028cbd2-c16b-5b4b-a496-9718f37d4682
40 lines
497 B
Plaintext
Executable File
40 lines
497 B
Plaintext
Executable File
#include "cg4900a.h"
|
|
|
|
TOOLBAR "topbar" 0 0 0 2
|
|
|
|
BUTTON DLG_SELECT 10 2
|
|
BEGIN
|
|
PROMPT 1 1 "Conferma"
|
|
MESSAGE EXIT,DLG_SELECT
|
|
PICTURE TOOL_SELECT
|
|
END
|
|
|
|
#include <helpbar.h>
|
|
|
|
ENDPAGE
|
|
|
|
PAGE "Visualizzazione liquidazione acconti" 0 2 0 0
|
|
|
|
NUMBER F_YEAR 4
|
|
BEGIN
|
|
PROMPT 1 1 "Anno liquidazione "
|
|
FLAGS "A"
|
|
VALIDATE FIXLEN_FUNC 4
|
|
CHECKTYPE REQUIRED
|
|
END
|
|
|
|
NUMBER F_CODDITTA 5
|
|
BEGIN
|
|
PROMPT 1 2 "Ditta "
|
|
FLAGS "B"
|
|
END
|
|
|
|
STRING F_RAGSOC 50
|
|
BEGIN
|
|
PROMPT 16 2 ""
|
|
FLAGS "B"
|
|
END
|
|
|
|
ENDPAGE
|
|
ENDMASK
|