Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/06/2004, 16:30
Avatar de jamwsoft
jamwsoft
 
Fecha de Ingreso: septiembre-2003
Ubicación: Trujillo
Mensajes: 23
Antigüedad: 21 años, 5 meses
Puntos: 0
Sonrisa

Set datgrdLab.DataSource = Nothing
Set datgrdLab.DataSource = rs
Me.datgrdLab.Columns(0).Width = datgrdLab.Width
Me.datgrdLab.Columns(1).Width = datgrdLab.Width * 0.3

Última edición por jamwsoft; 07/06/2004 a las 16:31