Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid key length err 112
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00329230
Message ID:
00329685
Views:
24
Hello Ed and Costas Thanks for the Info. You had one key word which solved the problem (Trim). In my case it was alltrim

the following code Works Fine

select process.flow_no;
from process process, yarn yarn;
where yn_date between start_date and end date and;
yarn.yn_procsys==process.proc_name;
into cursor query

This code produces the error 112 Invalid key length, the only difference is the alltrim!

select process.flow_no;
from process process, yarn yarn;
where yn_date between start_date and end_date and
alltrim(yarn.yn_procsys) == alltrim(process.proc_name);
into cursor query


Thnaks for your help

-Allan Privott
Previous
Reply
Map
View

Click here to load this message in the networking platform