HFCL 0.93

Source code related resources

Moderator: Rathinagiri

User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

HFCL 0.93

Post by Rathinagiri »

HFCL new version 0.93 is released herewith.
hfcl0.93.zip
(41.57 KiB) Downloaded 909 times

Change log:

- Enhancement of Combined Search Box to possibility of defining multiple controls in one window and in tab containers. (Thanks to Esgici)
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HFCL 0.93

Post by esgici »

rathinagiri wrote:HFCL new version 0.93 is released.
Thanks a lot Rathi :D

Regards

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
luisvasquezcl
Posts: 1258
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: HFCL 0.93

Post by luisvasquezcl »

Great job,
thanks esgici and Rathi
Regards,
Luis Vasquez
User avatar
Vanguarda
Posts: 543
Joined: Wed Feb 11, 2009 10:56 am
Location: Americana - SP
Contact:

Re: HFCL 0.93

Post by Vanguarda »

Hi all,

Thank friends for this nice work.

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


http://hmglights.wordpress.com/
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HFCL 0.93

Post by Roberto Lopez »

rathinagiri wrote:HFCL new version 0.93 is released herewith.
hfcl0.93.zip

Change log:

- Enhancement of Combined Search Box to possibility of defining multiple controls in one window and in tab containers. (Thanks to Esgici)
Thanks!

Regards,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
sudip
Posts: 1454
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: HFCL 0.93

Post by sudip »

Hello Rathi,
Thanks a lot.
I downloaded it and shall confirm you after testing.

BTW, is there any way to use CSBox with grid?

Regards.
Sudip
With best regards,
Sudip
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: HFCL 0.93

Post by Rathinagiri »

sudip wrote: BTW, is there any way to use CSBox with grid?
IMHO it is possible if we alter the concerned HMG source code.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
sudip
Posts: 1454
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: HFCL 0.93

Post by sudip »

Hi Rathi,
rathinagiri wrote: IMHO it is possible if we alter the concerned HMG source code.
For the time being this is out of my limit!!! ;) At least, I should not do it right now.

May be I am out of track of this thread, but, if there is a way to include any control in a grid, IMHO, this will be more helpful for us.

With best regards.

Sudip
With best regards,
Sudip
User avatar
sudip
Posts: 1454
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: HFCL 0.93

Post by sudip »

Hello Rathi and Esgici,
I tested new version of hfcl with Enhanced Combined Search Box.
It runs ok :)
Thanks a lot.
Regards.
Sudip
With best regards,
Sudip
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HFCL 0.93

Post by Roberto Lopez »

sudip wrote:Hello Rathi,
Thanks a lot.
I downloaded it and shall confirm you after testing.

BTW, is there any way to use CSBox with grid?

Regards.
Sudip
You can use OnDblCLick event to put any control you want to edit a particular cell.

There is various properties available that can be used:

Code: Select all

Properties Available For OnDblClick Procedure:
 
      - This.CellRowIndex
      - This.CellColIndex
      - This.CellRow
      - This.CellCol
      - This.CellWidth
      - This.CellHeight

Regards,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply