Hi Przemek,

BTW I understand the problem of index callbacks, but HVM/RDD
should make sure to execute these in the RDDs CP context.

Which one?

? WA1->FIELD1 >= WA2->FIELD2

WA1 uses CP1, WA2 uses CP2
Please define RDD CP in this case?

In this case there is no RDD CP context involved in my
understanding, this is executed in the caller CP context.

Another more sophisticated solution could be that first
WA1->FIELD1 is converted to caller CP from WA1 CP, then
WA2->FIELD2 is also converted to caller CP from WA2 CP,
and then comparison is made using the caller CP context.

Back to prev mail for sec, can shade some light specifically
this issue:

Why can we do this now:
---
hb_setcodepage( "CP_ZZ" )
dbUseArea( ..., "CP_XX" )
dbUseArea( ..., "CP_XX" )
---
But not this:
---
hb_setcodepage( "CP_ZZ" )
hb_rdddefaultcodepage( "CP_XX" )
dbUseArea( ... )
dbUseArea( ... )
---

Brgds,
Viktor

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to