Warning: the current language does not match this frame.

Arthur Clemens aclemens at xs4all.nl
Sat Nov 15 22:08:51 CST 2003


>>
>>
>> does crash the 2nd iteration. In both cases the fieldName is
>> @"slo_text" and @"nl_text". No other names.
>
> I do not understand.
>
> In above lines where it works only difference that you have wrap by 
> IF()
> that simply compare name ???
>
> May be that operation something change inside of fieldName  ?

Solved!

Silly me.

Converting:
display_fields = "slo_text, nl_text";
to an array of strings by using:
[self setDisplayFields:[displayFieldsString 
componentsSeparatedByString:@","]];
thereby creating "slo_text" and " nl_text" (note the space in the 
second string).
If you want to get the field value with
fblStr = cursor->GetString(" nl_text");
you get an error.

Still wondering about the curious error message though.

Arthur


More information about the Valentina mailing list