Browser For Arrays

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
gisjr134
Posts: 47
Joined: Tue Dec 08, 2020 11:37 am
DBs Used: DBF,MySQL,PostgreSQL
Location: Brasil
Contact:

Browser For Arrays

Post 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
Attachments
Tela4.png
Tela4.png (20.87 KiB) Viewed 2334 times
Tela3.png
Tela3.png (25.26 KiB) Viewed 2334 times
Tela2.png
Tela2.png (34.1 KiB) Viewed 2334 times
tela1.png
tela1.png (26.8 KiB) Viewed 2334 times
franco
Posts: 921
Joined: Sat Nov 02, 2013 5:42 am
DBs Used: DBF
Location: Canada

Re: Browser For Arrays

Post 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
All The Best,
Franco
Canada
Georg_BA
Posts: 108
Joined: Fri Apr 07, 2017 5:31 pm
DBs Used: DBF

Re: Browser For Arrays

Post 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.
User avatar
Rathinagiri
Posts: 5482
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Browser For Arrays

Post by Rathinagiri »

Creating own browser control with graphics is really interesting!
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
gisjr134
Posts: 47
Joined: Tue Dec 08, 2020 11:37 am
DBs Used: DBF,MySQL,PostgreSQL
Location: Brasil
Contact:

Re: Browser For Arrays

Post 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
Attachments
s3.png
s3.png (27.52 KiB) Viewed 2131 times
s2.png
s2.png (10.41 KiB) Viewed 2131 times
s1.png
s1.png (7.17 KiB) Viewed 2131 times
Post Reply