Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
if i want to relaod just few of my tabs.
how can i do that?
tnx, adi
Hi,
Each tab is from the single datamodel. Hence you cant reload only few tabs.
but you can use the "partial Reload" to reload the application.
-Nilesh
U can give
exit script;
at the end of the tab with which u want to stop the reloading.
Sundar
You can use Partial Load but for tables only not for tab because tab is design by the tables.
Eg:-
Add
load
Name,
Number from NewPersons.csv;
And if on load script you want to do that then use Exit script like create a tab with command Exit Script;
and make position of the tab above the tabs from which you dont want to reload the data and also you use /* comment the whole script like
Tab1:
Load * from location;
/* or you can use Exit Script
Tab2:
Load & from Location;
Another Example:-
Tab1 Tab2 Exit Script Tab Tab4
Load Load Exit Script; Load
Statements Statements Statements
Hi,
You can go edit script and go to specific tab and comment those tabs that you don't want to load.
Hope it helps
Regards
ASHFAQ