Initial: flux text FoxBin2Prg (git urmareste .??2 in-arbore, binarele VFP git-ignored)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
38
Meniuri/consum1.mn2
Normal file
38
Meniuri/consum1.mn2
Normal file
@@ -0,0 +1,38 @@
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
*< FOXBIN2PRG: Version="1.21" SourceFile="consum1.mnx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||
*
|
||||
*<MenuType>4</MenuType>
|
||||
*<MenuLocation>REPLACE</MenuLocation>
|
||||
|
||||
*<MenuCode>
|
||||
DEFINE POPUP Shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
|
||||
DEFINE BAR 1 OF Shortcut PROMPT "\<Bon de consum"
|
||||
ON SELECTION BAR 1 OF Shortcut lans(53)
|
||||
|
||||
DEFINE BAR 2 OF Shortcut PROMPT "Bon de consum pe \<lucrare in curs de executie (productie 711)" ;
|
||||
MESSAGE '6xx:3xx; 332:711'
|
||||
ON SELECTION BAR 2 OF Shortcut lans(213)
|
||||
|
||||
DEFINE BAR 3 OF Shortcut PROMPT "Import bon de consum pe lucrare in curs de executie (productie 711)" ;
|
||||
MESSAGE '6xx:3xx; 332:711'
|
||||
ON SELECTION BAR 3 OF Shortcut DO importbonconsumLE WITH 268 IN oimportdinxml.prg
|
||||
|
||||
DEFINE BAR 4 OF Shortcut PROMPT "Bon de consum pe \<lucrare in curs de executie (servicii 712)" ;
|
||||
MESSAGE '6xx:3xx; 332:712'
|
||||
ON SELECTION BAR 4 OF Shortcut lans(276)
|
||||
|
||||
DEFINE BAR 5 OF Shortcut PROMPT "\-"
|
||||
ON BAR 5 OF Shortcut ACTIVATE POPUP _10q0kpgad
|
||||
|
||||
*----------------------------------
|
||||
DEFINE POPUP _10q0kpgad SHORTCUT RELATIVE
|
||||
DEFINE BAR 6 OF Shortcut PROMPT "\<Retur la magazie"
|
||||
ON SELECTION BAR 6 OF Shortcut LANS(57)
|
||||
|
||||
DEFINE BAR 7 OF Shortcut PROMPT "\<Retur la magazie pe lucrari"
|
||||
ON SELECTION BAR 7 OF Shortcut lans(58)
|
||||
ACTIVATE POPUP Shortcut
|
||||
|
||||
*</MenuCode>
|
||||
Reference in New Issue
Block a user