It would be nice if we could specify the order that Modules are loaded from within the Project Explorer.
Thanks,
What benefit would that give you? Maybe I am missing your reason for doing this. Do you mean the order in which they appear in the TreeView of the Project Explorer???
Yes, that is what I mean.
I am assuming that is the order they are loaded into the program.
Some files need to be loaded before others as they have items defined within them that are dependent on the other.
Quote from: David MartinSome files need to be loaded before others as they have items defined within them that are dependent on the other.
FireFly does a scan of Forms and Modules and sucks out all of the sub/function declares. It then places them in a FireFly generated "declares" file. That file is placed in the generated source code immediately before any user defined module. That way, the user does not need to be concerned with the module ordering.
Ok. Thanks.
And how we LOVE that feature!!
:)