Tableview allows simultaneous connection to only 5 databases by default
During tableview file creation, you may encounter an error if you try to simultaneously connect to more than 5 databases.
The error states that you need to use -h <number> to specify a number greater than 5.
Do not confuse -h with the Progress -H startup parameter. In this case, -h is a parameter specific to tableview file creation.
You would use it in the following manner:
Prowin32 -h 7 -p setup.p
Referenced by...