Hi,

I heard that Przemek is the guru to ask about SixCDX questions from Viktor.
Well I think I have found a Clipper / Harbour incongruency.  (or maybe I'm
going about it the wrong way)... :).  In the case below, whenever I use 3
args for SX_KEYADD, and three args are present...

I have included the result, and the code.  I had to get someone else who
knew Clipper better than I did to write a Hello World-sized app to reproduce
the error.  Problem is, this never was an issue when using Clipper 5.2e.

I have found that if i just use two params instead of three, I get no
errors, (though I'm quite sure it is because something completely different
is being accomplished, that I wouldn't want).

---- The execution:

C:\hbm>hello.exe

Error DBFNTX/1052  Unknown error
Called from SX_KEYADD(0)
Called from HELLO(11)

---- My source code below:

#include "hbsix.ch"

USE DATBASE

INDEX ON SXCHAR(10) TAG "MIKEY" OF TEMP

DBGOTOP()

DO WHILE !EOF()

  IF SX_KEYADD("mikey",1,padr("mike",10))
    WAIT
  ENDIF

  DBSKIP()

ENDDO

-------

By the way, the DATBASE is an arbitrary .dbf I picked.  I picked some other
.dbf files I had handy, and the same thing occured.

Many thanks in advance.  :)

-- 
smu johnson <smujohn...@gmail.com>
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to