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:
55
Meniuri/rapoarte.mn2
Normal file
55
Meniuri/rapoarte.mn2
Normal file
@@ -0,0 +1,55 @@
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
*< FOXBIN2PRG: Version="1.21" SourceFile="rapoarte.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 "Verificare Facturi de achizitie"
|
||||
ON SELECTION BAR 1 OF Shortcut DO ver_nir_facturi WITH 1
|
||||
|
||||
DEFINE BAR 2 OF Shortcut PROMPT "Centralizator Facturi achizitie"
|
||||
ON SELECTION BAR 2 OF Shortcut DO listare_centralizator_nir_bon WITH 1
|
||||
|
||||
DEFINE BAR 3 OF Shortcut PROMPT "\-"
|
||||
ON BAR 3 OF Shortcut ACTIVATE POPUP _4df0yn5xo
|
||||
|
||||
*----------------------------------
|
||||
DEFINE POPUP _4df0yn5xo SHORTCUT RELATIVE
|
||||
DEFINE BAR 4 OF Shortcut PROMPT "Verificare Bonuri de consum"
|
||||
ON SELECTION BAR 4 OF Shortcut DO ver_nir_facturi WITH 2
|
||||
|
||||
DEFINE BAR 5 OF Shortcut PROMPT "Centralizator Bonuri de consum"
|
||||
ON SELECTION BAR 5 OF Shortcut DO listare_centralizator_nir_bon WITH 2
|
||||
|
||||
DEFINE BAR 6 OF Shortcut PROMPT "\-"
|
||||
ON BAR 6 OF Shortcut ACTIVATE POPUP _23e10525t
|
||||
|
||||
*----------------------------------
|
||||
DEFINE POPUP _23e10525t SHORTCUT RELATIVE
|
||||
DEFINE BAR 7 OF Shortcut PROMPT "Rapoarte bazate pe \<rulaj"
|
||||
ON SELECTION BAR 7 OF Shortcut Do alege_raport With 1, .F. In orapoarte_dinamice.prg
|
||||
|
||||
DEFINE BAR 8 OF Shortcut PROMPT "Rapoarte SQL"
|
||||
ON SELECTION BAR 8 OF Shortcut Do alege_raport With 2, .T. In orapoarte_dinamice.prg
|
||||
|
||||
DEFINE BAR 9 OF Shortcut PROMPT "\-"
|
||||
ON BAR 9 OF Shortcut ACTIVATE POPUP _4df0yng5p
|
||||
|
||||
*----------------------------------
|
||||
DEFINE POPUP _4df0yng5p SHORTCUT RELATIVE
|
||||
DEFINE BAR 10 OF Shortcut PROMPT "Stocuri pe vechimi"
|
||||
ON SELECTION BAR 10 OF Shortcut DO BAR_10_OF_Shortcut_FB2P
|
||||
ACTIVATE POPUP Shortcut
|
||||
|
||||
*</MenuCode>
|
||||
|
||||
*<Procedures>
|
||||
PROCEDURE BAR_10_OF_Shortcut_FB2P
|
||||
DO rap_stocuri_pe_vechimi IN orapoarte.prg
|
||||
ENDPROC && BAR_10_OF_Shortcut_FB2P
|
||||
|
||||
*</Procedures>
|
||||
Reference in New Issue
Block a user