Upgrade - Property RequestLive not found?

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

Post Reply
DaveB
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 24.11.2007, 14:51

Upgrade - Property RequestLive not found?

Post 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
daniele
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: 13.03.2009, 10:01

Post by daniele »

It's necessary remove this property's from your dfm file of project delphi with external editor...
seawolf
Zeos Dev Team *
Zeos Dev Team *
Posts: 385
Joined: 04.06.2008, 19:50
Contact:

Post 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
joananjr
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 02.12.2010, 13:28
Location: BR

Post 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?
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post 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
Image
Post Reply