HOLA
ya lo puse como me indicaste si aparece en la barra pero me sale un herror
Error Base/1132 Boun error: array access from Errosys,line 0
a si estoy poniendo la barra
DEFINE WINDOW oWnd FROM 2, 2 TO 35, 85 TITLE "Aida Control de Polizas V 1.00 2007" Color nRgb(230, 230, 250 ),nRgb( 132, 112, 255) ;
MENU BuildMenu()
//*************************** Color nRgb(230, 230, 250 ),nRgb( 132, 112, 255)
oImgList1 = TImageList():New( 46, 46 ) // width and height of bitmaps
oImgList1:AddMasked( TBitmap():Define( "doctor1",, oWnd ), nRGB( 255, 0, 255 ) )
oImgList1:AddMasked( TBitmap():Define( "disks",, oWnd ), nRGB( 255, 0, 255 ) )
oImgList1:AddMasked( TBitmap():Define( "gmm",, oWnd ), nRGB( 255, 0, 255 ) )
oImgList1:AddMasked( TBitmap():Define( "danos",, oWnd ), nRGB( 255, 0, 255 ) )
oImgList1:AddMasked( TBitmap():Define( "reno",, oWnd ), nRGB( 255, 0, 255 ) )
oImgList2 = TImageList():New( 32, 32 ) // width and height of bitmaps
oImgList2:AddMasked( TBitmap():Define( "internet",, oWnd ), nRGB( 255, 0, 255 ) )
oImgList2:AddMasked( TBitmap():Define( "keys",, oWnd ), nRGB( 255, 0, 255 ) )
oImgList2:AddMasked( TBitmap():Define( "quit",, oWnd ), nRGB( 255, 0, 255 ) )
// Now we create the rebar
oReBar = TReBar():New( oWnd )
// Now we create the toolbars and add the buttons
oToolBar1 = TToolBar():New( oReBar, 70, 70, oImgList1 )
oToolBar1:AddButton( { || Main2() }, "Mantenimiento de bases de datos", "Mantenimiento" )
oToolBar1:AddButton( { || MIPDF()}, "Respaldar bases de datos", "Respaldo" )
oToolBar1:AddSeparator()
oToolBar1:AddButton( { || explora()}, "Polizas GMM", "GMM" )
oToolBar1:AddButton( { || AREPORTE() }, "Polizas Daños", "Daños" )
oToolBar1:AddSeparator()
// oToolBar1:AddButton( { || AREPORTE() }, "Renovaciones de Polizas", "Renueva" )
// oToolBar1:AddButton( { || BuildPDF( "PAGOS.RPT","MIPDF.PDF" ) }, "Renovaciones de Polizas", "PDF" )
//oToolBar1:AddButton( { || alert(hWDsk)}, "Adicionar Ciudades", "Ciudad" )
oToolBar2 = TToolBar():New( oReBar, 70, 70, oImgList2 )
oToolBar2:AddButton( { || navega() }, "Checar nuevas versiones",;
"Upgrade..." )
oToolBar2:AddButton( { || ordenaA() }, "Users management", "Users" )
oToolBar2:AddSeparator()
oToolBar2:AddButton( { || oWnd:End() }, "Fin del programa", "Salida" )
// We set the widths for each toolbar
oToolBar1:nWidth = 290
oToolBar2:nWidth = 290
// Now we insert the toolbars into the rebar
oReBar:InsertBand( oToolBar1 )
oReBar:InsertBand( oToolBar2 )
DEFINE STATUSBAR OF oWnd PROMPT "Programacion Aida 2007"
//@ 2,100 combobox cAcom var listb items cuadros of oWnd size 70,20
@ 2,100 COMBOBOX cAcom VAR listb OF oToolBar1 PROMPTS cuadros SIZE 120,80
Gracias por tu ayuda
Aida