eriva_br 7 Denunciar post Postado Setembro 2, 2005 no help do vb.net fala isso:Property ValueThe maximum length of the column in characters. If the column has no maximum length, the value is –1 (default).RemarksThe MaxLength property is ignored for non-text columns.o campo que estou tentando recuperar no SQL server 200 é um campo do tipo varchar(50).... e esta função MaxLength só me retorna -1o código que estou usando:me.txtDescricao.MaxLength = Me.dtProduto.Columns("Descricao").MaxLengthalguem sabe como retornar este valor corretamente pelo maxlenght ou outra função? Compartilhar este post Link para o post Compartilhar em outros sites
eriva_br 7 Denunciar post Postado Setembro 14, 2005 caso alguem precisar, achei a resposta disso aqui no help do vb.net fala isso: Property Value The maximum length of the column in characters. If the column has no maximum length, the value is –1 (default). Remarks The MaxLength property is ignored for non-text columns. o campo que estou tentando recuperar no SQL server 200 é um campo do tipo varchar(50).... e esta função MaxLength só me retorna -1 o código que estou usando: me.txtDescricao.MaxLength = Me.dtProduto.Columns("Descricao").MaxLength alguem sabe como retornar este valor corretamente pelo maxlenght ou outra função? <{POST_SNAPBACK}> Compartilhar este post Link para o post Compartilhar em outros sites