Search found 5 matches

by DaveB
11.03.2009, 04:51
Forum: 6.6 - stable
Topic: Upgrade - Property RequestLive not found?
Replies: 4
Views: 981

Upgrade - Property RequestLive not found?

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 ...
by DaveB
27.11.2007, 12:24
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: SQL Get the Date only from DateTimestamp Field?
Replies: 3
Views: 1196

Using Firebird
by DaveB
25.11.2007, 13:59
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: SQL Get the Date only from DateTimestamp Field?
Replies: 3
Views: 1196

SQL Get the Date only from DateTimestamp Field?

I want to Query using TZQuery but the Date field is a DateTimeStamp So my param is passed like MyQuery.ParamByName('aDate').AsDate Because of the time part of the field I seem to need to always add one to the date to get the correct range. In other DB Engines I believe in the SQL I can do WHERE DATE...
by DaveB
24.11.2007, 15:23
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: OnGetText not working on Query - Blob Field?
Replies: 2
Views: 974

Hi Mark,

Thank for that. I cant work out why the event is not firing.
It must be something I am doing wrong but I cant seem to get it
to work.
by DaveB
24.11.2007, 14:56
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: OnGetText not working on Query - Blob Field?
Replies: 2
Views: 974

OnGetText not working on Query - Blob Field?

I have a query and a Blob field (memo text)
Testing the OnGetText event to see if it fires, but it
never seems to fire the event.

Is the OnGetText supported in ZEOS queries?

Thank you