Hola,
is there any instruction on how to use the progressbar together with
indexing (ordcondset())?
Thanks for all answers
Christian Lauer
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.
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.
ProgressBar and indexing
-
- Mensajes: 30
- Registrado: Lun Jul 18, 2005 12:29 am
- ignacio
- Site Admin
- Mensajes: 9441
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
ProgressBar and indexing
Christian,
On DataSets:
METHOD Reindex( lTry, oPgBar )
METHOD AddTag( cTag, cExp, cFor, cFile, oPgBar )
When lTry is .T. (the default) will only try to reindex if it cans, in case
it can not, no error will be shown. The reindex method tries to reopen the
file in exclusive mode in order to perform the reindex, when it finishes it
will reopen in shared mode and will go back to the same state it was.
Regards,
"Christian Lauer" <clauer@netzw.de> escribió en el mensaje
news:42466a39$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Hola,
>
> is there any instruction on how to use the progressbar together with
> indexing (ordcondset())?
>
> Thanks for all answers
> Christian Lauer
On DataSets:
METHOD Reindex( lTry, oPgBar )
METHOD AddTag( cTag, cExp, cFor, cFile, oPgBar )
When lTry is .T. (the default) will only try to reindex if it cans, in case
it can not, no error will be shown. The reindex method tries to reopen the
file in exclusive mode in order to perform the reindex, when it finishes it
will reopen in shared mode and will go back to the same state it was.
Regards,
"Christian Lauer" <clauer@netzw.de> escribió en el mensaje
news:42466a39$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Hola,
>
> is there any instruction on how to use the progressbar together with
> indexing (ordcondset())?
>
> Thanks for all answers
> Christian Lauer
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
-
- Mensajes: 30
- Registrado: Lun Jul 18, 2005 12:29 am
ProgressBar and indexing
Ignacio,
thanks for your quick answer on easter sunday! Is there a documentation
about Dataset / Datasource? I did not find it in the present help file.
Thanks again.
Christian
Ignacio Ortiz wrote:
> Christian,
>
> On DataSets:
>
> METHOD Reindex( lTry, oPgBar )
> METHOD AddTag( cTag, cExp, cFor, cFile, oPgBar )
>
> When lTry is .T. (the default) will only try to reindex if it cans, in case
> it can not, no error will be shown. The reindex method tries to reopen the
> file in exclusive mode in order to perform the reindex, when it finishes it
> will reopen in shared mode and will go back to the same state it was.
>
> Regards,
>
> "Christian Lauer" <clauer@netzw.de> escribió en el mensaje
> news:42466a39$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>
>>Hola,
>>
>>is there any instruction on how to use the progressbar together with
>>indexing (ordcondset())?
>>
>>Thanks for all answers
>>Christian Lauer
>
>
>
thanks for your quick answer on easter sunday! Is there a documentation
about Dataset / Datasource? I did not find it in the present help file.
Thanks again.
Christian
Ignacio Ortiz wrote:
> Christian,
>
> On DataSets:
>
> METHOD Reindex( lTry, oPgBar )
> METHOD AddTag( cTag, cExp, cFor, cFile, oPgBar )
>
> When lTry is .T. (the default) will only try to reindex if it cans, in case
> it can not, no error will be shown. The reindex method tries to reopen the
> file in exclusive mode in order to perform the reindex, when it finishes it
> will reopen in shared mode and will go back to the same state it was.
>
> Regards,
>
> "Christian Lauer" <clauer@netzw.de> escribió en el mensaje
> news:42466a39$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>
>>Hola,
>>
>>is there any instruction on how to use the progressbar together with
>>indexing (ordcondset())?
>>
>>Thanks for all answers
>>Christian Lauer
>
>
>
- ignacio
- Site Admin
- Mensajes: 9441
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
ProgressBar and indexing
Christian,
Yes in the DOC directory as TXT files, but I am afraid their are only in
spanish. We hope to have them in English also soon.
Regards,
"Christian Lauer" <clauer@netzw.de> escribió en el mensaje
news:424686fe$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Ignacio,
>
> thanks for your quick answer on easter sunday! Is there a documentation
> about Dataset / Datasource? I did not find it in the present help file.
>
> Thanks again.
> Christian
>
>
> Ignacio Ortiz wrote:
>> Christian,
>>
>> On DataSets:
>>
>> METHOD Reindex( lTry, oPgBar )
>> METHOD AddTag( cTag, cExp, cFor, cFile, oPgBar )
>>
>> When lTry is .T. (the default) will only try to reindex if it cans, in
>> case it can not, no error will be shown. The reindex method tries to
>> reopen the file in exclusive mode in order to perform the reindex, when
>> it finishes it will reopen in shared mode and will go back to the same
>> state it was.
>>
>> Regards,
>>
>> "Christian Lauer" <clauer@netzw.de> escribió en el mensaje
>> news:42466a39$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>
>>>Hola,
>>>
>>>is there any instruction on how to use the progressbar together with
>>>indexing (ordcondset())?
>>>
>>>Thanks for all answers
>>>Christian Lauer
>>
>>
Yes in the DOC directory as TXT files, but I am afraid their are only in
spanish. We hope to have them in English also soon.
Regards,
"Christian Lauer" <clauer@netzw.de> escribió en el mensaje
news:424686fe$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Ignacio,
>
> thanks for your quick answer on easter sunday! Is there a documentation
> about Dataset / Datasource? I did not find it in the present help file.
>
> Thanks again.
> Christian
>
>
> Ignacio Ortiz wrote:
>> Christian,
>>
>> On DataSets:
>>
>> METHOD Reindex( lTry, oPgBar )
>> METHOD AddTag( cTag, cExp, cFor, cFile, oPgBar )
>>
>> When lTry is .T. (the default) will only try to reindex if it cans, in
>> case it can not, no error will be shown. The reindex method tries to
>> reopen the file in exclusive mode in order to perform the reindex, when
>> it finishes it will reopen in shared mode and will go back to the same
>> state it was.
>>
>> Regards,
>>
>> "Christian Lauer" <clauer@netzw.de> escribió en el mensaje
>> news:42466a39$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>
>>>Hola,
>>>
>>>is there any instruction on how to use the progressbar together with
>>>indexing (ordcondset())?
>>>
>>>Thanks for all answers
>>>Christian Lauer
>>
>>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
-
- Mensajes: 30
- Registrado: Lun Jul 18, 2005 12:29 am
ProgressBar and indexing
Ignacio,
muchas gracias para contestarme tan pronto. Vas que hablo un poquito
espanol pero entiendo mas. Tenemos unos amigos en Madrid.
Pero es mas facil para mi escribir en ingles si tengo problemas con un
programa - tardo bastande y necesito un dicionario.
Creo que entiendo la documentacion en espanol como en ingles.
Saludos
Christian Lauer
Ignacio Ortiz wrote:
> Christian,
>
> Yes in the DOC directory as TXT files, but I am afraid their are only in
> spanish. We hope to have them in English also soon.
>
> Regards,
>
> "Christian Lauer" <clauer@netzw.de> escribió en el mensaje
> news:424686fe$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>
>>Ignacio,
>>
>>thanks for your quick answer on easter sunday! Is there a documentation
>>about Dataset / Datasource? I did not find it in the present help file.
>>
>>Thanks again.
>>Christian
>>
>>
>>Ignacio Ortiz wrote:
>>
>>>Christian,
>>>
>>>On DataSets:
>>>
>>>METHOD Reindex( lTry, oPgBar )
>>>METHOD AddTag( cTag, cExp, cFor, cFile, oPgBar )
>>>
>>>When lTry is .T. (the default) will only try to reindex if it cans, in
>>>case it can not, no error will be shown. The reindex method tries to
>>>reopen the file in exclusive mode in order to perform the reindex, when
>>>it finishes it will reopen in shared mode and will go back to the same
>>>state it was.
>>>
>>>Regards,
>>>
>>>"Christian Lauer" <clauer@netzw.de> escribió en el mensaje
>>>news:42466a39$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>>
>>>
>>>>Hola,
>>>>
>>>>is there any instruction on how to use the progressbar together with
>>>>indexing (ordcondset())?
>>>>
>>>>Thanks for all answers
>>>>Christian Lauer
>>>
>>>
>
muchas gracias para contestarme tan pronto. Vas que hablo un poquito
espanol pero entiendo mas. Tenemos unos amigos en Madrid.
Pero es mas facil para mi escribir en ingles si tengo problemas con un
programa - tardo bastande y necesito un dicionario.
Creo que entiendo la documentacion en espanol como en ingles.
Saludos
Christian Lauer
Ignacio Ortiz wrote:
> Christian,
>
> Yes in the DOC directory as TXT files, but I am afraid their are only in
> spanish. We hope to have them in English also soon.
>
> Regards,
>
> "Christian Lauer" <clauer@netzw.de> escribió en el mensaje
> news:424686fe$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>
>>Ignacio,
>>
>>thanks for your quick answer on easter sunday! Is there a documentation
>>about Dataset / Datasource? I did not find it in the present help file.
>>
>>Thanks again.
>>Christian
>>
>>
>>Ignacio Ortiz wrote:
>>
>>>Christian,
>>>
>>>On DataSets:
>>>
>>>METHOD Reindex( lTry, oPgBar )
>>>METHOD AddTag( cTag, cExp, cFor, cFile, oPgBar )
>>>
>>>When lTry is .T. (the default) will only try to reindex if it cans, in
>>>case it can not, no error will be shown. The reindex method tries to
>>>reopen the file in exclusive mode in order to perform the reindex, when
>>>it finishes it will reopen in shared mode and will go back to the same
>>>state it was.
>>>
>>>Regards,
>>>
>>>"Christian Lauer" <clauer@netzw.de> escribió en el mensaje
>>>news:42466a39$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>>
>>>
>>>>Hola,
>>>>
>>>>is there any instruction on how to use the progressbar together with
>>>>indexing (ordcondset())?
>>>>
>>>>Thanks for all answers
>>>>Christian Lauer
>>>
>>>
>
ProgressBar and indexing
Christian,
if you don't understand something just post it here and we'll translate
it meanwhile the english docs are finished.
Regards,
José Lalín
if you don't understand something just post it here and we'll translate
it meanwhile the english docs are finished.
Regards,
José Lalín
-
- Mensajes: 30
- Registrado: Lun Jul 18, 2005 12:29 am
ProgressBar and indexing
Jose,
thanks for your reply. I looked through the docs and had no problems in
understanding them. I think it's much easier to read than to speak in a
foreign language. But if anything goes wrong I will come back to your
offer. Anyway it would be a good chance to improve my knwoledge in the
spanish language
.
José Lalín wrote:
>
> Christian,
>
> if you don't understand something just post it here and we'll translate
> it meanwhile the english docs are finished.
>
> Regards,
> José Lalín
thanks for your reply. I looked through the docs and had no problems in
understanding them. I think it's much easier to read than to speak in a
foreign language. But if anything goes wrong I will come back to your
offer. Anyway it would be a good chance to improve my knwoledge in the
spanish language

José Lalín wrote:
>
> Christian,
>
> if you don't understand something just post it here and we'll translate
> it meanwhile the english docs are finished.
>
> Regards,
> José Lalín