Page 1 of 1

Grid Data URL Finished Loading

Posted: Wed Jul 15, 2015 7:47 am
by martinp
Hi, i am filling a profound ui grid/subfile with the data url field. (from a webservice)
I try to make a loading indicator, which shows that the loading has finished.

in my rpg fle:
SEARCHURL='http://test.de/webservice';
exfmt SFC_Search;

Is there a way to detect when the loading has finished ?
Cause there is no onchanged or didload event in the grid view.

Re: Grid Data URL Finished Loading

Posted: Wed Jul 15, 2015 2:54 pm
by Scott Klement
Unfortunately, we do not currently have an event that gets called when a "data url" (or other asynchronous data such as SQL-driven component, "custom url", etc) has loaded.

If you load your grid from RPG (instead of 'data url') however, you can use the record format's 'onload' event for this.