Files
roacont/COMUN/programe/gridproc.prg
Marius Mutu 0acdff9647 Initial import of ROACONT (Visual FoxPro accounting app) into git
Migrated from the ROACONT SVN trunk working copy for hosting on gitea.romfast.ro.
2026-07-07 13:16:59 +03:00

10 lines
139 B
Plaintext

PROCEDURE ALL
SET FILTER TO
ENDPROC
PROCEDURE custom_filter
RETURN
osearchform=CREATEOBJECT("searchform")
osearchform.SHOW()
ENDPROC