Hi,
another question. How can I realize a related browsing in Xailer? I need 2 Tbrowse
controls. In first one I display the customers, in second one I need to show orders of the
selected customer.
I'm looking for something like the GoBottomBlock, GoTopBlock and SkipBlock instance
variables of Tbrowse object in Clipper.
Gejza Horvath
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.
Related browsing
-
- Mensajes: 281
- Registrado: Mar Ago 15, 2006 1:50 pm
- ignacio
- Site Admin
- Mensajes: 9466
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Related browsing
Gejza,
On the event OnChange of master Browse set the filter or scope (DBF
tables )on second Browse.
If you tell me exactly wich type of TBrowse and source data you are using I
can give you further information.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
news:[email=46447869@ozsrv2.ozlan.local...]46447869@ozsrv2.ozlan.local...[/email]
> Hi,
> another question. How can I realize a related browsing in Xailer? I need 2
> Tbrowse controls. In first one I display the customers, in second one I
> need to show orders of the selected customer.
> I'm looking for something like the GoBottomBlock, GoTopBlock and SkipBlock
> instance variables of Tbrowse object in Clipper.
>
> Gejza Horvath
>
On the event OnChange of master Browse set the filter or scope (DBF
tables )on second Browse.
If you tell me exactly wich type of TBrowse and source data you are using I
can give you further information.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
news:[email=46447869@ozsrv2.ozlan.local...]46447869@ozsrv2.ozlan.local...[/email]
> Hi,
> another question. How can I realize a related browsing in Xailer? I need 2
> Tbrowse controls. In first one I display the customers, in second one I
> need to show orders of the selected customer.
> I'm looking for something like the GoBottomBlock, GoTopBlock and SkipBlock
> instance variables of Tbrowse object in Clipper.
>
> Gejza Horvath
>
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: 281
- Registrado: Mar Ago 15, 2006 1:50 pm
Related browsing
Ignacio,
I would like to transform my old Clipper app to Xailer. I'm using DBF tables with CDX
driver. The old Clipper style programming for Tbrowse is very fast on large size
tables,using the GoBottomBlock, GoTopBlock and SkipBlock variables. The browser solves
itself the scoping. I'm looking for similar solution.
For example the old code fragment is here (oTable2 is the related browser):
oTable2:GoTopBlock := {|| DBSEEK(Zoznam->Dodavatel + Zoznam->Cislofakt) }
oTable2:GoBottomBlock :={|| BlockBottom(RTRIM(Zoznam->Dodavatel + Zoznam->Cislofakt) ) }
oTable2:SkipBlock := {|n| Pozicia(n,1) }
this works fine.
Gejza
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
news:4644a842$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Gejza,
>
> On the event OnChange of master Browse set the filter or scope (DBF tables )on second
> Browse.
>
> If you tell me exactly wich type of TBrowse and source data you are using I can give you
> further information.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> http://www.xailer.com
>
>
> "Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
> news:[email=46447869@ozsrv2.ozlan.local...]46447869@ozsrv2.ozlan.local...[/email]
>> Hi,
>> another question. How can I realize a related browsing in Xailer? I need 2 Tbrowse
>> controls. In first one I display the customers, in second one I need to show orders of
>> the selected customer.
>> I'm looking for something like the GoBottomBlock, GoTopBlock and SkipBlock instance
>> variables of Tbrowse object in Clipper.
>>
>> Gejza Horvath
>>
>
>
>
I would like to transform my old Clipper app to Xailer. I'm using DBF tables with CDX
driver. The old Clipper style programming for Tbrowse is very fast on large size
tables,using the GoBottomBlock, GoTopBlock and SkipBlock variables. The browser solves
itself the scoping. I'm looking for similar solution.
For example the old code fragment is here (oTable2 is the related browser):
oTable2:GoTopBlock := {|| DBSEEK(Zoznam->Dodavatel + Zoznam->Cislofakt) }
oTable2:GoBottomBlock :={|| BlockBottom(RTRIM(Zoznam->Dodavatel + Zoznam->Cislofakt) ) }
oTable2:SkipBlock := {|n| Pozicia(n,1) }
this works fine.
Gejza
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
news:4644a842$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Gejza,
>
> On the event OnChange of master Browse set the filter or scope (DBF tables )on second
> Browse.
>
> If you tell me exactly wich type of TBrowse and source data you are using I can give you
> further information.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> http://www.xailer.com
>
>
> "Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
> news:[email=46447869@ozsrv2.ozlan.local...]46447869@ozsrv2.ozlan.local...[/email]
>> Hi,
>> another question. How can I realize a related browsing in Xailer? I need 2 Tbrowse
>> controls. In first one I display the customers, in second one I need to show orders of
>> the selected customer.
>> I'm looking for something like the GoBottomBlock, GoTopBlock and SkipBlock instance
>> variables of Tbrowse object in Clipper.
>>
>> Gejza Horvath
>>
>
>
>