FoxInCloud
News from 2.28.0-beta.9
Gravatar is a globally recognized avatar based on your email address. News from 2.28.0-beta.9
  Vincent H.
  All
  Nov 9, 2018 @ 01:43am

Hello Thierry,
With the 2.28.0-beta.9,

  • The pagesframe do not turn in circles when they are clicked quickly;
  • Grids lose all their attributes when updating the data source (with Record.Source = "" before of course).
    I had to reinstall the beta.8 and it works again.
Gravatar is a globally recognized avatar based on your email address. re: News from 2.28.0-beta.9
  FoxInCloud Support - Thierry N.
  Vincent H.
  Nov 9, 2018 @ 03:42am

Hello Vincent,

Thanks for your feedback

Grids lose all their attributes when updating the data source (with Record.Source = "" before of course).

http://foxincloud.com/tutotest/bs/dataUpdate.tuto works fine while changing .recordSource

Do you have a specific repro case?

thanks in advance

Gravatar is a globally recognized avatar based on your email address. re: News from 2.28.0-beta.9
  Vincent H.
  FoxInCloud Support - Thierry N.
  Nov 10, 2018 @ 01:17am

Here is my screen, before and after the update, without any change:

Thanks in advance for any track

Gravatar is a globally recognized avatar based on your email address. re: News from 2.28.0-beta.9
  Vincent H.
  Vincent H.
  Nov 11, 2018 @ 12:51am

I found the difference in behavior between the 2 versions.

In my Page.Refresh_ () I run a procedure like this:

PROCEDURE My_proc
IF VARTYPE (My_scr) = "O"
   My_scr.PageFrame1.Page.Grid.RecordSource = ""
ENDIF
SELECT * ... INTO My_Cursor READWRITE
IF VARTYPE (My_scr) = "O"
   My_scr.PageFrame1.Page.Grid.RecordSource = "MyCursor"
ENDIF

It fails.

But if in Page.Refresh_ () I do:

THIS.Grid.RecordSource = ""
DO My_proc
THIS.Grid.RecordSource = "MyCursor"

It works. I no longer lose the attributes of my grid.

Gravatar is a globally recognized avatar based on your email address. re: News from 2.28.0-beta.9
  FoxInCloud Support - Thierry N.
  Vincent H.
  Nov 13, 2018 @ 01:20am

I understand the issue is closed, am I right?

Gravatar is a globally recognized avatar based on your email address. re: News from 2.28.0-beta.9
  Vincent H.
  FoxInCloud Support - Thierry N.
  Nov 13, 2018 @ 01:41am

If I systematically external RecordSouce = "", yes it is

Gravatar is a globally recognized avatar based on your email address. re: News from 2.28.0-beta.9
  FoxInCloud Support - Thierry N.
  Vincent H.
  Nov 13, 2018 @ 06:27am

OK fine thanks

Any other feedback for this release candidate?

Gravatar is a globally recognized avatar based on your email address. re: News from 2.28.0-beta.9
  Vincent H.
  FoxInCloud Support - Thierry N.
  Nov 14, 2018 @ 09:57am

I worked with. No worries with our application !

Gravatar is a globally recognized avatar based on your email address. re: News from 2.28.0-beta.9
  Gilles Lajot-Sarthou
  FoxInCloud Support - Thierry N.
  Nov 16, 2018 @ 09:47am

Hello Thierry, All is working normaly with my three applications.

Amicalement Gilles

© 1996-2024