May 16, 200619 yr Hi. I am upgrading a system from FM 5 to 8. I want to deny access to the files for all clients that are are not using FM 8. Some users have FM 7 installed and i do not want them to access the files created in FM 8 (since some of the functions are not supported). What is the best method to do this?
May 16, 200619 yr Hi, I think left(rightwords(get(applicationVersion); 1); 1)< 8 should do the trick in an "If" script step in the startup script. -Raz *Actually, getasnumber(get(applicationversion))<8 is nicer. Edited May 16, 200619 yr by Guest
Create an account or sign in to comment