<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Popup window is not displaying any field values in subfile</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/popup-window-is-not-displaying-any-field-values-in-subfile/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/popup-window-is-not-displaying-any-field-values-in-subfile/</link>
	<description></description>
	<lastBuildDate>Tue, 18 Jun 2013 06:50:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/popup-window-is-not-displaying-any-field-values-in-subfile/#comment-115558</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Thu, 24 Jan 2013 12:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/popup-window-is-not-displaying-any-field-values-in-subfile/#comment-115558</guid>
		<description><![CDATA[I see SFLDSP is conditioned by *IN20. I don&#039;t see when *IN20 is set on. Ah, I see Phil&#039;s awake... Good morning. Tom]]></description>
		<content:encoded><![CDATA[<p>I see SFLDSP is conditioned by *IN20. I don&#8217;t see when *IN20 is set on. Ah, I see Phil&#8217;s awake&#8230; Good morning. Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RamvishakRamesh</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/popup-window-is-not-displaying-any-field-values-in-subfile/#comment-115557</link>
		<dc:creator>RamvishakRamesh</dc:creator>
		<pubDate>Thu, 24 Jan 2013 12:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/popup-window-is-not-displaying-any-field-values-in-subfile/#comment-115557</guid>
		<description><![CDATA[Got it.. the field value corresponds to SFLRCDNBR was 0. now working fine]]></description>
		<content:encoded><![CDATA[<p>Got it.. the field value corresponds to SFLRCDNBR was 0. now working fine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/popup-window-is-not-displaying-any-field-values-in-subfile/#comment-115556</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Thu, 24 Jan 2013 12:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/popup-window-is-not-displaying-any-field-values-in-subfile/#comment-115556</guid>
		<description><![CDATA[&#160;20                                  SFLDSP&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; I probably missed it but have you turned indicator 20 on?This allows the subfile to be displayed.]]></description>
		<content:encoded><![CDATA[<p>&nbsp;20                                  SFLDSP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I probably missed it but have you turned indicator 20 on?This allows the subfile to be displayed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RamvishakRamesh</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/popup-window-is-not-displaying-any-field-values-in-subfile/#comment-115555</link>
		<dc:creator>RamvishakRamesh</dc:creator>
		<pubDate>Thu, 24 Jan 2013 11:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/popup-window-is-not-displaying-any-field-values-in-subfile/#comment-115555</guid>
		<description><![CDATA[RPG code&lt;PRE&gt;FfielnameCF   E             WORKSTN  SFILE(SFL01:W#RRN1)                            


D W#Rrn1          S              2S 0                               
/*some codes to display the screen and after taking F5 - 

C                   When      *In05 = *On      
C                   ExSR      Sr@Audit         
C                   EndSL                      
 *********************************************************************        
 *  SUBR/Sr@Audit - Subroutine to show the Audit Log             *            
 *********************************************************************        
C     Sr@Audit      BegSR                                                     
                                          
C                   Clear                   SFL01                             
C                   Eval      *In22    = *On                                  
C                   Write     Ctl01                                           
C                   Eval      *In22    = *Off                                 
C                   Eval      W#RRN1   = *Zeros                               
C                                                                                                          
C     *Loval        SetLL     filename                                      
C     KeyLst        ReadE     filename                                      
C                   DoW       Not %Eof(filename)                            
C                   Eval      W#RRN1   = W#RRN1  + 1      
 
C                   Eval      W#RRN1   = W#RRN1  + 1                               
C                   Eval      S@UPDDT  = field1                                
C                   Eval      S@USRID  = field2
C                   Eval      S@PRODD1 = field3                                
C                   Eval      S@PRODD2 = field4                                 
C                   Eval      S@PRODD3 = field5                                 
C                   Eval      S@PRODD4 = field6                                
C                   Eval      S@PRODD5 = field7                                  
C                   Write     SFL01                                                
C                   Eval      *In23    = *Off                                      
C     K@VAHPF       ReadE     filename                                           
C                   EndDo                                                          
C                   Eval      D@INSC   = VlValr + &#039;-&#039; + VlValS                     
C                   Eval      *In21    = *On                                       
C                   Write     Fmt03                                                
C                   ExFmt     Ctl01                                                
C                   EndSR                                                         &lt;/PRE&gt;]]></description>
		<content:encoded><![CDATA[<p>RPG code
<pre>FfielnameCF   E             WORKSTN  SFILE(SFL01:W#RRN1)                            


D W#Rrn1          S              2S 0                               
/*some codes to display the screen and after taking F5 &#8211; 

C                   When      *In05 = *On      
C                   ExSR      Sr@Audit         
C                   EndSL                      
 *********************************************************************        
 *  SUBR/Sr@Audit &#8211; Subroutine to show the Audit Log             *            
 *********************************************************************        
C     Sr@Audit      BegSR                                                     
                                          
C                   Clear                   SFL01                             
C                   Eval      *In22    = *On                                  
C                   Write     Ctl01                                           
C                   Eval      *In22    = *Off                                 
C                   Eval      W#RRN1   = *Zeros                               
C                                                                                                          
C     *Loval        SetLL     filename                                      
C     KeyLst        ReadE     filename                                      
C                   DoW       Not %Eof(filename)                            
C                   Eval      W#RRN1   = W#RRN1  + 1      
 
C                   Eval      W#RRN1   = W#RRN1  + 1                               
C                   Eval      S@UPDDT  = field1                                
C                   Eval      S@USRID  = field2
C                   Eval      S@PRODD1 = field3                                
C                   Eval      S@PRODD2 = field4                                 
C                   Eval      S@PRODD3 = field5                                 
C                   Eval      S@PRODD4 = field6                                
C                   Eval      S@PRODD5 = field7                                  
C                   Write     SFL01                                                
C                   Eval      *In23    = *Off                                      
C     K@VAHPF       ReadE     filename                                           
C                   EndDo                                                          
C                   Eval      D@INSC   = VlValr + &#8216;-&#8217; + VlValS                     
C                   Eval      *In21    = *On                                       
C                   Write     Fmt03                                                
C                   ExFmt     Ctl01                                                
C                   EndSR                                                         </pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: RamvishakRamesh</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/popup-window-is-not-displaying-any-field-values-in-subfile/#comment-115554</link>
		<dc:creator>RamvishakRamesh</dc:creator>
		<pubDate>Thu, 24 Jan 2013 11:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/popup-window-is-not-displaying-any-field-values-in-subfile/#comment-115554</guid>
		<description><![CDATA[&lt;PRE&gt;&lt;PRE&gt;A          R SFL01                     SFL                     
A*==========================================================   
A            S@UPDDT         Z  O  3  3                        
A            S@USRID        7A  O  3 34                        
A            S@PRODD1      70A  O  4  3                        
A            S@PRODD2      70A  O  5  3                        
A            S@PRODD3      70A  O  6  3                        
A            S@PRODD4      70A  O  7  3                        
A            S@PRODD5      70A  O  8  3                        
A*==========================================================   
A          R CTL01                     SFLCTL(SFL01)           
A                                      SFLSIZ(0999)                       
A                                      SFLPAG(0002)                       
A                                      WINDOW(FMT03)                      
A                                      OVERLAY                            
A                                      PROTECT                            
A*                                     KEEP                               
A  20                                  SFLDSP                             
A  21                                  SFLDSPCTL                          
A  22                                  SFLCLR                             
A  23                                  SFLEND(*MORE)                      
A                                      PAGEUP(25 &#039;ROLL_UP&#039;)               
A                                      PAGEDOWN(26 &#039;ROLL_DOWN&#039;)           
A            H@TOP1         4S 0H      SFLRCDNBR                          
A            D@INSC        11A  O  1  1                                   
A                                      COLOR(WHT)                         
A                                  1 23&#039;Securities Extension Audit Log&#039;   
A                                      COLOR(WHT)                         
A                                  2  1&#039;Date/Time&#039;                        
A                                      COLOR(WHT)     &lt;/PRE&gt;&lt;/PRE&gt;]]></description>
		<content:encoded><![CDATA[<pre></pre>
<pre>A          R SFL01                     SFL                     
A*==========================================================   
A            S@UPDDT         Z  O  3  3                        
A            S@USRID        7A  O  3 34                        
A            S@PRODD1      70A  O  4  3                        
A            S@PRODD2      70A  O  5  3                        
A            S@PRODD3      70A  O  6  3                        
A            S@PRODD4      70A  O  7  3                        
A            S@PRODD5      70A  O  8  3                        
A*==========================================================   
A          R CTL01                     SFLCTL(SFL01)           
A                                      SFLSIZ(0999)                       
A                                      SFLPAG(0002)                       
A                                      WINDOW(FMT03)                      
A                                      OVERLAY                            
A                                      PROTECT                            
A*                                     KEEP                               
A  20                                  SFLDSP                             
A  21                                  SFLDSPCTL                          
A  22                                  SFLCLR                             
A  23                                  SFLEND(*MORE)                      
A                                      PAGEUP(25 &#8216;ROLL_UP&#8217;)               
A                                      PAGEDOWN(26 &#8216;ROLL_DOWN&#8217;)           
A            H@TOP1         4S 0H      SFLRCDNBR                          
A            D@INSC        11A  O  1  1                                   
A                                      COLOR(WHT)                         
A                                  1 23&#8242;Securities Extension Audit Log&#8217;   
A                                      COLOR(WHT)                         
A                                  2  1&#8242;Date/Time&#8217;                        
A                                      COLOR(WHT)     </pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/popup-window-is-not-displaying-any-field-values-in-subfile/#comment-115553</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Thu, 24 Jan 2013 11:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/popup-window-is-not-displaying-any-field-values-in-subfile/#comment-115553</guid>
		<description><![CDATA[&lt;EM&gt;After FMT03, there is a...&lt;/EM&gt;
&#160;
I don&#039;t think it&#160;matters what&#039;s after FMT03. But we should see the full subfile definition. All we see is the subfile control record (CTL01) and what seems to be a single field (S@PRODD5) from the subfile. Where is the rest of the subfile record?
&#160;
&lt;EM&gt;I am moving values to the subfile fields...&lt;/EM&gt;
&#160;
How?
&#160;
If the database fields and display fields are named the same, that could help explain how you&#039;re doing it. But we need to know that. By looking at it, it looks like you aren&#039;t moving anything into the subfile.
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p><em>After FMT03, there is a&#8230;</em><br />
&nbsp;<br />
I don&#8217;t think it&nbsp;matters what&#8217;s after FMT03. But we should see the full subfile definition. All we see is the subfile control record (CTL01) and what seems to be a single field (S@PRODD5) from the subfile. Where is the rest of the subfile record?<br />
&nbsp;<br />
<em>I am moving values to the subfile fields&#8230;</em><br />
&nbsp;<br />
How?<br />
&nbsp;<br />
If the database fields and display fields are named the same, that could help explain how you&#8217;re doing it. But we need to know that. By looking at it, it looks like you aren&#8217;t moving anything into the subfile.<br />
&nbsp;<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RamvishakRamesh</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/popup-window-is-not-displaying-any-field-values-in-subfile/#comment-115550</link>
		<dc:creator>RamvishakRamesh</dc:creator>
		<pubDate>Thu, 24 Jan 2013 10:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/popup-window-is-not-displaying-any-field-values-in-subfile/#comment-115550</guid>
		<description><![CDATA[After FMT03, there is a footer in subfile to with F1 - return. nothing more.&#160;&#160;&#160;&#160;&#160;&#160;]]></description>
		<content:encoded><![CDATA[<p>After FMT03, there is a footer in subfile to with F1 &#8211; return. nothing more.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RamvishakRamesh</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/popup-window-is-not-displaying-any-field-values-in-subfile/#comment-115549</link>
		<dc:creator>RamvishakRamesh</dc:creator>
		<pubDate>Thu, 24 Jan 2013 10:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/popup-window-is-not-displaying-any-field-values-in-subfile/#comment-115549</guid>
		<description><![CDATA[I am moving values to the subfile fields after
Eval W#RRN1 = W#RRN1 + 1]]></description>
		<content:encoded><![CDATA[<p>I am moving values to the subfile fields after<br />
Eval W#RRN1 = W#RRN1 + 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RamvishakRamesh</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/popup-window-is-not-displaying-any-field-values-in-subfile/#comment-115548</link>
		<dc:creator>RamvishakRamesh</dc:creator>
		<pubDate>Thu, 24 Jan 2013 10:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/popup-window-is-not-displaying-any-field-values-in-subfile/#comment-115548</guid>
		<description><![CDATA[&lt;PRE&gt;&lt;STRONG&gt;C                   When      *In05 = *On      
C                   ExSR      Sr@Audit         
C                   EndSL                      
 *********************************************************************        
 *  SUBR/Sr@Audit - Subroutine to show the Audit Log             *            
 *********************************************************************        
C     Sr@Audit      BegSR                                                     
                                          
C                   Clear                   SFL01                             
C                   Eval      *In22    = *On                                  
C                   Write     Ctl01                                           
C                   Eval      *In22    = *Off                                 
C                   Eval      W#RRN1   = *Zeros                               
C                                                                                                          
C     *Loval        SetLL     filename                                      
C     KeyLst        ReadE     filename                                      
C                   DoW       Not %Eof(filename)                            
C                   Eval      W#RRN1   = W#RRN1  + 1      
C                   Write     SFL01                                        
C                   Eval      *In23    = *Off                              
C     KeyLst        ReadE     filename                                    
C                   EndDo                                                  
C                   Eval      D@INSC   = VlValr + &#039;-&#039; + VlValS             
C                   Eval      *In21    = *On                               
C                   Write     Fmt03                                        
C                   ExFmt     Ctl01                                        
C                   EndSR                                                  &lt;/STRONG&gt;&lt;/PRE&gt;]]></description>
		<content:encoded><![CDATA[<pre><strong>C                   When      *In05 = *On      
C                   ExSR      Sr@Audit         
C                   EndSL                      
 *********************************************************************        
 *  SUBR/Sr@Audit &#8211; Subroutine to show the Audit Log             *            
 *********************************************************************        
C     Sr@Audit      BegSR                                                     
                                          
C                   Clear                   SFL01                             
C                   Eval      *In22    = *On                                  
C                   Write     Ctl01                                           
C                   Eval      *In22    = *Off                                 
C                   Eval      W#RRN1   = *Zeros                               
C                                                                                                          
C     *Loval        SetLL     filename                                      
C     KeyLst        ReadE     filename                                      
C                   DoW       Not %Eof(filename)                            
C                   Eval      W#RRN1   = W#RRN1  + 1      
C                   Write     SFL01                                        
C                   Eval      *In23    = *Off                              
C     KeyLst        ReadE     filename                                    
C                   EndDo                                                  
C                   Eval      D@INSC   = VlValr + &#8216;-&#8217; + VlValS             
C                   Eval      *In21    = *On                               
C                   Write     Fmt03                                        
C                   ExFmt     Ctl01                                        
C                   EndSR                                                  </strong></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/popup-window-is-not-displaying-any-field-values-in-subfile/#comment-115546</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Thu, 24 Jan 2013 10:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/popup-window-is-not-displaying-any-field-values-in-subfile/#comment-115546</guid>
		<description><![CDATA[Can we see the rest of the subfile definition, please? Also, we need to see the program code that loads and displays the subfile. -- Tom]]></description>
		<content:encoded><![CDATA[<p>Can we see the rest of the subfile definition, please? Also, we need to see the program code that loads and displays the subfile. &#8212; Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.043 seconds using memcached
Object Caching 393/399 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-18 06:51:09 -->