My BrowseAdo

You can share your experience with HMG. Share with some screenshots/project details so that others will also be benefited.

Moderator: Rathinagiri

Post Reply
User avatar
luisvasquezcl
Posts: 1258
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

My BrowseAdo

Post by luisvasquezcl »

Dear friends,
I am creating a browse for working with Ado to which I have called
Browse and ua is operating in test mode, since it still has to
test several things.
I have some problems that I would appreciate help me solve.
1. Not positioned properly size the window to browse.
2. vertical scroll bar is displayed where you want .... seems to
take their own life: lol:
except for these problems the rest so far so good.
I hope I can cooperate with an idea, a track or something that allows me to
reach the solution of the problem.
I welcome your comments.
Best regards,
Luis Vásquez

Estimados amigos,
estoy generando un browse para trabajar con Ado al que lo he llamado BrowseAdo y ua está funcionando, en modo de prueba, ya que aun hay que testear varias cosas.
Tengo algunos problemas que les agradecería me ayudaran a solucionar.
1. No posiciona correctamente el browse al dimensionar la ventana.
2. la barra de scroll vertical se muestra donde quiere .... parece que tomo vida propia :lol:
excepto por estos problemas lo demás hasta el momento va bien.
Ojalá me puedan cooperar con alguna idea, una pista o algo que me permita llegar a la solución del problema.
Espero sus comentarios.
Saludos cordiales,
Luis Vásquez.
Attachments
BROWSEADO.ZIP
(55.76 KiB) Downloaded 634 times
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: My BrowseAdo

Post by Rathinagiri »

Thanks a lot Luis Vásquez.

I will use it.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Vanguarda
Posts: 543
Joined: Wed Feb 11, 2009 10:56 am
Location: Americana - SP
Contact:

Re: My BrowseAdo

Post by Vanguarda »

Hi friends,

Luis thanks for sharing with us.

I will use it too.

with best regards,
--
Paulo Sérgio Durço (Vanguarda)


http://hmglights.wordpress.com/
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: My BrowseAdo

Post by esgici »

Muchas gracias Luis

Saludos

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
sudip
Posts: 1454
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: My BrowseAdo

Post by sudip »

Hello Luis,

Thanks a lot for sharing this software. Your 1st problem is solved.

Code: Select all

	define 	window form1 ;
			at 0,0 width 400 height 400;
			title 'Demo' ;
			WINDOWTYPE Main;
			on init ( ajustar() );
			on Size ( ajustar() );
			on release ( otabla:close(), oConexion:close() )
But, for placing scroll bars in right places may take time for me ;)

With best regards.

Sudip
With best regards,
Sudip
User avatar
luisvasquezcl
Posts: 1258
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: My BrowseAdo

Post by luisvasquezcl »

thanks for your words of support
Even I can not solve the problem with the scroll bar and I stopped at that ...
well thanks again and hope their contributions.
best regards,
Luis Vasquez

gracias por sus palabras de apoyo
Aun no puedo dar solución al problema con la barra de scroll y estoy detenido en eso ... :?
bueno gracias nuevamente y espero sus aportes.
saludos cordiales,
Luis Vasquez
Post Reply