$map:= """
id: [people]id;
first: [people]first;
last: [people]last;
friend_list: buildaListOfFriends
$cb:="""
query([friend];[friend]id=[people]id)"""
The Active4D Method buildaListOfFriends would then basically do a
loop around the friends records found and maybe just string the
friends names together with a <br> in between.
The right idea, but don't put display logic in a RowSet. Better would
be to create a delimited list and then use split string in the
display fuse to unpack and format the list.
Regards,
Aparajita
www.aparajitaworld.com
"If you dare to fail, you are bound to succeed."
- Sri Chinmoy | www.srichinmoylibrary.com
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/