@Ratslinger
Hi and thanks, hope you are well…
Are the args(0) sequential in line with the dialog, so eg Allow additions would be
dim args1(6) as new com.sun.star.beans.PropertyValue
args1(6).Value = 1 for no
dim args1(7) as new com.sun.star.beans.PropertyValue
args2(7).Value = 1 for no
Re freestanding forms, well the real trouble is that the database container is completely open and so far
I ve only learned that you can minimize it, there is some French code to actually hide it which seems to make macros unusable.
So experimented a couple of times with free standing forms which contained several table controls based on queries and tables. The form then displayed multiple authentication requests. Also found not being able to build a to from interface between forms s as there only seems to be one hyperlink property, but that may have been just my ignorance.
On top running reports from a free standing form ??? So I gave up.
cheers
Gerhard