FoxInCloud
Error after beta 5
Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  Arcadio Bianco
  Arcadio Bianco
  Sep 30, 2020 @ 03:26pm

Returning to Beta 4 the problem does not occur. Remembering that I use a way to customize the html and javascript as the photo below.

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  FoxInCloud Support - Thierry N.
  Arcadio Bianco
  Oct 1, 2020 @ 05:17am

Hi Arcadio,

Can't say why this happens by just reading code…
Can you reproduce in dev. & debug mode, and provide the full call stack when error occurs?

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  Arcadio Bianco
  FoxInCloud Support - Thierry N.
  Oct 1, 2020 @ 05:38am

Ok! The error occurs when the form is loaded with the formmaster. What can I send to you? A video? Maybe explaining to me what you changed in this beta 5 will also understand why it is not working now.

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  FoxInCloud Support - Thierry N.
  Arcadio Bianco
  Oct 1, 2020 @ 07:33am

I need that you reproduce the error in dev and debug mode (do atPJcompileDebugMode), and provide debugging info when the error occurs

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  Arcadio Bianco
  FoxInCloud Support - Thierry N.
  Oct 1, 2020 @ 09:57am

The error happens the first time I call the form. Then it stops happening.

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  FoxInCloud Support - Thierry N.
  Arcadio Bianco
  Oct 1, 2020 @ 10:14am

I understand the error and where it happens, I just can't understand why it occurs.

if you run using DEBUGMODE, does execution stop when error occurs?

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  Arcadio Bianco
  FoxInCloud Support - Thierry N.
  Oct 1, 2020 @ 10:21am

I will try here, the change you made has no way to parameterize, to have the previous behavior?

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  Arcadio Bianco
  Arcadio Bianco
  Oct 1, 2020 @ 10:32am

In DEBUGMODE the problem does not occur.

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  Arcadio Bianco
  Arcadio Bianco
  Oct 1, 2020 @ 11:05am

It is something in the site and temp folder. I don't understand much about this process. If I enter the screen once the second time, there is no more error show.

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  FoxInCloud Support - Thierry N.
  Arcadio Bianco
  Oct 1, 2020 @ 11:52am

In DEBUGMODE the problem does not occur.

Thanks for trying, we'll try to reproduce on our side.

What does your form look like?

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  Arcadio Bianco
  FoxInCloud Support - Thierry N.
  Oct 1, 2020 @ 12:26pm

Foxincloud's logo appears, there when I ask to see the code of the page this way, it appears as in the first photo of this topic.

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  FoxInCloud Support - Thierry N.
  Arcadio Bianco
  Oct 2, 2020 @ 02:16am

Can you please share a screenshot of the form where error occurs?

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  FoxInCloud Support - Thierry N.
  Arcadio Bianco
  Oct 2, 2020 @ 03:13am

Hi Arcadio,

Could not reproduce with #200 forms of various origins…

I confirm that, when compiled with DEBUGMODE = .T. and starting server in the VFP IDE, execution should stop when the error occurs:

modify project xxxTest nowait
do atPJcompileDebugmode with .T.
do xxxTest with 'form_on_error.scx'
Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  FoxInCloud Support - Thierry N.
  Arcadio Bianco
  Oct 2, 2020 @ 06:22am

Still not sure why your issue occurs, however this should be a workaround:

modify command awHTML.prg

&& replace

if m.llForm
  this.getHTML_frm_Script_tabCycle

&& by

if m.llForm and m.this.lTabIndex && 2020-10-02 thn -- {FiC V 2.31.0-beta.6} {en} moved up https://support.west-wind.com/Thread5VI0W7AGY.wwt
  this.getHTML_frm_Script_tabCycle
Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  Arcadio Bianco
  FoxInCloud Support - Thierry N.
  Oct 2, 2020 @ 06:55am

It worked! I had no more error messages. Thank you!

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  FoxInCloud Support - Thierry N.
  Arcadio Bianco
  Oct 2, 2020 @ 07:09am

great, thanks for the feedback!

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  Arcadio Bianco
  FoxInCloud Support - Thierry N.
  Oct 2, 2020 @ 02:08pm

Taking advantage of this problem that I had, wouldn't it be interesting when crash is occur in formmaster, show the error without having to enter the source code of the page?

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  Arcadio Bianco
  Arcadio Bianco
  Jan 6, 2021 @ 04:47am

Hi,

This problem occurred again in beta 7. Do I have to make the change manually in every new version?

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  FoxInCloud Support - Thierry N.
  Arcadio Bianco
  Jan 7, 2021 @ 01:48am

Hello Arcadio,

If you change FoxinCloud source code for this issue, can you share your changes?

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  Arcadio Bianco
  FoxInCloud Support - Thierry N.
  Jan 7, 2021 @ 06:07am
modify command awHTML.prg

&& replace

if m.llForm
  this.getHTML_frm_Script_tabCycle

&& by

if m.llForm and m.this.lTabIndex && 2020-10-02 thn -- {FiC V 2.31.0-beta.6} {en} moved up https://support.west-wind.com/Thread5VI0W7AGY.wwt
  this.getHTML_frm_Script_tabCycle

If I put this code above, the problem does not occur, I thought it would be fixed in the foxincloud code.

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  FoxInCloud Support - Thierry N.
  Arcadio Bianco
  Jan 7, 2021 @ 08:57am

I thought it would be fixed in the foxincloud code

It was, and unfortunately the change was lost during a sync between dev. machines.

Please report ASAP when you see this happen. Thanks

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  Arcadio Bianco
  FoxInCloud Support - Thierry N.
  Jan 7, 2021 @ 09:40am

I think it would be u just to make the change again, right? I didn't understand what you want me to do.

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  FoxInCloud Support - Thierry N.
  Arcadio Bianco
  Jan 8, 2021 @ 03:36am

Please tell us ASAP about changes missing in a new release

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  Arcadio Bianco
  FoxInCloud Support - Thierry N.
  Jan 8, 2021 @ 05:26am

Got it! I only noticed this for now. Don't you use a source control like team foudation?

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  FoxInCloud Support - Thierry N.
  Arcadio Bianco
  Jan 8, 2021 @ 09:31am

We do, and sometimes have sync failures

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  FoxInCloud Support - Thierry N.
  Arcadio Bianco
  Jan 12, 2021 @ 12:16am

If I put this code above, the problem does not occur, I thought it would be fixed in the foxincloud code.

fixed, please double check in the next release scheduled end of January

Gravatar is a globally recognized avatar based on your email address. re: Error after beta 5
  Arcadio Bianco
  FoxInCloud Support - Thierry N.
  Jan 12, 2021 @ 04:35am

OK! Thank you!

© 1996-2024