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:
27
Meniuri/listbanca.mn2
Normal file
27
Meniuri/listbanca.mn2
Normal file
@@ -0,0 +1,27 @@
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
*< FOXBIN2PRG: Version="1.21" SourceFile="listbanca.mnx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||
*
|
||||
*<MenuType>4</MenuType>
|
||||
*<MenuLocation>REPLACE</MenuLocation>
|
||||
|
||||
*<MenuCode>
|
||||
DEFINE POPUP Listare SHORTCUT RELATIVE FROM MROW(),MCOL()
|
||||
DEFINE BAR 1 OF Listare PROMPT "\<Registre" ;
|
||||
MESSAGE 'Tiparirea registrelor'
|
||||
ON BAR 1 OF Listare ACTIVATE POPUP _s2512rxlc
|
||||
|
||||
*----------------------------------
|
||||
DEFINE POPUP _s2512rxlc SHORTCUT RELATIVE
|
||||
DEFINE BAR 1 OF _s2512rxlc PROMPT "Registrul de \<Banca Lei"
|
||||
ON SELECTION BAR 1 OF _s2512rxlc do listare_reg_casabanca with '5121'
|
||||
|
||||
DEFINE BAR 2 OF _s2512rxlc PROMPT "Registrul B\<anca in Valuta cumulat pe documente pereche"
|
||||
ON SELECTION BAR 2 OF _s2512rxlc do listare_reg_casabanca_val with '5124', .T.
|
||||
|
||||
DEFINE BAR 3 OF _s2512rxlc PROMPT "Registrul B\<anca in Valuta defalcat pe documente pereche"
|
||||
ON SELECTION BAR 3 OF _s2512rxlc do listare_reg_casabanca_val with '5124', .F.
|
||||
ACTIVATE POPUP Listare
|
||||
|
||||
*</MenuCode>
|
||||
Reference in New Issue
Block a user