07 max number of tables per datafile DF1
Kelly Burgess
kellyb at montana.com
Wed Jul 5 01:45:17 EDT 2017
Hi Mike,
I'm not sure if/how the notation would need to change for Omnis 7, but I just ran this loop in Studio 4.3.1 and created 409 file classes. So if you can adapt this code you can test the limits of Omnis 7.x. Maybe Calculate #F as $clib.$files.$add . . . in place of the Do.
Kelly
For count from 1 to 409 step 1
Do $clib.$files.$add(con('autoFile',count)) Returns fRef
If not(fRef)
OK message Error {Failed to $add autoFile[count]}
End If
End For
More information about the omnisdev-en
mailing list