<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://brwiki2.brulescorp.com/brwiki2/index.php?action=history&amp;feed=atom&amp;title=FnSnap%3A_Window_Maintenance</id>
	<title>FnSnap: Window Maintenance - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://brwiki2.brulescorp.com/brwiki2/index.php?action=history&amp;feed=atom&amp;title=FnSnap%3A_Window_Maintenance"/>
	<link rel="alternate" type="text/html" href="https://brwiki2.brulescorp.com/brwiki2/index.php?title=FnSnap:_Window_Maintenance&amp;action=history"/>
	<updated>2026-05-31T20:20:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://brwiki2.brulescorp.com/brwiki2/index.php?title=FnSnap:_Window_Maintenance&amp;diff=5312&amp;oldid=prev</id>
		<title>Laura: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://brwiki2.brulescorp.com/brwiki2/index.php?title=FnSnap:_Window_Maintenance&amp;diff=5312&amp;oldid=prev"/>
		<updated>2013-07-11T17:09:05Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
==List and Grid==&lt;br /&gt;
===FNLISTSPEC$*50 - Create a window for a list/grid box===&lt;br /&gt;
&lt;br /&gt;
 FNLISTSPEC$*50(&amp;amp;LISTWIN,SR,SC,LROWS,LCOLS,AROWS,MAT H$,MAT W,MAT F$;HTEXT$*100,G$)&lt;br /&gt;
&lt;br /&gt;
Description|&amp;lt;br&amp;gt;&lt;br /&gt;
Creates a window that contains either a list box or a grid&lt;br /&gt;
&lt;br /&gt;
Functions used |FNWINHEAD&lt;br /&gt;
&lt;br /&gt;
;Variables:&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|width=&amp;quot;10%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;LISTWIN &amp;#039;&amp;#039;&amp;#039;||&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|width=&amp;quot;10%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;SR &amp;#039;&amp;#039;&amp;#039;||Startin row posito of the upper left corner of the grid&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|width=&amp;quot;10%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;SC &amp;#039;&amp;#039;&amp;#039;||Starting column position of the upper left corner of the grid&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|width=&amp;quot;10%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;LROWS &amp;#039;&amp;#039;&amp;#039;||Number of rows that should be provided for the grid&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|width=&amp;quot;10%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;LCOLS &amp;#039;&amp;#039;&amp;#039;||Number of columns wide that shouldbe provided for the grid&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|width=&amp;quot;10%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;AROWS &amp;#039;&amp;#039;&amp;#039;||Number of extra rows above the size of the grid to include in the window to allow for buttons or other informatin at the bottom.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|width=&amp;quot;10%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;MAT H$ &amp;#039;&amp;#039;&amp;#039;||Header title array information for the grid&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|width=&amp;quot;10%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;MAT W &amp;#039;&amp;#039;&amp;#039;||Width array specificatin for the grid&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|width=&amp;quot;10%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;MAT F$ &amp;#039;&amp;#039;&amp;#039;||Format specificatin array for the list&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|width=&amp;quot;10%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;HTEXT$ &amp;#039;&amp;#039;&amp;#039;||Text to display in a header bar.  If text is included than the listbox/grid aill contain a blue header.  If HTEXT is blank no header will appear.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|width=&amp;quot;10%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;G$ &amp;#039;&amp;#039;&amp;#039;||Blank for a list box &amp;quot;GRID&amp;quot; to create a grid&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;Comments:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Child windows==&lt;br /&gt;
===FNWINHEAD - Print the top bar to a window===&lt;br /&gt;
&lt;br /&gt;
Prints a windows look alike bar at the top of a window using graphics that are stored in the ICONS directory directly below the BR root.&lt;br /&gt;
&lt;br /&gt;
[PICT(PICS\SNAP0001.ptf)]&lt;br /&gt;
&lt;br /&gt;
 FNWINHEAD(HWIN,HTEXT$*100,HLEN)&lt;br /&gt;
&lt;br /&gt;
Description|&amp;lt;br&amp;gt;&lt;br /&gt;
Creates the top row of a window in windows look-a-like mode with a clickable X and a title&lt;br /&gt;
&lt;br /&gt;
Functions used |&lt;br /&gt;
&lt;br /&gt;
;Variables:&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|width=&amp;quot;10%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;HWIN &amp;#039;&amp;#039;&amp;#039;||Window number that the top bar is to be placed over&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|width=&amp;quot;10%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;HTEXT$ &amp;#039;&amp;#039;&amp;#039;||Message of title that shuld appear printed in white within the top bar&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|width=&amp;quot;10%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;HLEN &amp;#039;&amp;#039;&amp;#039;||Length of the bar, which should be the dsame as the width of the window referenced in HWIN&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;Comments:&amp;lt;br&amp;gt;&lt;br /&gt;
The bar will be another window which will be a child of the underlying parent window.  When the parent is closed the child will automatically close also.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===FNWINDEV - Query FNSNAP for last window opened===&lt;br /&gt;
&lt;br /&gt;
Function transfers from FNSAP to the calling program the window number of the last window opened using FNWIN.  This practice is being replace in 4.17 becasue multiple windows can be opened an closed at will and does not require the strict opening of windows in a specific order.&lt;br /&gt;
&lt;br /&gt;
 FNWINDEV&lt;br /&gt;
&lt;br /&gt;
Description|&amp;lt;br&amp;gt;&lt;br /&gt;
Returns the value of the currently open window that has been opened by FNWIN&lt;br /&gt;
&lt;br /&gt;
Functions used |&lt;br /&gt;
&lt;br /&gt;
;Variables:&lt;br /&gt;
{|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|width=&amp;quot;10%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;Comments:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:FnSnap]]&lt;/div&gt;</summary>
		<author><name>Laura</name></author>
	</entry>
</feed>