Andrew Douglas Pitonyak wrote:
klaus schmirler wrote:
... For a new form, I have
to specify whether it will be used for input, for input only &c. Is
there a way to change these settings later, or at least to view them
explicitly? Editing the form only seems to give me access to the
fields, but not to its general properties.
Thanks,
Klaus
That figures....
Using a macro, after you have a reference to the form, you can access
the following properties:
BOOL AllowDeletes = True
BOOL AllowInserts = True
BOOL AllowUpdates = True
This scares me (yes, I saw the cover of your book :o) ), so I'll
rather continue to log what I'm trying to do on a piece of paper.
Would it make sense to request an enhancement for, say, "settings" in
the context menu? Perhaps along with a tabulated view of all the
fields in all the tables and their data types, string lenghts etc.? Or
am I the only one who can't keep track of what he's doing?
klaus
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]