Initial: flux text FoxBin2Prg (git urmareste .??2 in-arbore, binarele VFP git-ignored)

Include si sistemul de depanare/testare headless din Teste\ (harness UI cu capturi, verificare de sintaxa prin compilare, wrappere text<->binar) si docs\depanare_testare_flora2roa.md.
This commit is contained in:
2026-08-02 08:56:52 +03:00
commit 2736cbd525
49 changed files with 16011 additions and 0 deletions

12
fisiere.prg Normal file
View File

@@ -0,0 +1,12 @@
CLOSE DATABASES
SET DELETED ON
SET ANSI ON
SET EXACT ON
lcdir = [E:\vali\MARITIMO_DBF\]
CD (m.lcDir)
lnFiles = ADIR(laFiles, '*.dbf')
FOR lnFile = 1 TO lnFiles
lcFile = lcDir + laFiles(lnFile,1)
USE (m.lcFile) IN 0 SHARED
ENDFOR