Page 1 of 1

Upgrade - Property RequestLive not found?

Posted: 11.03.2009, 04:51
by DaveB
I have just upgraded to the latest ZEOS - all went well.

BUT when I try to run my previous apps I get
Property RequestLive not found.

I know this has been removed. I can fix it by taking the component
off the Form and putting it back on from the pallet.

But this will take for ever. Is there any way to fix this without having
to remove every ZEOS component?

Thanks very much

Posted: 14.03.2009, 09:06
by daniele
It's necessary remove this property's from your dfm file of project delphi with external editor...

Posted: 14.03.2009, 11:29
by seawolf
Open Delphi, then open your project, then watch, at design time the form containing that component. Right cilck over the form .. it appears a manĂ¹.

Choose the item "View as Text" then find the line with that property set and remove it.

Save everything then recompile. You should not have that error anymore

Posted: 02.12.2010, 13:49
by joananjr
Friends. I change in my project to new zeoslib too. And I received the same error. My question is: Why the property is deprecated? Now, the dafault behavior is as True or False?

Posted: 05.12.2010, 22:53
by mdaems
Not sure about the 'Why?' question. I suppose because 'readonly' is more clear to everybody? This happened before I even knew zeoslib.
For a TZReadonlyQuery the default is Readonly=true (strange??). For a TZQuery the default is Readonly=false.

Mark