djb1981 Posted June 12, 2022 Report Share Posted June 12, 2022 I have two datapages deployed on the same page. I need one datapage to always load before the other. How is this possible? Quote Link to comment Share on other sites More sharing options...
0 RuisiHansamu Posted June 13, 2022 Report Share Posted June 13, 2022 Hi there, as I understand, you would like to load the first DataPage before the other one to load? Is that a Search and Report DataPage? Also, you mentioned that the two DataPages are deployed on the same page. If so, maybe you could do a separate Search page and results page. I have tried this on my end and followed this Caspio article guide: https://howto.caspio.com/tech-tips-and-articles/tech-parameters/how-to-separate-search-page-and-results-page-into-two-different-webpages/ Quote Link to comment Share on other sites More sharing options...
0 Wikiwi Posted June 14, 2022 Report Share Posted June 14, 2022 @djb1981 Your desired flow might need a bit of java script in it. I used setTimeout(function, time in milliseconds) before to force hide some elements after the specified time. You may be able to use this but in reverse, (the DataPage will show after a set period of time). You may want to check this: https://www.w3schools.com/js/js_timing.asp Quote Link to comment Share on other sites More sharing options...
Question
djb1981
I have two datapages deployed on the same page. I need one datapage to always load before the other. How is this possible?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.