Changeset: 449 v1.19.36
- Bug mnx: Al generar el mn2 el identificador queda vacío (bug introducido en v1.19.35)
This commit is contained in:
BIN
foxbin2prg.exe
BIN
foxbin2prg.exe
Binary file not shown.
@@ -26,7 +26,7 @@ _LegalTrademark = "Creative Commons 4: Reconocimiento - CompartirIgual (by-sa):
|
||||
_ProductName = "FOXBIN2PRG"
|
||||
_MajorVer = "1"
|
||||
_MinorVer = "19"
|
||||
_Revision = "35"
|
||||
_Revision = "36"
|
||||
_LanguageID = "1034"
|
||||
_AutoIncrement = "0"
|
||||
*</DevInfo>
|
||||
|
||||
BIN
foxbin2prg.pjt
BIN
foxbin2prg.pjt
Binary file not shown.
BIN
foxbin2prg.pjx
BIN
foxbin2prg.pjx
Binary file not shown.
@@ -19326,7 +19326,7 @@ DEFINE CLASS CL_MENU_OPTION AS CL_MENU_COL_BASE
|
||||
, loBarPop AS CL_MENU_BARPOP OF 'FOXBIN2PRG.PRG'
|
||||
STORE NULL TO loBarPop
|
||||
lcTab = REPLICATE(CHR(9),tnNivel)
|
||||
toReg.NAME = EVL(toReg.NAME, '_' + TRANSFORM(toReg.NUMITEMS, '@L #########') )
|
||||
toReg.NAME = EVL(toReg.NAME, '_' + TRANSFORM( INT( VAL( toReg.ItemNum ) ), '@L #########') )
|
||||
lcText = ''
|
||||
|
||||
*-- DEFINE PAD
|
||||
|
||||
Reference in New Issue
Block a user