How would I go about creating a selection screen like the image below?


Thanks,
Jeff Barnes
(FWH 16.11, xHarbour 1.2.3, Bcc730)
Jeff Barnes
(FWH 16.11, xHarbour 1.2.3, Bcc730)



Hi Marco,
Yes please. You can send to Jeff (at) Can-Soft (dot) net
MarcoBoschi wrote:Jeff this is a tree selection for anatomical regions
All regions are in a dbf table
If you want I can send you source code
Hi Mr.Marco,
Can you please the share the code with me also.
My email : (aksharasoft) (at) (gmail) (dot) (com)
Regards,
-Ramesh Babu P
Hi, repeat in english
Can you please the share the code with me, thank you
My email : (joseluisysturiz) (at) (yahoo) (dot) (com)
Regards... ![]()
Can you please the share the code with me,
My email : (silvio) (dot) (falconi) (at) (gmail) (dot) (com)
thank you
#include "FiveWin.ch"
//----------------------------------------------------------------------------//
Function Main()
聽 聽Local oWnd
聽 聽 Local oTree
聽 聽Define Window oWnd
聽 聽聽@ 0, 0 Treeview oTree Of oWnd SIZE oWnd : nWidth, oWnd : nHeight CHECKBOXES
聽 聽Activate Window oWnd Centered On Init BuildTree( oTree )
聽 聽MsgInfo( oTree : aItems[ 1 ] : GetCheck() )
聽 聽 Return Nil
//----------------------------------------------------------------------------//
Function BuildTree( oTree )
聽 聽 Local oMenu 聽 聽 聽 := Array( 2 )
聽 聽 Local oSubMenu := Array( 10 )
聽 聽oMenu[ 1 ] := oTree : Add( "Principal" )
聽 聽 聽 oSubMenu[ 1 ] := oMenu[ 1 ] : Add( "Imprimir..." )
聽 聽 聽 oSubMenu[ 1 ] : SetCheck( .t. )
聽 聽oMenu[ 2 ] := oTree : Add( "Proyectos" )
聽 聽 聽 oSubMenu[ 2 ] := oMenu[ 2 ] : Add( "Definir Proyectos" )
聽 聽 聽 oSubmenu[ 3 ] := oMenu[ 2 ] : Add( "Actualizaci贸n datos" )
聽 聽 聽 oSubmenu[ 4 ] := oMenu[ 2 ] : Add( "Actualizaci贸n datos" )
聽 聽 聽 oSubmenu[ 5 ] := oMenu[ 2 ] : Add( "Actualizaci贸n datos" )
聽 聽 聽 oSubmenu[ 6 ] := oMenu[ 2 ] : Add( "Actualizaci贸n datos" )
聽 聽 聽 oSubmenu[ 7 ] := oMenu[ 2 ] : Add( "Actualizaci贸n datos" )
聽 聽oTree : Expand()
return nil#ifdef __FLAT__
1 24 "WinXP\WindowsXP.Manifest"
#endif
#ifdef __64__
1 24 "WinXP\WindowsXP.Manifest64"
#endifCristobal, es lo primero que se ocurri贸 pero no cambiaba su aspecto. Posiblemente habr茅 hecho algo mal.
Saludos
MarcoBoschi wrote:Jeff this is a tree selection for anatomical regions
All regions are in a dbf table
If you want I can send you source code
Hi, Marco.
I hope I'm not later. Can you share the code with me?
My email : (falegria230349) (at) (yahoo) (dot) (es)
Thanks