<div>Dear Joe,</div>
<div>&nbsp;</div>
<div>Thanks for your tips.</div>
<div>I searched for the words &quot;prompt&quot; and &quot;mark&quot;. I couldn't find any.</div>
<div>&nbsp;</div>
<div>However I have solved the issue.</div>
<div>The problem was a Designer Procedure's name. The name was UPD-M-WEIGHTS.</div>
<div>The UPD word was causing the dialog box to popup.</div>
<div>I don't know the reason behind it.</div>
<div>When I renamed the procedure name to UPDT-M-WEIGHTS, the problem got resolved.</div>
<div>&nbsp;</div>
<div>Thanks again for your continuous support and the support of the lists.</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>SYED.<br>&nbsp;</div>
<div><span class="gmail_quote">On 12/6/05, <b class="gmail_sendername">Joe Boyle</b> &lt;<a href="mailto:atla38@dsl.pipex.com">atla38@dsl.pipex.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">it could be any command with a prompt or mark action, try using axiant's<br>search/replacing menus to search for either syntax, you could also try
<br>searching the .qkr files by using syntax below from a dos window,<br><br>findstr /i/s &quot;prompt mark&quot; c:\ax_temp_file_loc\*.qkr<br><br>you could even open each one in Word using syntax like that below,<br><br>
FOR /F &quot;usebackq tokens=1-5&quot; %i IN (`findstr /i/s &quot;prompt mark&quot;<br>c:\ax_temp_file_loc\*.qkr`) DO @ start winword &quot;%i %j %k&quot;<br><br><br>Regards, Joe.<br>________________________________________
<br>From: powerh-l-bounces+atla38=<a href="mailto:dsl.pipex.com@lists.sowder.com">dsl.pipex.com@lists.sowder.com</a><br>[mailto:<a href="mailto:powerh-l-bounces+atla38=dsl.pipex.com@lists.sowder.com">powerh-l-bounces+atla38=dsl.pipex.com@lists.sowder.com
</a>] On Behalf Of<br>Syed Shahul Hameed Mustaffa<br>Sent: 06 December 2005 14:04<br>To: PowerHouse List<br>Cc: Joe Boyle<br>Subject: Axiant - Range Dialog Box<br><br>Dear Gurus,<br><br>Quick Intro: I've migrated an PH/MPEIX application to
<br>PH/AXIANT-4GL(ThinClient)/WINDOWS.<br><br>In axiant, when I try to execute a command that opens a screen, I am<br>getting a dialog box.<br>This dialog box prompts &quot;Enter a range&quot; with a &quot;From &quot; input box and a &quot;To&quot;
<br>input box.<br><br>I don't know which command is causing this to appear.<br><br>I'll appreciateany helpin resolving this.<br><br>Best Regards,<br>SYED<br><br></blockquote></div><br>