Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Display date of reload of an application in another application

Hi All,

I have a scenario where i am using 2 tables, say A and B.

I am creating QVDs for both A and B in separate applications and using these QVDs in my main application, let C.

Now my table A gets reloaded daily whereas table B gets reloaded on a weekly basis. I can get respective reload time for both tables by using ReloadTime() function.

Now the requirement is that i want to show these reload times in my main application C. Is there a function or a way to show the reload time of one application in another?

Looking for an answer.

Thanks in advance.

Regards,

Disha Ahuja

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

4 Replies
Anonymous
Not applicable
Author

jonathandienst
Partner - Champion III
Partner - Champion III

You can use the either the filetime or QVCreateTime function during the load of application C and assign the values to variables which you can display in a text box in application C.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Not applicable
Author

Thanks a lot for your help Balraj Ahlawat.

Anonymous
Not applicable
Author