Run FBCMD

It’d be nice to have a button that would run the current project in FBCMD mode immediately. You can achieve this by scheduling the project for one minute from now, but how about a button?Also, why does the project need to be closed for fbcmd to run?Steve

Interesting idea… but what’s the difference between running the project in FBCMD or the IDE?

The reason that FBCMD can’t run a project that’s already open in the IDE is that the log file is a database file that only allows a single database engine to open the file at any one time (ie. database engines need exclusive access to the db files).

.t8

For one of my action lists (20 actions at design time, 10,000 actions at run time), I think FBCMD would be a hell of a lot faster. Most of the time is probably being spent updating the screen. It’d be nice to be able to run that action list as fast as possible on occasion.Good point about the log file, forgot about that :)Steve