SET REPROCESS TO -1
Found it in VFP apps. According to https://hackfox.github.io/section4/s4g206.html, the syntax of the command is
SET REPROCESS TO nAttempts | nTime SECONDS | AUTOMATIC
[ SYSTEM ]
nSetting = SET( "REPROCESS" )
SET REPROCESS TO -1
Edit: Let's not create too many tickets, will list below for now other unimplemented SET commands that currently cause syntax errors:
SET STATUS ON
SET STATUS BAR OFF
SET REPROCESS TO -1Found it in VFP apps. According to https://hackfox.github.io/section4/s4g206.html, the syntax of the command is
SET REPROCESS TO -1
Edit: Let's not create too many tickets, will list below for now other unimplemented SET commands that currently cause syntax errors:
SET STATUS ON
SET STATUS BAR OFF