I have an application created with VFP60. Now while testing this application with VFP70, strange things happens.
In a Form I put code: p_set_env() which is a procedure in UTILITY.PRG. The first thing to do when starting the application is: SET PROCEDURE TO UTILITY.PRG
Now this works fine when using VFP60, but when using VFP70, I get a runtime error: cannot find program p_set_env (the Forms have all Private Datasessions)
Anyone knows what's going on here?
... I noticed that the compiler of VFP70 is more strict, so compiling VFP60 code succesfully, sometimes does not compile the first time using VFP70.
Thanks for any reply.
André
In a Form I put code: p_set_env() which is a procedure in UTILITY.PRG. The first thing to do when starting the application is: SET PROCEDURE TO UTILITY.PRG
Now this works fine when using VFP60, but when using VFP70, I get a runtime error: cannot find program p_set_env (the Forms have all Private Datasessions)
Anyone knows what's going on here?
... I noticed that the compiler of VFP70 is more strict, so compiling VFP60 code succesfully, sometimes does not compile the first time using VFP70.
Thanks for any reply.
André