From: emin on
Hi all,

Thank you all for your ideas and assistance!
My conclusion on this subject:
I've tried all the ways and User Define Funcs are useless to produce a
CDX Index Tag.
No errors at all, simply the Tag is not generated.

Best regards
Ernesto
From: Trevor on
Are there other tags in the index? If so make sure there are no a typos
in the previous tag.

regards
Trevor

emin wrote:
> Hi all,
>
> Thank you all for your ideas and assistance!
> My conclusion on this subject:
> I've tried all the ways and User Define Funcs are useless to produce a
> CDX Index Tag.
> No errors at all, simply the Tag is not generated.
>
> Best regards
> Ernesto
From: emin on
Hi Trevor,

I've checked that moving the Tag to different positions and always got
he same result

Regards
Ernesto

On 23 mar, 06:37, Trevor <t®evs.mailbox(a)googlemail.©om> wrote:
> Are there other tags in the index? If so make sure there are no a typos
> in the previous tag.
>
> regards
> Trevor
From: Stephen Quinn on
Ernesto

> I've checked that moving the Tag to different positions and always got the
> same result

Have you checked the DB (hex editor) for corruption in the COLOR_ID field,
it only takes 1 character in the field/record to be corrupt for index
creation to fail.

Didi you fix the problem with your function where NIL was returned if the
field data doesn't match what's in your CASE statements??
eg

LOCAL cColorNom AS STRING

// cColorNom := CHR(32)

DO CASE
CASE cColorID=="200000032"
cColorNom := "BLACK"
CASE cColorID=="200000033"
cColorNom := "WHITE"
CASE cColorID=="200000034"
cColorNom := "RED"
/* or
OTHERWISE
cColorNom := CHR(32)
*/
ENDCASE


CYA
Steve


From: E®!k /!$$E® on
Ernesto,

Could you write a small sample using the \sample\customer.dbf that
reproduces the problem?

regrads,

Erik

"emin" <eminffsol(a)gmail.com> schreef in bericht
news:7d179d26-5fb7-42ef-ad82-48ffc8f9010a(a)d37g2000yqn.googlegroups.com...
> Hi Trevor,
>
> I've checked that moving the Tag to different positions and always got
> he same result
>
> Regards
> Ernesto
>
> On 23 mar, 06:37, Trevor <t�evs.mailbox(a)googlemail.�om> wrote:
>> Are there other tags in the index? If so make sure there are no a typos
>> in the previous tag.
>>
>> regards
>> Trevor