Ver Mensaje Individual
  #3  
Antiguo 28-09-2007
Punzo Punzo is offline
Miembro
 
Registrado: abr 2006
Posts: 98
Reputación: 21
Punzo Va por buen camino
tengo algo mas o menos asi, pero no abre la tabla en tiempo de ejecucion.
Código Delphi [-]
tbFox.Close;
If cbMunicipios.Text = 'ANGAMACUTIRO' Then
    tbFox.TableName := 'E:\Proyectos\PadronPriistaMunicipios\4.DBF'
  Else
    If cbMunicipios.Text = 'AQUILA' Then
      tbFox.TableName := 'E:\Proyectos\PadronPriistaMunicipios\8.DBF'
    Else
      If cbMunicipios.Text = 'BRISEÑAS' Then
        tbFox.TableName := 'E:\Proyectos\PadronPriistaMunicipios\11.DBF';
tbFox.Open;
Responder Con Cita