Changeforme
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 6 articles for 0.303 sec
1. Open the code window. 2. Choose Module on the Insert menu. Access opens a new module. 3. Paste the code in there. 4. Verify Access understands it: choose Compile on Debug menu. 5. Open the Immediate Window (Ctrl+G), and enter: ? ChangeForms() -- Allen Browne - Microsoft MVP. Perth, Western Australia Tips for Access users - http://allenbrowne.com/tips.html Reply to group     

Group: microsoft.public.access.forms · Group Profile · Search for Changeforme in microsoft.public.access.forms
Author: Allen Browne
Date: Mar 18, 2008 08:02

What do i do with that code? Do i creat a command button and paste it in the on-click event of that button? If so, nothing happens - Please advise. Cheers! "Allen Browne" wrote: Wayne, the forms don't have a color; their sections do. This (untested) example will change the BackColor of all sections in all forms to white, and save them without asking: Function ChangeForms
Show full article (2.12Kb) · Show article thread
Wayne, the forms don't have a color; their sections do. This (untested) example will change the BackColor of all sections in all forms to white, and save them without asking: Function ChangeForms() Dim accObj As AccessObject Dim frm As Form Dim strName As String Dim i As Integer Const lngcBackColor = vbWhite For Each accObj In CurrentProject.AllForms     

Group: microsoft.public.access.forms · Group Profile · Search for Changeforme in microsoft.public.access.forms
Author: ant1983
Date: Mar 18, 2008 07:24

Hallo Patrick, danke für die ausführliche Antwort. Ich habe mal in unseren Code geschaut und der wesentliche Unterschied besteht darin, dass in deinem Beispiel das _dialogPanel eine Form ist. Bei uns aber - dem Namen entsprechend - ein Panel, welches wiederum Teil der "MainForm" ist. Möglicherweise macht dies den Unterschied aus. Nein, das macht hier keinen Unterschied. Geht auch
Show full article (1.77Kb) · Show article thread
Hallo Frank, danke für die ausführliche Antwort. Ich habe mal in unseren Code geschaut und der wesentliche Unterschied besteht darin, dass in deinem Beispiel das _dialogPanel eine Form ist. Bei uns aber - dem Namen entsprechend - ein Panel, welches wiederum Teil der "MainForm" ist. Möglicherweise macht dies den Unterschied aus. Viele Grüße Patrick Bär "Frank Dzaebel" wrote: > Hallo     

Group: microsoft.public.access.forms · Group Profile · Search for Changeforme in microsoft.public.access.forms
Author: Allen Browne
Date: Mar 18, 2008 04:58

Hallo Patrick, Hier die Methoden zum Ein- und Ausblenden: Für Ideen, wie dieser C# Code auch unter Vista korrekt funktioniert wäre ich sehr dankbar. der Code funktioniert bei mir auf Vista Ultimate. (Keine öffentlichen Methoden/Felder mit Unterstrich benennen. Diesen eh *meiden*. Öffentliche Felder/Methoden CamelCase. ) using System; using System.Drawing; using System.Windows
Show full article (1.48Kb) · Show article thread
    

Group: microsoft.public.de.german.entwickler.dotnet.csharp · Group Profile · Search for Changeforme in microsoft.public.de.german.entwickler.dotnet.csharp
Author: Frank Dzaebel
Date: Sep 20, 2007 11:06

Show full article (1.98Kb) · Show article thread
    

Group: microsoft.public.de.german.entwickler.dotnet.csharp · Group Profile · Search for Changeforme in microsoft.public.de.german.entwickler.dotnet.csharp
Author: Patrick Bär
Date: Sep 20, 2007 01:34

Show full article (2.38Kb) · Show article thread
    

Group: microsoft.public.de.german.entwickler.dotnet.csharp · Group Profile · Search for Changeforme in microsoft.public.de.german.entwickler.dotnet.csharp
Author: Frank Dzaebel
Date: Sep 19, 2007 11:01

Show full article (1.82Kb) · Show article thread