Special Event (small module) for free

Post Reply
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Special Event (small module) for free

Post by dutch »

Dear All,

I made a special event module, if who interesting pls send me a private email. I will send you for free. This is time to pay back to all.

Best regards,
Dutch

PS. I use TWbrowse() class of Hernan Ceccarelli.

dutchez4@gmail.com

Image
Last edited by dutch on Wed Jan 24, 2007 9:55 am, edited 2 times in total.
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

can you send me it pls at silvio_falconi@tin.it
thanks
Best Regards, Saludos

Falconi Silvio
Gerardo Farfan
Posts: 52
Joined: Fri Oct 28, 2005 3:42 pm
Location: Mexico, D.F.

Post by Gerardo Farfan »

can you send me it please at gerardofarfan@yahoo.com
thanks
User avatar
Nop
Posts: 107
Joined: Tue Apr 11, 2006 4:36 pm
Location: Uberaba/Brazil

Post by Nop »

HI, please sendo to norbertolf@terra.com.br
kok joek hoa
Posts: 117
Joined: Tue Jan 03, 2006 6:18 pm

Post by kok joek hoa »

can you send me it pls : yukfa@yahoo.com

Regards,

Kok
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Dutch,

You may better upload it to www.hyperupload.com so everybody may download it, thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Taiwan
Posts: 218
Joined: Fri Oct 07, 2005 1:55 am
Location: Taipei, Taiwan
Contact:

Post by Taiwan »

Hello Dutch,

Please send to me again. richard.service@seed.net.tw

Regards,

Richard
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Post by dutch »

Thanks Antonio,

Pls download here

http://hyperupload.com/download/02ca015 ... T.ZIP.html

Thanks&regards,
Dutch
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

ok but it not run on xharbour
I must made many modifies (CMX)
then I compiled it but I cannot see the lines to divide the columns

-------
Best Regards, Saludos

Falconi Silvio
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Post by dutch »

Yes, it is still 16 bit but you can use new TWbrowse.lib (32 bit) of hernan also. All below function is replace CMX.

Code: Select all

*--------------------------------------*
* Use these function instead of COMIX  *
*--------------------------------------*
Function cmxSetScope( nScope, xVal )
return if(PCount() <= 1, OrdScope( nScope ), OrdScope( nScope, xVal ))

Function cmxClrScope( nScope )
return OrdScope( nScope, Nil)

Function cmSetFilter( xVal )
return DbSetFilter( {|| xVat }, xVal )

Function cmClrFilter()
return DbClearFilter()

Function cmxKeyNo()
return OrdKeyNo()

Function cmxKeyCount()
return OrdKeyCount()

Function cmxKeyGoTo(nKey)
return OrdKeyGoTo(nKey)
Best regards,
Dutch
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

I correct all
but I not see the lines

Image
Best Regards, Saludos

Falconi Silvio
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Post by dutch »

It has no line but it is Listbox border ( SET _3DLOOK ON ). I think you must resize list box.
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

I think we can design lines after each day .... vertical and horizontal
Best Regards, Saludos

Falconi Silvio
Post Reply