Modifiche alla manutenzione files per leggere anche files esterni a

quelli PRASSI


git-svn-id: svn://10.65.10.50/trunk@4876 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1997-07-22 09:24:00 +00:00
parent 22235655d1
commit e1dd361cd3
2 changed files with 26 additions and 0 deletions

View File

@ -8,6 +8,7 @@ BEGIN
MESSAGE EXIT,K_SAVE
PICTURE 103
PICTURE 153
GROUP 1
END
BUTTON DLG_PRINT 10 2
@ -20,12 +21,14 @@ BUTTON DLG_EXPORT 10 2
BEGIN
PROMPT -35 -1 "~Esporta"
MESSAGE EXIT,K_F6
GROUP 1
END
BUTTON DLG_IMPORT 10 2
BEGIN
PROMPT -45 -1 "~Importa"
MESSAGE EXIT,K_F7
GROUP 1
END
BUTTON DLG_CANCEL 10 2

23
ba/ba1100g.uml Executable file
View File

@ -0,0 +1,23 @@
PAGE "Selezione file esterno" -1 -1 62 5
STRING 101 80 50
BEGIN
PROMPT 1 1 "File "
FLAGS "B"
VALIDATE NOT_EMPTY_FUNC
WARNING "Specificare il file da editare"
END
BUTTON DLG_OK 10 2
BEGIN
PROMPT -12 -1 ""
END
BUTTON DLG_CANCEL 10 2
BEGIN
PROMPT -22 -1 ""
END
ENDPAGE
ENDMASK