<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: How do modal dialog stacks interfere with main
sta</title></head><body>
<blockquote type="cite" cite><tt>I was trying to figure out how a
modal dialog stack interferes with the main stack, so I looked it up
in the documentation (Transcript dict.: dialogData). There was the
advise to take a look at te license.rev stack, but the script of that
(main)stack is password-protected. So I still don't know. Any
suggestions?<br>
<br>
Terry</tt></blockquote>
<div><br></div>
<div><br></div>
<div><br></div>
<div>its' a fantastic way to manage DLOG</div>
<div>You can place in the<tt> dialogData</tt> just anything you
want</div>
<div><br></div>
<div>in your script before calling the Modal stack :</div>
<div><br></div>
<div>set the dialogDat to xx&","&yy --and so
on</div>
<div>go to stack "MyDLOG"</div>
<div><br></div>
<div>on the preopenstack of the DLOG stack</div>
<div><br></div>
<div>put item 1 of the dialogData into fld a of stack
"MyDLOG"</div>
<div>put item 1 of the dialogData into fld b of stack
"MyDLOG"</div>
<div><br></div>
<div>--so you can pre-fill some flds in your DLOG stack</div>
<div><br></div>
<div><br></div>
<div>in the cancel btn of your DLOG stack :</div>
<div>set the DialogData to empty</div>
<div><br></div>
<div>in the OK btn of your DLOG stack :</div>
<div>set the DialogData to fld aa&","&fld bb --and
so on</div>
<div><br></div>
<div><br></div>
<div>in the script which calls the DLOG you go further</div>
<div>if the dialogsata = empty then -- the user clicked cancel</div>
<div>exit to top</div>
<div>end if</div>
<div>put item 1 of the dialogData into varOne</div>
<div>put item 2 of the dialogData into varTwo</div>
<div><br></div>
<div>--and so on</div>
<div><br></div>
<div>cheers</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div>Greetings.</div>
<div><br>
Yves COPPE<br>
<br>
Email : yvescoppe@skynet.be</div>
</body>
</html>