<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.access-codelib.net/skins/common/feed.css?207"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Sichtbarkeit einer Access-Tabelle - Versionsgeschichte</title>
		<link>http://wiki.access-codelib.net/index.php?title=Sichtbarkeit_einer_Access-Tabelle&amp;action=history</link>
		<description>Versionsgeschichte für diese Seite in Access Code Library</description>
		<language>de</language>
		<generator>MediaWiki 1.15.1</generator>
		<lastBuildDate>Sun, 26 Apr 2026 21:58:48 GMT</lastBuildDate>
		<item>
			<title>Josef Pötzl um 14:56, 25. Jan. 2011</title>
			<link>http://wiki.access-codelib.net/index.php?title=Sichtbarkeit_einer_Access-Tabelle&amp;diff=1952&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Nächstältere Version&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Version vom 14:56, 25. Jan. 2011&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Zeile 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Zeile 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Kategorie:Code-Schnipsel]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Kategorie:Code-Schnipsel]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Function TableIsVisible(ByVal &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;sTabName &lt;/del&gt;As String) As Boolean&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Function TableIsVisible(ByVal &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;TabName &lt;/ins&gt;As String) As Boolean&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;  TableIsVisible = Not ((Application.CurrentData.AllTables.Item(&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;sTabName&lt;/del&gt;).Attributes And 8) = 8)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;  TableIsVisible = Not ((Application.CurrentData.AllTables.Item(&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;TabName&lt;/ins&gt;).Attributes And 8) = 8)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;End Function&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;End Function&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;lt;/source&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;lt;/source&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2026-04-26 21:58:48 --&gt;
&lt;/table&gt;</description>
			<pubDate>Tue, 25 Jan 2011 14:56:06 GMT</pubDate>			<dc:creator>Josef Pötzl</dc:creator>			<comments>http://wiki.access-codelib.net/Diskussion:Sichtbarkeit_einer_Access-Tabelle</comments>		</item>
		<item>
			<title>Josef Pötzl:&amp;#32;hat „Sichtbarkeit einer Tabelle“ nach „Sichtbarkeit einer Access-Tabelle“ verschoben</title>
			<link>http://wiki.access-codelib.net/index.php?title=Sichtbarkeit_einer_Access-Tabelle&amp;diff=1866&amp;oldid=prev</link>
			<description>&lt;p&gt;hat „&lt;a href=&quot;/Sichtbarkeit_einer_Tabelle&quot; class=&quot;mw-redirect&quot; title=&quot;Sichtbarkeit einer Tabelle&quot;&gt;Sichtbarkeit einer Tabelle&lt;/a&gt;“ nach „&lt;a href=&quot;/Sichtbarkeit_einer_Access-Tabelle&quot; title=&quot;Sichtbarkeit einer Access-Tabelle&quot;&gt;Sichtbarkeit einer Access-Tabelle&lt;/a&gt;“ verschoben&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Nächstältere Version&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Version vom 13:46, 13. Nov. 2010&lt;/td&gt;
		&lt;/tr&gt;
		&lt;!-- diff generator: internal 2026-04-26 21:58:48 --&gt;
&lt;/table&gt;</description>
			<pubDate>Sat, 13 Nov 2010 13:46:14 GMT</pubDate>			<dc:creator>Josef Pötzl</dc:creator>			<comments>http://wiki.access-codelib.net/Diskussion:Sichtbarkeit_einer_Access-Tabelle</comments>		</item>
		<item>
			<title>Josef Pötzl:&amp;#32;hat „Code-Schnipsel:Sichtbarkeit einer Tabelle“ nach „Sichtbarkeit einer Tabelle“ verschoben</title>
			<link>http://wiki.access-codelib.net/index.php?title=Sichtbarkeit_einer_Access-Tabelle&amp;diff=1863&amp;oldid=prev</link>
			<description>&lt;p&gt;hat „&lt;a href=&quot;/Code-Schnipsel:Sichtbarkeit_einer_Tabelle&quot; class=&quot;mw-redirect&quot; title=&quot;Code-Schnipsel:Sichtbarkeit einer Tabelle&quot;&gt;Code-Schnipsel:Sichtbarkeit einer Tabelle&lt;/a&gt;“ nach „&lt;a href=&quot;/Sichtbarkeit_einer_Tabelle&quot; class=&quot;mw-redirect&quot; title=&quot;Sichtbarkeit einer Tabelle&quot;&gt;Sichtbarkeit einer Tabelle&lt;/a&gt;“ verschoben&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Nächstältere Version&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Version vom 13:41, 13. Nov. 2010&lt;/td&gt;
		&lt;/tr&gt;
		&lt;!-- diff generator: internal 2026-04-26 21:58:48 --&gt;
&lt;/table&gt;</description>
			<pubDate>Sat, 13 Nov 2010 13:41:48 GMT</pubDate>			<dc:creator>Josef Pötzl</dc:creator>			<comments>http://wiki.access-codelib.net/Diskussion:Sichtbarkeit_einer_Access-Tabelle</comments>		</item>
		<item>
			<title>Josef Pötzl um 13:37, 13. Nov. 2010</title>
			<link>http://wiki.access-codelib.net/index.php?title=Sichtbarkeit_einer_Access-Tabelle&amp;diff=1856&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Nächstältere Version&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Version vom 13:37, 13. Nov. 2010&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Zeile 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Zeile 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Kategorie:Code-&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;Schnippsel&lt;/del&gt;]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Kategorie:Code-&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;Schnipsel&lt;/ins&gt;]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Function TableIsVisible(ByVal sTabName As String) As Boolean&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Function TableIsVisible(ByVal sTabName As String) As Boolean&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2026-04-26 21:58:48 --&gt;
&lt;/table&gt;</description>
			<pubDate>Sat, 13 Nov 2010 13:37:12 GMT</pubDate>			<dc:creator>Josef Pötzl</dc:creator>			<comments>http://wiki.access-codelib.net/Diskussion:Sichtbarkeit_einer_Access-Tabelle</comments>		</item>
		<item>
			<title>Josef Pötzl um 13:37, 13. Nov. 2010</title>
			<link>http://wiki.access-codelib.net/index.php?title=Sichtbarkeit_einer_Access-Tabelle&amp;diff=1855&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Nächstältere Version&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Version vom 13:37, 13. Nov. 2010&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Zeile 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Zeile 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[Kategorie:Code-Schnippsel]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;[&lt;/ins&gt;[Kategorie:Code-Schnippsel&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;]&lt;/ins&gt;]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Function TableIsVisible(ByVal sTabName As String) As Boolean&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Function TableIsVisible(ByVal sTabName As String) As Boolean&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2026-04-26 21:58:48 --&gt;
&lt;/table&gt;</description>
			<pubDate>Sat, 13 Nov 2010 13:37:00 GMT</pubDate>			<dc:creator>Josef Pötzl</dc:creator>			<comments>http://wiki.access-codelib.net/Diskussion:Sichtbarkeit_einer_Access-Tabelle</comments>		</item>
		<item>
			<title>Josef Pötzl:&amp;#32;Die Seite wurde neu angelegt: „[Kategorie:Code-Schnippsel] &lt;source lang=&quot;vb&quot;&gt; Function TableIsVisible(ByVal sTabName As String) As Boolean    TableIsVisible = Not ((Application.CurrentData.AllT…“</title>
			<link>http://wiki.access-codelib.net/index.php?title=Sichtbarkeit_einer_Access-Tabelle&amp;diff=1854&amp;oldid=prev</link>
			<description>&lt;p&gt;Die Seite wurde neu angelegt: „[Kategorie:Code-Schnippsel] &amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt; Function TableIsVisible(ByVal sTabName As String) As Boolean    TableIsVisible = Not ((Application.CurrentData.AllT…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[Kategorie:Code-Schnippsel]&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
Function TableIsVisible(ByVal sTabName As String) As Boolean&lt;br /&gt;
   TableIsVisible = Not ((Application.CurrentData.AllTables.Item(sTabName).Attributes And 8) = 8)&lt;br /&gt;
End Function&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</description>
			<pubDate>Sat, 13 Nov 2010 13:36:20 GMT</pubDate>			<dc:creator>Josef Pötzl</dc:creator>			<comments>http://wiki.access-codelib.net/Diskussion:Sichtbarkeit_einer_Access-Tabelle</comments>		</item>
	</channel>
</rss>