Digital Metaphors ReportBuilder & Bookmarks

dolphinbobo

Турист
Регистрация
19 Дек 2006
Сообщения
12
Реакции
1
Credits
8
Bonjour a tous !

I'm using the following hardware/software :

notebook MSI GE72, i7 4720, 16 GB, 1TB, 17''
windows 8.1 enterprise
Delphi xe6 and xe7
Fibplus, infopower

I noticed that in ReportBuilder 16.0.2 a datapipeline expects a nativeInt
object when a bookmark is added using pipeline's add method.

The bookmarks obtained through a dataset's getBookMark method
are System.TArray<System.Byte> objects. Formally casting that kind
of object using TNativeInt( object ) syntax though not offending the compiler
and the linker, is not of any help in producing suitable bookmarks to make the
desired dataset traversal.

Could you point me to my mistakes, if any ?
Does someone have a solution or a workaround ?

Thank you
 
  • Like
Реакции: nmsh