Compiler Error question

Started by Martin Francom, November 07, 2011, 05:42:16 PM

Previous topic - Next topic

Martin Francom

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?


Brian Chirgwin


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.

Martin Francom

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.

Paul Squires

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 Squires
PlanetSquires Software

Martin Francom

#4
Paul,
   Yes, I found the function in the FireFly_Functions directory of the FF31 version.
I will copy them over to FF35.  Thanks