<div>Dear Joe,</div>
<div> </div>
<div>Thanks for your tips.</div>
<div>I searched for the words "prompt" and "mark". I couldn't find any.</div>
<div> </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> </div>
<div>Thanks again for your continuous support and the support of the lists.</div>
<div> </div>
<div>Regards,</div>
<div>SYED.<br> </div>
<div><span class="gmail_quote">On 12/6/05, <b class="gmail_sendername">Joe Boyle</b> <<a href="mailto:atla38@dsl.pipex.com">atla38@dsl.pipex.com</a>> 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 "prompt mark" 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 "usebackq tokens=1-5" %i IN (`findstr /i/s "prompt mark"<br>c:\ax_temp_file_loc\*.qkr`) DO @ start winword "%i %j %k"<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 "Enter a range" with a "From " input box and a "To"
<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>