In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Xailer2 with FastReport

Xailer professional forum in English
Responder
Pedro Sousa e Faro
Mensajes: 91
Registrado: Mié May 30, 2007 5:25 pm

Xailer2 with FastReport

Mensaje por Pedro Sousa e Faro »

Hi
Since we convert our Xailer 1.99 App to Xailer 2.0 , we have been
experienced a small problem with our Report Generator(fastReport).
In the report designer , the First Time we preview the report we see the
data . The second Time we preview the report , it shows no data.
"Fast Report " support said's that the problem could be that queries may
be " not unidirectional".
The same reports/FR version works fine in Xailer 1.99
Anyone has experienced this problem ?.
Best regards.
Pedro Faro
Bingen Ugaldebere
Mensajes: 1310
Registrado: Mié Sep 26, 2007 7:12 pm

Xailer2 with FastReport

Mensaje por Bingen Ugaldebere »

Have you upgraded your FastReport, you need a new version to run with
Xailer 2.0.
Actually last version is 4.9.13
Regards
Bingen Ugaldebere
Mensajes: 1310
Registrado: Mié Sep 26, 2007 7:12 pm

Xailer2 with FastReport

Mensaje por Bingen Ugaldebere »

Have you upgraded your FastReport, you need a new version to run with
Xailer 2.0.
Actually last version is 4.9.13
Regards
Pedro Sousa e Faro
Mensajes: 91
Registrado: Mié May 30, 2007 5:25 pm

Xailer2 with FastReport

Mensaje por Pedro Sousa e Faro »

Hi Bingen
We actually use FR 4.9.13 , and works ok in Xailer 1.9 and have the problem
in Xailer 2.
The answer of FR support :
Any query(cursor) at any SQL-servers is unidirectional.
Client-side datasets caches data and makes possible bidirectional
operation like Skip(-1), GoTop() around its cache.
But for best perfomance, in any other langs (Delphi, C etc)
datasets has property "Unidirectional". If .T., datasets cache
contain only one current record.
In general, all looks like that :GoTop() do not work at your
dataset in Xailer2.
Regards
Pedro
"Bingen Ugaldebere" <bingen@bisoft.com> escreveu na mensagem
news:4b7bb62d$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Have you upgraded your FastReport, you need a new version to run with
> Xailer 2.0.
>
> Actually last version is 4.9.13
>
> Regards
>
Pedro Sousa e Faro
Mensajes: 91
Registrado: Mié May 30, 2007 5:25 pm

Xailer2 with FastReport

Mensaje por Pedro Sousa e Faro »

Hi Bingen
We actually use FR 4.9.13 , and works ok in Xailer 1.9 and have the problem
in Xailer 2.
The answer of FR support :
Any query(cursor) at any SQL-servers is unidirectional.
Client-side datasets caches data and makes possible bidirectional
operation like Skip(-1), GoTop() around its cache.
But for best perfomance, in any other langs (Delphi, C etc)
datasets has property "Unidirectional". If .T., datasets cache
contain only one current record.
In general, all looks like that :GoTop() do not work at your
dataset in Xailer2.
Regards
Pedro
"Bingen Ugaldebere" <bingen@bisoft.com> escreveu na mensagem
news:4b7bb62d$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Have you upgraded your FastReport, you need a new version to run with
> Xailer 2.0.
>
> Actually last version is 4.9.13
>
> Regards
>
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9469
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Xailer2 with FastReport

Mensaje por ignacio »

Pedro,
If you are using ADO, check the property nCursorType. I suggest you use a
adOpenStatic value.
Regards,
--
Ignacio Ortiz de Zúñiga
[Equipo de Xailer/Xailer team]
http://www.xailer.com
http://www.xailer.info
"Pedro Faro" <psfaro@shi.pt> escribió en el mensaje de
noticias:[email=4b7b209d@svctag-j7w3v3j....]4b7b209d@svctag-j7w3v3j....[/email]
> Hi
>
> Since we convert our Xailer 1.99 App to Xailer 2.0 , we have been
> experienced a small problem with our Report Generator(fastReport).
>
> In the report designer , the First Time we preview the report we see the
> data . The second Time we preview the report , it shows no data.
>
> "Fast Report " support said's that the problem could be that queries
> may be " not unidirectional".
>
> The same reports/FR version works fine in Xailer 1.99
>
>
> Anyone has experienced this problem ?.
>
> Best regards.
> Pedro Faro
>
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9469
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Xailer2 with FastReport

Mensaje por ignacio »

Pedro,
If you are using ADO, check the property nCursorType. I suggest you use a
adOpenStatic value.
Regards,
--
Ignacio Ortiz de Zúñiga
[Equipo de Xailer/Xailer team]
http://www.xailer.com
http://www.xailer.info
"Pedro Faro" <psfaro@shi.pt> escribió en el mensaje de
noticias:[email=4b7b209d@svctag-j7w3v3j....]4b7b209d@svctag-j7w3v3j....[/email]
> Hi
>
> Since we convert our Xailer 1.99 App to Xailer 2.0 , we have been
> experienced a small problem with our Report Generator(fastReport).
>
> In the report designer , the First Time we preview the report we see the
> data . The second Time we preview the report , it shows no data.
>
> "Fast Report " support said's that the problem could be that queries
> may be " not unidirectional".
>
> The same reports/FR version works fine in Xailer 1.99
>
>
> Anyone has experienced this problem ?.
>
> Best regards.
> Pedro Faro
>
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Pedro Sousa e Faro
Mensajes: 91
Registrado: Mié May 30, 2007 5:25 pm

Xailer2 with FastReport

Mensaje por Pedro Sousa e Faro »

Hi Ignacio,
Yes. I use ADO.
I never change this value, i think it's the default.
The problem with FR is related with a possible change from 1.99 to 2.x in
Datasets with codeBlocks.
Regards.
Pedro Faro.
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> escreveu na
mensagem news:4b7c0839$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Pedro,
>
> If you are using ADO, check the property nCursorType. I suggest you use a
> adOpenStatic value.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> [Equipo de Xailer/Xailer team]
> http://www.xailer.com
> http://www.xailer.info
>
> "Pedro Faro" <psfaro@shi.pt> escribió en el mensaje de
> noticias:[email=4b7b209d@svctag-j7w3v3j....]4b7b209d@svctag-j7w3v3j....[/email]
>> Hi
>>
>> Since we convert our Xailer 1.99 App to Xailer 2.0 , we have been
>> experienced a small problem with our Report Generator(fastReport).
>>
>> In the report designer , the First Time we preview the report we see the
>> data . The second Time we preview the report , it shows no data.
>>
>> "Fast Report " support said's that the problem could be that queries
>> may be " not unidirectional".
>>
>> The same reports/FR version works fine in Xailer 1.99
>>
>>
>> Anyone has experienced this problem ?.
>>
>> Best regards.
>> Pedro Faro
>>
>>
>>
>
Pedro Sousa e Faro
Mensajes: 91
Registrado: Mié May 30, 2007 5:25 pm

Xailer2 with FastReport

Mensaje por Pedro Sousa e Faro »

Hi Ignacio,
Yes. I use ADO.
I never change this value, i think it's the default.
The problem with FR is related with a possible change from 1.99 to 2.x in
Datasets with codeBlocks.
Regards.
Pedro Faro.
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> escreveu na
mensagem news:4b7c0839$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Pedro,
>
> If you are using ADO, check the property nCursorType. I suggest you use a
> adOpenStatic value.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> [Equipo de Xailer/Xailer team]
> http://www.xailer.com
> http://www.xailer.info
>
> "Pedro Faro" <psfaro@shi.pt> escribió en el mensaje de
> noticias:[email=4b7b209d@svctag-j7w3v3j....]4b7b209d@svctag-j7w3v3j....[/email]
>> Hi
>>
>> Since we convert our Xailer 1.99 App to Xailer 2.0 , we have been
>> experienced a small problem with our Report Generator(fastReport).
>>
>> In the report designer , the First Time we preview the report we see the
>> data . The second Time we preview the report , it shows no data.
>>
>> "Fast Report " support said's that the problem could be that queries
>> may be " not unidirectional".
>>
>> The same reports/FR version works fine in Xailer 1.99
>>
>>
>> Anyone has experienced this problem ?.
>>
>> Best regards.
>> Pedro Faro
>>
>>
>>
>
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9469
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Xailer2 with FastReport

Mensaje por ignacio »

Pedro,
Try to isolate the problem with a sample without using FR. TIA.
Regards,
--
Ignacio Ortiz de Zúñiga
[Equipo de Xailer/Xailer team]
http://www.xailer.com
http://www.xailer.info
"Pedro Faro" <psfaro@shi.pt> escribió en el mensaje de
noticias:4b7c5db4$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hi Ignacio,
>
> Yes. I use ADO.
> I never change this value, i think it's the default.
>
> The problem with FR is related with a possible change from 1.99 to 2.x in
> Datasets with codeBlocks.
>
> Regards.
> Pedro Faro.
>
>
> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> escreveu na
> mensagem news:4b7c0839$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Pedro,
>>
>> If you are using ADO, check the property nCursorType. I suggest you use a
>> adOpenStatic value.
>>
>> Regards,
>>
>> --
>> Ignacio Ortiz de Zúñiga
>> [Equipo de Xailer/Xailer team]
>> http://www.xailer.com
>> http://www.xailer.info
>>
>> "Pedro Faro" <psfaro@shi.pt> escribió en el mensaje de
>> noticias:[email=4b7b209d@svctag-j7w3v3j....]4b7b209d@svctag-j7w3v3j....[/email]
>>> Hi
>>>
>>> Since we convert our Xailer 1.99 App to Xailer 2.0 , we have been
>>> experienced a small problem with our Report Generator(fastReport).
>>>
>>> In the report designer , the First Time we preview the report we see the
>>> data . The second Time we preview the report , it shows no data.
>>>
>>> "Fast Report " support said's that the problem could be that queries
>>> may be " not unidirectional".
>>>
>>> The same reports/FR version works fine in Xailer 1.99
>>>
>>>
>>> Anyone has experienced this problem ?.
>>>
>>> Best regards.
>>> Pedro Faro
>>>
>>>
>>>
>>
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9469
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Xailer2 with FastReport

Mensaje por ignacio »

Pedro,
Try to isolate the problem with a sample without using FR. TIA.
Regards,
--
Ignacio Ortiz de Zúñiga
[Equipo de Xailer/Xailer team]
http://www.xailer.com
http://www.xailer.info
"Pedro Faro" <psfaro@shi.pt> escribió en el mensaje de
noticias:4b7c5db4$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hi Ignacio,
>
> Yes. I use ADO.
> I never change this value, i think it's the default.
>
> The problem with FR is related with a possible change from 1.99 to 2.x in
> Datasets with codeBlocks.
>
> Regards.
> Pedro Faro.
>
>
> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> escreveu na
> mensagem news:4b7c0839$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Pedro,
>>
>> If you are using ADO, check the property nCursorType. I suggest you use a
>> adOpenStatic value.
>>
>> Regards,
>>
>> --
>> Ignacio Ortiz de Zúñiga
>> [Equipo de Xailer/Xailer team]
>> http://www.xailer.com
>> http://www.xailer.info
>>
>> "Pedro Faro" <psfaro@shi.pt> escribió en el mensaje de
>> noticias:[email=4b7b209d@svctag-j7w3v3j....]4b7b209d@svctag-j7w3v3j....[/email]
>>> Hi
>>>
>>> Since we convert our Xailer 1.99 App to Xailer 2.0 , we have been
>>> experienced a small problem with our Report Generator(fastReport).
>>>
>>> In the report designer , the First Time we preview the report we see the
>>> data . The second Time we preview the report , it shows no data.
>>>
>>> "Fast Report " support said's that the problem could be that queries
>>> may be " not unidirectional".
>>>
>>> The same reports/FR version works fine in Xailer 1.99
>>>
>>>
>>> Anyone has experienced this problem ?.
>>>
>>> Best regards.
>>> Pedro Faro
>>>
>>>
>>>
>>
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Responder