I am trying to convert a FF31/PB9 project to FF35/PB10 and I am
getting a compiler error message that I am not sure how to fix.
Error Message is: Error 516 Deftype.... see screen print below
What do I need to do?
FF_Control_Enable_ReadOnly must be a function you created in FireFly 3 Function library in FF3.0.
Add it to your FireFly 3.5 library.
At least it isn't in my list of functions.
Paul,
Does version 3.5 enable/disable a control in a different manor
in FF35 than in FF31 ?
If so, what is the new Function call.
Enable/Disable a control is different than making a control (TextBox?) "readonly".
Looks like you created those functions. Check out your post from a few months ago:
http://www.planetsquires.com/protect/forum/index.php?topic=2862.msg21334#msg21334
Paul,
Yes, I found the function in the FireFly_Functions directory of the FF31 version.
I will copy them over to FF35. Thanks