diff --git a/foxbin2prg.exe b/foxbin2prg.exe index 0e47c96..75fc0bb 100644 Binary files a/foxbin2prg.exe and b/foxbin2prg.exe differ diff --git a/foxbin2prg.prg b/foxbin2prg.prg index d7cbe36..0743cae 100644 --- a/foxbin2prg.prg +++ b/foxbin2prg.prg @@ -20122,7 +20122,7 @@ DEFINE CLASS CL_DBC_RELATIONS AS CL_DBC_COL_BASE loRelation = NULL loRelation = CREATEOBJECT("CL_DBC_RELATION") loRelation.analizarBloque( @tcLine, @taCodeLines, @I, tnCodeLines ) - .ADD( loRelation, loRelation._ChildTable + loRelation._ParentTable ) + .ADD( loRelation, loRelation._ChildTable + '.' + loRelation._ChildIndex + '=>' + loRelation._ParentTable + '.' + loRelation._ParentIndex ) OTHERWISE && Otro valor *-- No hay otros valores