![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In VB6, a custom dialog can be easily created by adding a new form, adding whatever controls you like, sizing it as you like, adding code and then just loading/unloading it whenever you like. Using Access 07, a form is a little different beast and it would appear a custom dialog cannot be created in the same way. How does one go about creating a custom dialog? Note that I am not well experienced in programming but I have a couple of books (including 'Access 2007 Inside Out') that I can refer too as well as the online help that comes with Access. I don't necessarily need a detailed answer but at least some general idea of where to look to accomplish the same effect as is in VB6. |
#3
| |||
| |||
|
|
Gord wrote: In VB6, a custom dialog can be easily created by adding a new form, adding whatever controls you like, sizing it as you like, adding code and then just loading/unloading it whenever you like. Using Access 07, a form is a little different beast and it would appear a custom dialog cannot be created in the same way. How does one go about creating a custom dialog? Note that I am not well experienced in programming but I have a couple of books (including 'Access 2007 Inside Out') that I can refer too as well as the online help that comes with Access. I don't necessarily need a detailed answer but at least some general idea of where to look to accomplish the same effect as is in VB6. If you open the form with the acDialog option is should work exactly as you describe. At least I assume that this would ignore that stupid tabbed form interface in 2007. -- Rick Brandt, Microsoft Access MVP Email (as appropriate) to... RBrandt at Hunter dot com |
#4
| |||
| |||
|
|
Rick, I'm afraid that stupid tabbed form interface still persists. Using acDialog seems to open the form in 'Datasheet' view. As a small aside, I must also be missing something basic here because no matter what property settings I play around with in design view on the form, the form always opens up full size. In design view, I drag the corner to make the form quite small, but is still goes full. In the form properties, I've played around with 'Auto Resize', 'Fit to screen', 'Auto Center', 'Allow DataSheet View', 'Border Style' (set that one to Dialog), 'Control Box' etc. etc. Nothing seems to have any effect. The form always goes to full size. The help in Acces and the book on Access don't seem to have much to offer on making a custom dialog. Unless there is some completely different way of doing it and I'm not searching with the right keywords. If I can get the form to size the way I want, get rid of the tab, and have the form 'free floating', then I'd have what I want. Any other possibilities/suggestions would be much appreciated. |
#5
| |||
| |||
|
|
In VB6, a custom dialog can be easily created by adding a new form, adding whatever controls you like, sizing it as you like, adding code and then just loading/unloading it whenever you like. Using Access 07, a form is a little different beast and it would appear a custom dialog cannot be created in the same way. |
|
How does one go about creating a custom dialog? |
#6
| |||
| |||
|
|
If you open the form with the acDialog option is should work exactly as you describe. At least I assume that this would ignore that stupid tabbed form interface in 2007. |
#7
| |||
| |||
|
|
"Rick Brandt" <rickbrandt2 (AT) hotmail (DOT) com> wrote in message news HOFk.2625$YU2.2428 (AT) nlpi066 (DOT) nbdc.sbc.com...If you open the form with the acDialog option is should work exactly as you describe. At least I assume that this would ignore that stupid tabbed form interface in 2007. Hum, very good thought...and you are 100% correct in your assuming...... |
#8
| |||
| |||
|
|
Rick, I'm afraid that stupid tabbed form interface still persists. Using acDialog seems to open the form in 'Datasheet' view. As a small aside, I must also be missing something basic here because no matter what property settings I play around with in design view on the form, the form always opens up full size. In design view, I drag the corner to make the form quite small, but is still goes full. In the form properties, I've played around with 'Auto Resize', 'Fit to screen', 'Auto Center', 'Allow DataSheet View', 'Border Style' (set that one to Dialog), 'Control Box' etc. etc. Nothing seems to have any effect. The form always goes to full size. Check to see if you have a macro that has Maximize in it. |
#9
| |||
| |||
|
|
If you open the form with the acDialog option is should work exactly as you describe. At least I assume that this would ignore that stupid tabbed form interface in 2007. Hum, very good thought...and you are 100% correct in your assuming...... A dialog form that followed the tabbed interface style certainly didn't sound right to me. Does one have to use acDialog to get a floating form or does Popup also produce that effect? Again, it seems obvious that it should, but nothing surprises me any more. |
#10
| |||
| |||
|
|
Rick, I'm afraid that stupid tabbed form interface still persists. *Using acDialog seems to open the form in 'Datasheet' view. As a small aside, I must also be missing something basic here because no matter what property settings I play around with in design view on the form, the form always opens up full size. *In design view, I drag the corner to make the form quite small, but is still goes full. *In the form properties, I've played around with 'Auto Resize', 'Fit to screen', 'Auto Center', 'Allow DataSheet View', 'Border Style' (set that one to Dialog), 'Control Box' etc. etc. *Nothing seems to have any effect. *The form always goes to full size. The help in Acces and the book on Access don't seem to have much to offeron making a custom dialog. *Unless there is some completely different way of doing it and I'm not searching with the right keywords. If I can get the form to size the way I want, get rid of the tab, and have the form 'free floating', then I'd have what I want. Any other possibilities/suggestions would be much appreciated. Gord "Rick Brandt" <rickbran... (AT) hotmail (DOT) com> wrote in message news HOFk.2625$YU2.2428 (AT) nlpi066 (DOT) nbdc.sbc.com...Gord wrote: In VB6, a custom dialog can be easily created by adding a new form, adding whatever controls you like, sizing it as you like, adding code and then just loading/unloading it whenever you like. Using Access 07, a form is a little different beast and it would appear a custom dialog cannot be created in the same way. How does one go about creating a custom dialog? Note that I am not well experienced in programming but I have a couple of books (including 'Access 2007 Inside Out') that I can refer too as well as the online help that comes with Access. *I don't necessarily need a detailed answer but at least some general idea of where to look to accomplish the same effect as is in VB6. If you open the form with the acDialog option is should work exactly as you describe. *At least I assume that this would ignore that stupid tabbed form interface in 2007. -- Rick Brandt, Microsoft Access MVP Email (as appropriate) to... RBrandt * at * Hunter * dot * com |
![]() |
| Thread Tools | |
| Display Modes | |
| |