Re: Weird variable (non-)refresh issue

2017-03-15 Thread Jeremy French via 4D_Tech
Hi Bob, I'm assuming that: 1) you are setting the input form's variable in the **same** method where you call DIALOG. 2) you are calling DIALOG **without** the asterisk parameter. If so, I believe the variable's value will never be displayed in the input form while the dialog is open. That's be

Re: Weird variable (non-)refresh issue

2017-03-15 Thread Keisuke Miyako via 4D_Tech
to refresh variables on display, one must CALL PROCESS(-1) http://doc.4d.com/4Dv15/4D/15/CALL-PROCESS.301-2006854.en.html > 2017/03/16 4:56、bob.miller--- via 4D_Tech <4d_tech@lists.4d.com> のメール: > > I've tried throwing in a REDRAW(variablename) and even a DELAY > PROCESS(Current process;60) - bu

Re: Weird variable (non-)refresh issue

2017-03-15 Thread Jim Dorrance via 4D_Tech
Did you try: x:=x Jim Dorrance jim.dorra...@gmail.com 4...@dorrance.eu www.4d.dorrance.eu PS: If you know of anyone that needs an experienced 4D programmer to add energy and experience to their team, please let me know. I have experience in many areas. Reasonable rates. Remote or Paris only. ***

Weird variable (non-)refresh issue

2017-03-15 Thread bob.miller--- via 4D_Tech
Hi Everyone, I have a situation where I have a variable on an input form that I set programmatically immediately before opening a dialog window (using the "Plain Window" window type). When I move the dialog to the side (to see the input form, now in the background), the variable still has its