klaus schmirler wrote:

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

Nope, found it. it is on the "Data" tab of the form properties. Right click on the form in the form navigator and choose properties. Form there, click on the data tab.

--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
My Book: http://www.hentzenwerke.com/catalog/oome.htm
Info:  http://www.pitonyak.org/oo.php
See Also: http://documentation.openoffice.org/HOW_TO/index.html


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to