Page 1 of 1

Browser For Arrays

Posted: Sun Jun 19, 2022 2:44 pm
by gisjr134
Hi EveryOne ,

I am creating a Browser wich is FullRowSelect for Browsing Arrays ,it is still in development , i am expecting to Finish the job soon.
Some Screen Below:


l_Ok := xBrowserMtr( 51 , aMtrFiltr , 'fFiltrosCad' , 820 , 'LstBoxFiltro' , 2 , { 'Codigo' , 'Descrição' , 'Expressão Filtro ' , 'cAMPO 1','Campo 2','Campo 3' , 'Campo 4'} , ;
{10,50,60 , 75 , 60 ,35,75 } , {'C' , 'C' , 'C' , 'C' , 'C' ,'C' ,'C'} , .f. , .t. , 150 )

I am using The BosTaurus Library.
aMtrFiltr -> 500 Records

There is also a Version xBrowseDb For browsing DataBase (MySQL,etc) , also in develepmoment.

Please contact me , is someone has some interst
This is my contribuition for the Hmg Community

Re: Browser For Arrays

Posted: Sun Jun 19, 2022 8:42 pm
by franco
Hi,
I have a browse program that I use for 95% of all my searches in my pos system.
If you type in to search above my tbrowse example then search you will get a rar file to down load and put in a folder to try.
It is sending parameters to a browse with 5 available fields. I think it might work with arrays but may need modifying. I only use tables
and send the fields I wish to browse. You can look at the help file with notepad before trying. You may have to change the build.bat to your system
requirements.
MY TBROWSE EXAMPLE

Re: Browser For Arrays

Posted: Mon Jun 20, 2022 6:30 pm
by Georg_BA
It looks interesting, the graphics are great, can you provide a partial source shape? (DBF + SQL)
I'm looking forward to the final solution.

Re: Browser For Arrays

Posted: Tue Jun 21, 2022 11:19 am
by Rathinagiri
Creating own browser control with graphics is really interesting!

Re: Browser For Arrays

Posted: Tue Jun 21, 2022 1:35 pm
by gisjr134
Thank´s to all , This motivate me to continue this Work. It was really a hard work , but the final result made it worth . It was always my desire to improve the appareance of the Hmg´s application.I also developed a menu system based on BosTaurus , this wonderful library. I Will create a Git Page for anyone Want to join this Project , i will create some samples and organize ths source code.The sample and the source code may have some comments and text on portuguese