C
Christian Stueben
Hi all, grettings from germany.
The problem i have is as follows:
I have access 2003, and there is a main form called form_main, and therein
an embedded subform called form_sub. I want to have form_sub "transparent",
so that i can see through to the background picture of form_main.
Unfortunately forms do have no property "transparent". So i tried to copy
the backgroud picture from form_main to form_sub, by onload-event and
something like me.picturedata = me.parent.picturedata. Works great ... but
the clipping (oops, right word ?) of both pictures cannot be aligned so that
background of form_sub fits perfetly to form_main.
Both pictures are are set to abschneiden (cut ?) and oben links (fit top
left ?).
To make a fitting fraction of the main background picture by hand and insert
to form_sub is NOT the solution, because the background picture can change
by runtime.
So now my question:
Who can tell me how to copy a special selection of the main background
picture to my form_sub, does anybody have examples, is there a FAQ page that
deals with this problem?
Many thanks to all.
Grettings, Chris
The problem i have is as follows:
I have access 2003, and there is a main form called form_main, and therein
an embedded subform called form_sub. I want to have form_sub "transparent",
so that i can see through to the background picture of form_main.
Unfortunately forms do have no property "transparent". So i tried to copy
the backgroud picture from form_main to form_sub, by onload-event and
something like me.picturedata = me.parent.picturedata. Works great ... but
the clipping (oops, right word ?) of both pictures cannot be aligned so that
background of form_sub fits perfetly to form_main.
Both pictures are are set to abschneiden (cut ?) and oben links (fit top
left ?).
To make a fitting fraction of the main background picture by hand and insert
to form_sub is NOT the solution, because the background picture can change
by runtime.
So now my question:
Who can tell me how to copy a special selection of the main background
picture to my form_sub, does anybody have examples, is there a FAQ page that
deals with this problem?
Many thanks to all.
Grettings, Chris