PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Information about installed Patch
Information about installed Patch
Started by FEDERICO FAVARETTO, Aug., 04 2023 5:55 PM - 2 replies
Registered member
1 message
Posted on August, 04 2023 - 5:55 PM
Hey everyone

I'm new here, but i'm using WINDEV since Version 9

Some one know if it's possible to know in runtime the version of the last application patch installed?

Thanks

Federico
Posted on August, 29 2023 - 8:09 AM
You can implement a custom approach: during the patch installation process, update a specific file or database entry with the patch version. Then, your application can read this file or database entry at runtime to determine the last patch version applied. https://www.yourtexasbenefits.bid/
Posted on November, 20 2023 - 1:33 PM
Thanks for the tip, James.

I think that Windev System take into account the software Version and Patch installed.

i'm still looking

Bye