Page 1 of 2

HFCL 0.93

Posted: Mon Aug 17, 2009 5:52 pm
by Rathinagiri
HFCL new version 0.93 is released herewith.
hfcl0.93.zip
(41.57 KiB) Downloaded 910 times

Change log:

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

Re: HFCL 0.93

Posted: Mon Aug 17, 2009 6:55 pm
by esgici
rathinagiri wrote:HFCL new version 0.93 is released.
Thanks a lot Rathi :D

Regards

--

Esgici

Re: HFCL 0.93

Posted: Mon Aug 17, 2009 7:07 pm
by luisvasquezcl
Great job,
thanks esgici and Rathi
Regards,
Luis Vasquez

Re: HFCL 0.93

Posted: Mon Aug 17, 2009 9:21 pm
by Vanguarda
Hi all,

Thank friends for this nice work.

with best regards,

Re: HFCL 0.93

Posted: Mon Aug 17, 2009 9:30 pm
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.

Re: HFCL 0.93

Posted: Tue Aug 18, 2009 5:53 am
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

Re: HFCL 0.93

Posted: Tue Aug 18, 2009 8:24 am
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.

Re: HFCL 0.93

Posted: Tue Aug 18, 2009 9:48 am
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

Re: HFCL 0.93

Posted: Tue Aug 18, 2009 10:59 am
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

Re: HFCL 0.93

Posted: Tue Aug 18, 2009 1:57 pm
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.