Special Event (small module) for free
Special Event (small module) for free
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
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
Last edited by dutch on Wed Jan 24, 2007 9:55 am, edited 2 times in total.
-
- Posts: 52
- Joined: Fri Oct 28, 2005 3:42 pm
- Location: Mexico, D.F.
can you send me it please at gerardofarfan@yahoo.com
thanks
thanks
HI, please sendo to norbertolf@terra.com.br
-
- Posts: 117
- Joined: Tue Jan 03, 2006 6:18 pm
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Thanks Antonio,
Pls download here
http://hyperupload.com/download/02ca015 ... T.ZIP.html
Thanks®ards,
Dutch
Pls download here
http://hyperupload.com/download/02ca015 ... T.ZIP.html
Thanks®ards,
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.
Best regards,
Dutch
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)
Dutch