
09/05/2005, 10:24
|
 | | | Fecha de Ingreso: noviembre-2004
Mensajes: 2.344
Antigüedad: 20 años, 5 meses Puntos: 8 | |
Yo utilizaría un combo y un textbox (es mi opinion)
en el selectedindexchanged del mismo
if combo.selecteditem = combo.items.count -1
textbox.visible=true
botonguardar.visible = true
end if |