epiCode Active Member Licensed User Jul 7, 2022 #1 Need a small clarification : In one of the DSE example I saw that views were not declared in Class Globals and referred using dd.GetViewByName. If we declare them, will that affect in any way or just redundant ?
Need a small clarification : In one of the DSE example I saw that views were not declared in Class Globals and referred using dd.GetViewByName. If we declare them, will that affect in any way or just redundant ?
Erel B4X founder Staff member Licensed User Longtime User Jul 7, 2022 #2 mohsyn said: If we declare them, will that affect in any way or just redundant ? Click to expand... The globals declarations have nothing to do with dd.GetViewByName. Note that you do need to call DDD.CollectViewsData in the designer script. Upvote 0
mohsyn said: If we declare them, will that affect in any way or just redundant ? Click to expand... The globals declarations have nothing to do with dd.GetViewByName. Note that you do need to call DDD.CollectViewsData in the designer script.