Ver Mensaje Individual
  #8 (permalink)  
Antiguo 05/11/2008, 10:09
Avatar de Reyscorpion
Reyscorpion
 
Fecha de Ingreso: octubre-2008
Mensajes: 74
Antigüedad: 16 años, 3 meses
Puntos: 0
Respuesta: Ayuda con filtro combobox

No me queda me sigue marcando errores, crees que me puedas volver a ayudar lo que tengo aqui en mi tema es lo que aparece en el form1 y lo que a continuacion voy a poner viene en form1.designer
namespace WindowsFormsApplication5
{
partial class Form1
{
/// <summary>
/// Variable del diseñador requerida.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Limpiar los recursos que se estén utilizando.
/// </summary>
/// <param name="disposing">true si los recursos administrados se deben eliminar; false en caso contrario, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Código generado por el Diseñador de Windows Forms
/// <summary>
/// Método necesario para admitir el Diseñador. No se puede modificar
/// el contenido del método con el editor de código.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typ eof(Form1));
this.btnenv = new System.Windows.Forms.Button();
this.cmblin = new System.Windows.Forms.ComboBox();
this.lbllin = new System.Windows.Forms.Label();
this.lbleq = new System.Windows.Forms.Label();
this.cmbequ = new System.Windows.Forms.ComboBox();
this.cmbrep = new System.Windows.Forms.ComboBox();
this.cmblim = new System.Windows.Forms.ComboBox();
this.cmbhrs = new System.Windows.Forms.ComboBox();
this.cmbmcp = new System.Windows.Forms.ComboBox();
this.cmbtur = new System.Windows.Forms.ComboBox();
this.cmbtie = new System.Windows.Forms.ComboBox();
this.cmbherr = new System.Windows.Forms.ComboBox();
this.cmbent = new System.Windows.Forms.ComboBox();
this.cmbmec = new System.Windows.Forms.ComboBox();
this.cmbmes = new System.Windows.Forms.ComboBox();
(this.components);
this.button1 = new System.Windows.Forms.Button();
this.txtfec = new System.Windows.Forms.DateTimePicker();
this.txthor = new System.Windows.Forms.MaskedTextBox();
this.txttie = new System.Windows.Forms.MaskedTextBox();
this.dataSet1 = new System.Data.DataSet();
this.textBox1 = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.d ataSet1)).BeginInit();
this.SuspendLayout();
//
// btnenv
//
this.btnenv.BackColor = System.Drawing.Color.Transparent;
this.btnenv.Location = new System.Drawing.Point(396, 435);
this.btnenv.Name = "btnenv";
this.btnenv.Size = new System.Drawing.Size(109, 32);
this.btnenv.TabIndex = 0;
this.btnenv.Text = "Enviar";
this.btnenv.UseVisualStyleBackColor = false;
//
// cmblin
//
this.cmblin.FormattingEnabled = true;
this.cmblin.Location = new System.Drawing.Point(73, 15);
this.cmblin.Name = "cmblin";
this.cmblin.Size = new System.Drawing.Size(121, 21);
this.cmblin.TabIndex = 1;
this.cmblin.SelectedIndexChanged += new System.EventHandler(this.cmblin_SelectedIndexChang ed);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(256, 206);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 20);
this.textBox1.TabIndex = 47;
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged_1);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this .BackgroundImage")));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(738, 517);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.txttie);
this.Controls.Add(this.txthor);
this.Controls.Add(this.txtfec);
this.Controls.Add(this.button1);
this.Controls.Add(this.txtref);
this.Controls.Add(this.txtdec);
this.Controls.Add(this.txtsub);
this.Controls.Add(this.cmbmes);
this.Controls.Add(this.cmbmec);
this.Controls.Add(this.cmbent);
this.Controls.Add(this.cmbherr);
this.Controls.Add(this.cmbtie);
this.Controls.Add(this.cmbtur);
this.Controls.Add(this.cmbmcp);
this.Controls.Add(this.cmbhrs);
this.Controls.Add(this.cmblim);
this.Controls.Add(this.cmbrep);
this.Controls.Add(this.cmbequ);
this.Controls.Add(this.lblmec);
this.Controls.Add(this.lblmes);
this.Controls.Add(this.lbltur);
this.Controls.Add(this.lbohor);
this.Controls.Add(this.lbltime);
this.Controls.Add(this.lblfec);
this.Controls.Add(this.lblmcp);
this.Controls.Add(this.lblfall);
this.Controls.Add(this.lbllim);
this.Controls.Add(this.lblent);
this.Controls.Add(this.lblrep);
this.Controls.Add(this.lblherr);
this.Controls.Add(this.lbltie);
this.Controls.Add(this.lblref);
this.Controls.Add(this.lbldes);
this.Controls.Add(this.lblsub);
this.Controls.Add(this.lbleq);
this.Controls.Add(this.lbllin);
this.Controls.Add(this.cmblin);
this.Controls.Add(this.btnenv);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.d ataSet1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnenv;
private System.Windows.Forms.ComboBox cmblin;
private System.Windows.Forms.Label lbllin;
private System.Windows.Forms.Label lbleq;
private System.Windows.Forms.Label lblsub;
private System.Windows.Forms.Label lbldes;
private System.Windows.Forms.Label lblref;
private System.Windows.Forms.Label lbltie;
private System.Windows.Forms.Label lblherr;
private System.Windows.Forms.Label lblrep;
private System.Windows.Forms.Label lblent;
private System.Windows.Forms.Label lbllim;
private System.Windows.Forms.Label lblfall;
private System.Windows.Forms.Label lblmcp;
private System.Windows.Forms.Label lblfec;
private System.Windows.Forms.Label lbltime;
private System.Windows.Forms.Label lbohor;
private System.Windows.Forms.Label lbltur;
private System.Windows.Forms.Label lblmes;
private System.Windows.Forms.Label lblmec;
private System.Windows.Forms.ComboBox cmbequ;
private System.Windows.Forms.ComboBox cmbrep;
private System.Windows.Forms.ComboBox cmblim;
private System.Windows.Forms.ComboBox cmbhrs;
private System.Windows.Forms.ComboBox cmbmcp;
private System.Windows.Forms.ComboBox cmbtur;
private System.Windows.Forms.ComboBox cmbtie;
private System.Windows.Forms.ComboBox cmbherr;
private System.Windows.Forms.ComboBox cmbent;
private System.Windows.Forms.ComboBox cmbmec;
private System.Windows.Forms.ComboBox cmbmes;
private System.Windows.Forms.TextBox txtsub;
private System.Windows.Forms.TextBox txtdec;
private System.Windows.Forms.TextBox txtref;
private Microsoft.VisualBasic.PowerPacks.Printing.PrintFor m printForm1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.DateTimePicker txtfec;
private System.Windows.Forms.MaskedTextBox txthor;
private System.Windows.Forms.MaskedTextBox txttie;
private System.Data.DataSet dataSet1;
private System.Windows.Forms.TextBox textBox1;
}
}
No se si algo este haciendo mal, pero en base a lo ke te doy no se si me pudieras hacer el ejemplo del enlace y ya yo hago lo demas, espero que me haya dado a entender, gracias