Busqueda Simple Un Textbox Dentro De Un Textarea Actualizado Mejoras


Subject: Busqueda Simple Un Textbox Dentro De Un Textarea Actualizado Mejoras
buenas noche amigos gamberos le traigo mas codigo util creo jajaja

bueno esta ves le traigo algo simple que es
buscar un textbox dentro de un textarea es fácil
lo hice por si alguien no sabe como se hace

bueno como norma
Ubuntu 9.10
gambas 2.13
Gnome
por defectos

bueno creo que todo me puede correguir

aja lo que interesa "codigo"

PUBLIC a AS Integer

PUBLIC SUB Button1_Click()

bus

END

PUBLIC SUB Button2_Click()

bus(a + 1)

END

PUBLIC SUB bus(OPTIONAL bs AS Integer)

DIM b AS String
DIM p AS Integer
b = TextBox1.Text
IF Len(b) THEN
a = 0
a = InStr(TextArea1.Text, b, bs + 1)
IF a > 0 THEN
TextArea1.Select(a - 1, Len(b))
TextArea1.SetFocus
ELSE
Message.Info("No hay mas")
ENDIF
ENDIF

END


puede comentar con confianza

******* mejora creo ******
buscar mientas escribes tipo firefox

'
gambas class file
PUBLIC a AS Integer

PUBLIC SUB Button1_Click()

bus

END

PUBLIC SUB Button2_Click()

bus(a + 1)

END

PUBLIC SUB bus(OPTIONAL bs AS Integer)

DIM b AS String
DIM p AS Integer
b = TextBox1.Text
IF Len(b) THEN
a = 0
a = InStr(TextArea1.Text, b, bs + 1)
IF a > 0 THEN
TextArea1.Select(a - 1, Len(b))
ELSE
Message.Info("No hay mas")
ENDIF
ENDIF

END

PUBLIC SUB TextBox1_Change()

bus

END

Last edited by alexprox on Saturday, 06 March 2010, 06:15; edited 2 times in total

a.tar.gz
Description: busqueda Simple un textbox dentro de un textarea 
Download
Filename: a.tar.gz
Filesize: 9.07 KB
Downloaded: 102 Time(s)
a.tar.gz
Description: busqueda Simple un textbox dentro de un textarea 
Download
Filename: a.tar.gz
Filesize: 9.07 KB
Downloaded: 102 Time(s)
a.tar.gz
Description: busqueda Simple un textbox dentro de un textarea 
Download
Filename: a.tar.gz
Filesize: 9.07 KB
Downloaded: 102 Time(s)

Ayortano
Subject: Re: Busqueda Simple Un Textbox Dentro De Un Textarea
Me sirvió mucho, sobre todo para mi pequeño editor hecho para "lo que yo quiero"
Saludos!


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Design by DiDiDaDo

Generation Time: 0.1195s (PHP: -13% SQL: 113%)
SQL queries: 26 - Debug Off - GZIP Enabled