Page 1 of 7
Quick Browse Form
Posted: Wed Jan 14, 2015 1:59 pm
by dragancesu
Today I did something that I needed, a simple generator forms with BROWSE control
Choose dbf and you will create a program, just compile
Simple, without images
Quick Browse Form
Posted: Wed Jan 14, 2015 2:31 pm
by Pablo César
Nice work and quick, Dragan !
Thanks for sharing !
Codes generated.:

- Screen1.png (20.38 KiB) Viewed 10587 times

- Screen2.png (34.02 KiB) Viewed 10583 times
It's something like Extended Edit.
Re: Quick Browse Form
Posted: Wed Jan 14, 2015 2:56 pm
by quartz565
Thank you Dragan Very nice !
Re: Quick Browse Form
Posted: Wed Jan 14, 2015 3:50 pm
by bpd2000
Nice
+1
Re: Quick Browse Form
Posted: Wed Jan 14, 2015 3:54 pm
by Steed
Thank, Dragan, but a small observatión when in a table there area other field types than "C","N","D", like ( Memo, Logical) the generator use the same type that the last field,
to be more clear:
Table_1: Name (C), Pos(N"),Date_("D"),Comen("Memo")
the quick generator makes:
Name "C"
Pos "N"
Date "D"
Comen "D"
Plese try whith this table \hmg\SAMPLES\Applications\CONTACTOS\CONTACTOS.dbf
Regards, Ed
Re: Quick Browse Form
Posted: Thu Jan 15, 2015 11:58 am
by mustafa
Hello dragancesu
Very interesting application
I modified your code slightly from the COMBOBOX
and two different files are generated from a Option 1
or option 2
a greeting
Mustafa
*------------------------------------------*
Hola dragancesu
Muy interesante aplicación
He modificado un poco tu código desde el COMBOBOX
y se generan dos ficheros distintos desde una opción 1
o la opción 2
Un saludo
Mustafa
Re: Quick Browse Form
Posted: Thu Jan 15, 2015 12:12 pm
by serge_girard
Good job, Dragan!
Serge
Re: Quick Browse Form
Posted: Thu Jan 15, 2015 6:08 pm
by luisvasquezcl
Dragancesu
Thanks for sharing your application seems very good idea your program.
Best regards
Dragancesu
gracias por compartir tu aplicación, me parece muy buena idea tu programa.
Saludos cordiales,
Luis Vasquez
Re: Quick Browse Form
Posted: Fri Jan 16, 2015 12:59 pm
by bpd2000
Hi Dragan
Code generated using C:\hmg.3.4.0\SAMPLES\Controls\Grid\GRID_25\TEST.DBF file
following error
Re: Quick Browse Form
Posted: Fri Jan 16, 2015 4:43 pm
by Steed
This error is caused by that I report in previus post, here, because the generartor takes in account only 3 types of fields ("D","N","C",) and when the field have other kind of data like Memo or logical, the generator use last type that have the previus field
bpd2000 wrote:Hi Dragan
Code generated using C:\hmg.3.4.0\SAMPLES\Controls\Grid\GRID_25\TEST.DBF file
following error
Steed wrote:Thank, Dragan, but a small observatión when in a table there area other field types than "C","N","D", like ( Memo, Logical) the generator use the same type that the last field,
to be more clear:
Table_1: Name (C), Pos(N"),Date_("D"),Comen("Memo")
the quick generator makes:
Name "C"
Pos "N"
Date "D"
Comen "D"
Plese try whith this table \hmg\SAMPLES\Applications\CONTACTOS\CONTACTOS.dbf
Regards, Ed