This is a discussion on "Visible property" within the Databases section. This forum, and the thread "Visible property are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Visible property
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Visible property
I have a "Report Dialog" form that is called when a report is opened. The "Report Dialog" has several parameter text boxes. Would like to set one or more of those boxes to "visible=false" depending on the report calling the "Report Dialog".
Currently using the code below to call the ReportDialog form: Sub Report_Open(Cancel As Integer) DoCmd.OpenForm "ReportDialog", , , , , acDialog If Not IsLoaded("ReportDialog") Then Cancel = True End If End Sub Thanks Ernest L. Kendricks |
|
|
|
|||
|
once you have the form open do this
The way you manipulate forms from another form is like this after DoCmd.OpenFrom .... blah blah blah type
one thing to keep in mind is that these changes will be saved when the form is closed, so you either need to set all the controls to visible when you open the form, close the form, or in the above code. jakyra |
![]() |
| Tags |
| visible, property |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to make a div become visible on clicking a link? | snappy | Web Page Design | 12 | Jun 11th, 2008 19:25 |
| flash video not visible when viewing in the Net | balaakrs | Flash & Multimedia Forum | 1 | Nov 6th, 2007 04:20 |
| Flash visible in .dwt but invisible in .html | cvele | Flash & Multimedia Forum | 7 | Oct 15th, 2007 07:46 |
| PR4 - Home Page - Hosting Site - Highly Visible | Kirtan | Link Building and Link Sales | 1 | Apr 29th, 2007 16:01 |
| iFrame scroll not visible in IE | chimp | Web Page Design | 1 | Nov 17th, 2005 19:00 |