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:
41
Meniuri/aviz_clienti_custodie.mn2
Normal file
41
Meniuri/aviz_clienti_custodie.mn2
Normal file
@@ -0,0 +1,41 @@
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
*< FOXBIN2PRG: Version="1.21" SourceFile="aviz_clienti_custodie.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 "Pe baza de \<comanda ( ptr. facturare cantitativa )"
|
||||
ON SELECTION BAR 1 OF Shortcut DO BAR_1_OF_Shortcut_FB2P
|
||||
|
||||
DEFINE BAR 2 OF Shortcut PROMPT "Pe baza de comanda ( ptr. facturare \<valorica )"
|
||||
ON SELECTION BAR 2 OF Shortcut DO BAR_2_OF_Shortcut_FB2P
|
||||
|
||||
DEFINE BAR 3 OF Shortcut PROMPT "\-"
|
||||
ON BAR 3 OF Shortcut ACTIVATE POPUP _3ac0qgnpn
|
||||
|
||||
*----------------------------------
|
||||
DEFINE POPUP _3ac0qgnpn SHORTCUT RELATIVE
|
||||
DEFINE BAR 4 OF Shortcut PROMPT "Retur valoric"
|
||||
ON SELECTION BAR 4 OF Shortcut DO BAR_4_OF_Shortcut_FB2P
|
||||
ACTIVATE POPUP Shortcut
|
||||
|
||||
*</MenuCode>
|
||||
|
||||
*<Procedures>
|
||||
PROCEDURE BAR_1_OF_Shortcut_FB2P
|
||||
DO emitere_aviz_clienti_custodie WITH 1 IN oproceduri_facturare.prg
|
||||
ENDPROC && BAR_1_OF_Shortcut_FB2P
|
||||
|
||||
PROCEDURE BAR_2_OF_Shortcut_FB2P
|
||||
DO emitere_aviz_clienti_custodie WITH 2 IN oproceduri_facturare.prg
|
||||
ENDPROC && BAR_2_OF_Shortcut_FB2P
|
||||
|
||||
PROCEDURE BAR_4_OF_Shortcut_FB2P
|
||||
DO emitere_aviz_clienti_custodie WITH 3 IN oproceduri_facturare.prg
|
||||
ENDPROC && BAR_4_OF_Shortcut_FB2P
|
||||
|
||||
*</Procedures>
|
||||
Reference in New Issue
Block a user