I have a xBrowse which has a relation between two databases...
dbSETRELATION( Familia , {|| (Articulo)->CodFam}, "(Articulo)->CodFam" )So I haveit indexed by
1.- CodFam
2.- Name
I create the xBrowse like this:
REDEFINE xBrowse oBrw ;
FIELDS (Articulo)->Descrip, ;
(Familia)->Name ;
ID 4005 OF oDlgWhen I use (Familia)->(dbsetorder(1)) the second Field shows (ordered by CodFam, not ordered by name), but if I change to (Familia)->(dbsetorder(2)), the data does not even shows...
Is there a way to show the data of this Field in a different order than the one used by dbSetRelation????
=====>
Bayron Landaverry
xBasePHP.com
(215)2226600 Philadelphia,PA, USA
MayaBuilders@gMail.com
Guatemala
FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10
FiveWin, One line of code and it's done...