Re: Web Areas On Form Page >1

2017-05-30 Thread Sujit Shah via 4D_Tech
I have web areas on a multi page layout each with its own variable. Works well for me. There was a Kirk - Mayako iNUG message exchange on this and I am not sure now what made it work for me. On Wed, 31 May 2017 at 8:00 am, Keith Goebel via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Actually, the

Re: Web Areas On Form Page >1

2017-05-30 Thread Keith Goebel via 4D_Tech
Actually, the variable names are all the same - it is the object names that are different. > Using 4D v15.2 Win we have forms with 7 or 8 web areas on different pages - > all work fine. > I can’t get at the code at the moment but I think I just made sure each web > area had a different

Re: Web Areas On Form Page >1

2017-05-30 Thread Cannon Smith via 4D_Tech
Thanks, Kirk. -- Cannon.Smith Synergy Farm Solutions Inc. Hill Spring, AB Canada 403-626-3236 > On May 29, 2017, at 7:52 PM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I know my solution works on both platforms but since I develop on a Mac I

Re: Web Areas On Form Page >1

2017-05-30 Thread Cannon Smith via 4D_Tech
Thanks, Ingo. -- Cannon.Smith Synergy Farm Solutions Inc. Hill Spring, AB Canada 403-626-3236 > On May 29, 2017, at 4:09 PM, Ingo Wolf via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > This is needed and works on both Mac and Windows.

Re: Web Areas On Form Page >1

2017-05-29 Thread Kirk Brooks via 4D_Tech
Cannon, I know my solution works on both platforms but since I develop on a Mac I don't know if it even showed up on the Windows side. I seem to recall coming to the same conclusion Ingo mentioned - that the web area isn't instantiated until it's actually displayed. This is all in v15 , BTW. And

Re: Web Areas On Form Page >1

2017-05-29 Thread Ingo Wolf via 4D_Tech
This is needed and works on both Mac and Windows. __ ViELMAC Ingo Wolf Rheinhessenring 53A D 55597 Wöllstein Tel. +49 (0)6703 3070320 Fax +49 (0)6703 3070321 e-Mail i...@vielmac.de > Hi Ingo, > > This is basically the workaround I’m using right now. Do you know if this is > necessary on both

Re: Web Areas On Form Page >1

2017-05-29 Thread Keith Goebel via 4D_Tech
Using 4D v15.2 Win we have forms with 7 or 8 web areas on different pages - all work fine. I can’t get at the code at the moment but I think I just made sure each web area had a different variable name. If that’s not it, I’ll send another message.

Re: Web Areas On Form Page >1

2017-05-29 Thread Cannon Smith via 4D_Tech
Hi Ingo, This is basically the workaround I’m using right now. Do you know if this is necessary on both Mac and Windows? I haven’t tested Windows yet, but I’m curious. Thanks. -- Cannon.Smith Synergy Farm Solutions Inc. Hill Spring, AB Canada 403-626-3236

Re: Web Areas On Form Page >1

2017-05-29 Thread Ingo Wolf via 4D_Tech
I did run into this issue, too. At the end of the "On load" form event i set a flag and run Set timer. In the "on timer" event i check if the flag is still set and if i'm on the page with the web area. If yes, i do WA OPEN URL and clear the flag. My understanding of this is that the web area

Re: Web Areas On Form Page >1

2017-05-29 Thread Cannon Smith via 4D_Tech
Hi Kirk, It’s interesting that this works correctly for Steve. I’m wondering if it’s because I’ve only tried on the Mac so far and he’s using Windows. Do you know if you’ve tried it on both platforms? Thanks. -- Cannon.Smith Synergy Farm Solutions Inc. Hill Spring, AB Canada 403-626-3236

Re: Web Areas On Form Page >1

2017-05-29 Thread Kirk Brooks via 4D_Tech
Cannon, I had the same problem. I just looked to see how I resolved it. Turns out I just brute-forced the matter and put that second 'page' onto a separate form and open it into the window. Looks & behaves just like 'page 2' but it's not. I'm actually using multiple pages more conservatively -

RE: Web Areas On Form Page >1

2017-05-29 Thread Stephen J. Orth via 4D_Tech
t: Web Areas On Form Page >1 Is there something different about web areas when they are on a form page > 1? I’ve used lots of web areas before and never run into my current problem and the only thing I can think of that is different is that it is on form page 3. Here is roughly what happens:

Web Areas On Form Page >1

2017-05-29 Thread Cannon Smith via 4D_Tech
Is there something different about web areas when they are on a form page > 1? I’ve used lots of web areas before and never run into my current problem and the only thing I can think of that is different is that it is on form page 3. Here is roughly what happens: FORM GOTO PAGE(3) //Set up the