Search found 20 matches: clipmore

Return to advanced search

Re: problem w with FWH 16.12 and xHB.com

... MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Function\browse.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Function\clipmore.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Function\dbtools.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Function\dlgs32.prg] ...
by kajot
Sun Dec 25, 2016 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem w with FWH 16.12 and xHB.com
Replies: 11
Views: 4929

Recompilar FiveHMX para xhb.com

... "Obj\video.obj" "Obj\wbrowse.obj" "Obj\window.obj" "Obj\alert.obj" "Obj\browse.obj" "Obj\clipmore.obj" "Obj\dbtools.obj" "Obj\dlgs32.obj" "Obj\editcell.obj" "Obj\errsysw.obj" "Obj\filename.obj" ...
by russimicro
Mon Dec 01, 2014 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recompilar FiveHMX para xhb.com
Replies: 2
Views: 811

Re: FWH 11.11 + xharbour.com + xCC

... a few days you will be using the best Harbour available. Antonio: I have been using xHarbour for years primarly because of rmdbfcdx driver (Comix/Clipmore). I haven't test it recently however, originally the default dbfcdx driver was much slower. Has anything changed? Is there anything comparable ...
by Randal
Tue May 15, 2012 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.11 + xharbour.com + xCC
Replies: 39
Views: 14819

Re: Question about XBROWSE

I think this is something that was written by Przemysław for the commercial version of xHarbour.
It supports the extended functions/commands of Comix/Clipmore, Six/MachSix, Fast Text Search, and something else that I can't remember right now.
by Gale FORd
Thu Sep 30, 2010 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about XBROWSE
Replies: 32
Views: 7846

Re: Question about XBROWSE

... and see what happens. You have to be careful which count functions you use if the database is using a range and filters. For instance in Comix/Clipmore the cmxkeycount() and the cmkeycount() act a little different. Below is the description of the cmkeycount() function. Description    ...
by Gale FORd
Wed Sep 29, 2010 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about XBROWSE
Replies: 32
Views: 7846

Re: Question about XBROWSE

If the filter can be resolved with the indexes using Comix's Clipmore, Six's Mach Six, or Advantage Optimized Filters (AOF) then yes it is very fast. The important part is the level of optimization. If the filter can be completely optimized using the indexes, ...
by Gale FORd
Tue Sep 28, 2010 11:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about XBROWSE
Replies: 32
Views: 7846

Unresolved External

... double checked and it appears that I am linking with the correct libs and headers. What am I missing? Also, in the FW version of my program I used Clipmore function cmFiltCount() to determine the number of records matching user filter values. Is there an equivalent function in FWH? Thank you, Don
by DonDrew
Thu Aug 12, 2010 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved External
Replies: 1
Views: 474

Re: xHarbour / Borland vs xHarbour Builder

... ZipFiles( cFile, cZipFile )Hb_ZipFile( cZipFile, cFile )return nil  - cm and cmx (Comix & ClipMore) function *--------------------------------------** Use these function instead of COMIX  **--------------------------------------*Function ...
by dutch
Mon Aug 17, 2009 8:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour / Borland vs xHarbour Builder
Replies: 16
Views: 5132

Re: Why Some Browses with ADS are slow?

... speed differences clearly. The difference is clearly perceptible. My suggestion ( not really my own. suggested since the days or origin of Comix/Clipmore) to create an index on DELETED() and to use a function like the one I suggested above is the fastest way.
by nageswaragunupudi
Sat Apr 18, 2009 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why Some Browses with ADS are slow?
Replies: 22
Views: 9588

... 'clipbrd.prg'... Lines 167, Functions/Procedures 9 Generating C source output to 'clipbrd.c'... Done. C:\classes>c:\xharbour\bin\harbour clipmore.prg /n /ic:\fwh\include;c:\xharbour\include xHarbour Compiler build 1.1.0 (SimpLex) (Rev. 6195) Copyright 1999-2008, http://www.xharbour.org ...
by anserkk
Thu Oct 16, 2008 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create FiveH.Lib and FiveHx.Lib from C:\FWH\Source\Classes
Replies: 18
Views: 6578

... INIT .F. // activates select mode DATA lCellBrw // celled browse flag DATA lChanged AS LOGICAL INIT .F. // field has changed indicator DATA lClipMore AS LOGICAL INIT .F. // ClipMore RDD DATA lColDrag AS LOGICAL // dragging feature DATA lConfirm AS LOGICAL INIT .T. HIDDEN // ask for user confirm ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5409

Clipper Versions

... stuff from Clipper 5.2e to Clipper 5.3b. Surprisingly (to me) it only took about 1/2 hour and seems to be working fine, even though we use comix, clipmore, advantage and funcky. For those interested, Comix/Clipmore in 5.2e is "replaced" by linking in cmfun.obj and cmxfun.obj, which translate your ...
by Antonio Linares
Wed Aug 27, 2008 7:46 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 64693

Clipper Errors

... 5.2e to Clipper5.3B (Rev 338). This turned out to be very easy to do, I thought it would be a lot more difficult becuase we were using comix and clipmore with 5.2e, but they are effectively fully included in standard 5.3b.Clipper 5.3b probably has better object memory management as it would have ...
by Antonio Linares
Wed Aug 27, 2008 7:44 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 64693

ADS question?

Dear All,

I've used Clip52e/FW/Comix,Clipmore.
Now I move to xHB.Com/ FWH /ADS.
Which do I include .CH file to my .prg?

ADS.CH
DBFCDXAX.CH
etc...

Thanks&Regards,
Dutch
by dutch
Wed Mar 26, 2008 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS question?
Replies: 9
Views: 1765

Have any function to use instead of cm...() for ADS?

Dear All,

I've used cmfilter() with dbfcdx (Comix/Clipmore) but now I move to
xHb&FWH&ADS. Is the cm....() compatible with ADS? If not, what I gonna use
filter for ADS?

Thanks in advance for any idea and help.

Regards,
Dutch
by dutch
Mon Mar 24, 2008 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Have any function to use instead of cm...() for ADS?
Replies: 4
Views: 813
Next

Return to advanced search