Tema: Querys y BDE
Ver Mensaje Individual
  #7  
Antiguo 08-10-2004
Avatar de geovany
geovany geovany is offline
Miembro
 
Registrado: sep 2004
Ubicación: El Fuerte Sinaloa
Posts: 165
Reputación: 20
geovany Va por buen camino
Red face Nada

object Form1: TForm1
Left = 191
Top = 133
Width = 696
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 128
Top = 128
Width = 83
Height = 33
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
object Query1: TQuery
DatabaseName = 'mc'
SQL.Strings = (
'select * from usuario')
Left = 120
Top = 24
end
object Database1: TDatabase
AliasName = 'mc'
DatabaseName = 'call_center.gdb'
LoginPrompt = False
SessionName = 'Default'
Left = 56
Top = 16
end
end


el dfm quedo asi y me sigue marcando el mismo error
Responder Con Cita