FormInfo Object

N

news

FormInfo Class? I'm reading the book Access 2002 Developer's Handbook and
in chapter 8 there is this example:

dim mfi as FormInfo
set mfi = new FormInfo
set mfi.form = me

I cannot replicate this example in my access.
 
D

Dan Artuso

Hi,
This will be a custom class that you have to create in order to use.
I'm sure the book has the code for it.
 
B

Brendan Reynolds

Ah, now that rings a bell - I don't have the 2002 edition of the ADH, but if
I remember correctly I think it was in the 2000 edition too. As Dan says
elsewhere in this thread, it's a custom class. The code is probably in the
book somewhere, and it will also be on the CD that comes with the book if
you don't feel like typing it in yourself.
 
Top