<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi All,<BR>
<BR>
Thanks for your help past/present/future. This time I am having problems with screen display from returning from a ghost screen.<BR>
the info message is supposed to be on line 24 but is overwriting about line 6.<BR>
When there is no <FONT color=#ff0000>info</FONT> message, sometimes lines from the title or field labels will display beyond or below the the message bar.<BR>
This screen has no other ghost calls but I am having similar problems in other screens with lots of ghost calls. The errors go away when<BR>
I comment out the run of the new ghost screen (located in postfind) but the called screen seems to be working ok (values being returned without error text). Examples below,<BR>
<BR>
Karen Barrett<BR>
<BR>
<BR>
<FONT face="Courier New">MODE:F ACTION: Ultra Track III lim_lot_gen<BR> General Lot Processing JAN-06-2011<BR>--------------------------------------------------------------------------------<BR><EM><FONT color=#ff0000>back from mc_f is mc N</FONT> </EM> FLM <BR>--------------------------------------------------------------------------------<BR>02 Step ETEST 03 Route SORT EE8 <BR>04 Status PREQ 05 Completed <BR>--------------------------------------------------------------------------------<BR>06 Product Line PWR1220AT8 MS 02C PLMS Status ACTIVE <BR> Product PWR1220AT8-02C IO Count PLMS Owner MFG <BR>--------------------------------------------------------------------------------<BR>07 Assy Fac UTEK 08 Lot Owner MFG Good/Reject Good <BR>09 Test Fac UTEK 10 Prod Type C Correlation Lot <BR> Issue Reclaim Lot <BR>11 Class Tester 12 D/C RMA <BR>--------------------------------------------------------------------------------<BR>13 Step Qty In 1 Avail Qty 1 Step Unit W<BR> To Be Processed 1 14 Total Proc 0 Pass/Fail <BR>--------------------------------------------------------------------------------<BR>Current: Step ETEST Status PREQ Route SORT EE8 <BR>Next: Step ETEST Status PROCESS Route SORT EE8 </FONT><BR>
<FONT style="BACKGROUND-COLOR: #bfbfbf" face="Courier New"> VIEWs STARt FINish STOPs NEXT HOLD LB PA QS HDPL ETLR ISSD ISSL </FONT><BR>
<FONT style="BACKGROUND-COLOR: #bfbfbf" face="Courier New"></FONT> <BR>
<FONT style="BACKGROUND-COLOR: #ffffff" face="Courier New">Here is another example : </FONT><BR>
<FONT face="Courier New">MODE:F ACTION: Ultra Track III - Inventory inv_lot_maint<BR> Lot Maintenance JAN-06-2011<BR>--------------------------------------------------------------------------------<BR>01 Lot Id CT6MTM88C Site Step Screen <BR>02 ILF Date Code <BR>--------------------------------------------------------------------------------<BR>Total Proc 04 Route <BR>05 Lot Status 06 Completed <BR>--------------------------------------------------------------------------------<BR>07 Product Line MS PLMS Status <BR> Product IO Count PLMS Owner <BR>--------------------------------------------------------------------------------<BR>08 Assy Fac Test Fac 09 Lot Owner Good/Reject <BR>10 Mil Sealed 11 Prod Type Correlation Lot <BR> Issue Reclaim Lot 12 D/C RMA <BR>13 Class Tester 14 STC Catg WW <BR>--------------------------------------------------------------------------------<BR>15 Step Qty In Avail Qty Step Unit <BR> To Be Processed 16 Total Proc 0 Result <BR>--------------------------------------------------------------------------------<BR> Current: Step WI Status COMPLETE Route SORT EE8 <BR> Next: Step Status Route <BR> VIEWs NEXT SPlit ASGR HOLD LB PA QS GILF EILF ETLR SCP ISSD ISSL <FONT color=#ff0000> Ultra Track III - Inventory <BR> inv_lot_maintTotal Proc</FONT></FONT><BR>
<FONT face="Courier New"><FONT color=#ff0000></FONT></FONT> <BR>
<FONT face="Courier New"><FONT color=#ff0000><FONT style="BACKGROUND-COLOR: #ffffff" color=#0c0c0c> The passed items are declared as temps in both calling and called screens. </FONT></FONT></FONT><BR>
<FONT face="Courier New"><FONT color=#ff0000><FONT style="BACKGROUND-COLOR: #ffffff" color=#0c0c0c> let return_status_text_c132 = " "<BR> let t_pass_lot_id = lot_id of lot_step_summ<BR> run screen multichip_f mode ghost &<BR> passing is_mc_flag &<BR> , t_pass_lot_id &<BR> , t_pass_product &<BR> , t_pass_pl &<BR> , t_pass_ms &<BR> , t_pass_tester &<BR> , t_pass_io &<BR> , t_pass_product2 &<BR> , t_pass_pl2 &<BR> , t_pass_ms2 &<BR> , t_pass_tester2 &<BR> , t_pass_io2 &<BR> , return_status_text_c132 <BR><BR></FONT>
<BR><BR></FONT></FONT>                                            </body>
</html>