Jump to content

Recommended Posts

Posted

boas

Tenho uma listbox a carregar o nome dos registos de uma BD, e tenho várias texts, eu queria que ao carregar no nome do registo na list preenche-se as texts com os respectivos campos.

eu ja tentei no evento click, mas ao carregar mesmo que seja numa area em branco ele vai buscar os dados do primeiro registo :X

ou seja, tenho que descobrir na list de que registo se trata, e enviar os outros campos para as texts, alguem tem uma ideia de como posso contornar isto ? :x

Posted

Isso não tem um evento "onchange"?

10 REM Generation 48K!
20 INPUT "URL:", A$
30 IF A$(1 TO 4) = "HTTP" THEN PRINT "400 Bad Request": GOTO 50
40 PRINT "404 Not Found"
50 PRINT "./M6 @ Portugal a Programar."

 

Posted

Exacto.

Em todas as linguagens que conheço há um evento onchange (ou semelhante) nesse objecto que permite fazer isso.

10 REM Generation 48K!
20 INPUT "URL:", A$
30 IF A$(1 TO 4) = "HTTP" THEN PRINT "400 Bad Request": GOTO 50
40 PRINT "404 Not Found"
50 PRINT "./M6 @ Portugal a Programar."

 

Posted

Ora ai está. 👍

Nem me passava pela cabeça que o C# não tivesse esse evento.

10 REM Generation 48K!
20 INPUT "URL:", A$
30 IF A$(1 TO 4) = "HTTP" THEN PRINT "400 Bad Request": GOTO 50
40 PRINT "404 Not Found"
50 PRINT "./M6 @ Portugal a Programar."

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.