Does anyone understand how/when references get placed into the .FRM files as opposed to just being placed in the .VBP file?
It's interesting, but I can delete the references from the .FRM files (using Notepad), and it doesn't seem to hurt a thing.
Also, sometimes the references get placed in the .FRM files, and at other-times they don't.
I'd just really like to understand when (and why) these references get placed in the .FRM files.
Just as an example, here's a reference that might appear in a .FRM file:
And here's basically the same reference as it might appear in the .VBP file for the same project:
Regards,
Elroy
It's interesting, but I can delete the references from the .FRM files (using Notepad), and it doesn't seem to hurt a thing.
Also, sometimes the references get placed in the .FRM files, and at other-times they don't.
I'd just really like to understand when (and why) these references get placed in the .FRM files.
Just as an example, here's a reference that might appear in a .FRM file:
Code:
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx"
Code:
Object={86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0; mscomct2.ocx
Elroy