Thanks for all your help! I was wondering why I got that strange Excel error STYK file… And I was wondering if you wanted to add to your 'No matching buffer found for level' error help that it doesn't matter what you pick from the list if your data is bad (mismatched) the error will show. I was concentrating on the particular record I selected. There were other keys mismatched not that one. And still the error shows up. I'm bookmarking your site. Very easy to use. Thanks a bunch!!!
On: 1255373049|%e %b %Y, %H:%M %Z|agohover
Number of posts: 3
RSS: New posts
Great to hear you find the site useful.
Thanks for the no matching buffer error tip too. I've added it to the article.
My keys were mismatched between my Level 1 and Level 2 on my page.
The level 2's view keys were out of order and did not follow the order of the Level 1's table's keys.
That is what really caused my No Matching Buffer error.
Level 1 table: setid (key), recnbr (key), effdt (key), effseq (key),…
Level 2 view: setid (key), descr (key), recnbr (key), effdt (key), effseq(key),…
However when I fixed it, I put the 'descr (key)' after the last Level 1 key and it then did not give me the No Matching Buffer error.
I was confused when I got the error because I didn't even realize that I had changed the order of the keys in the Level 2 view.
thanks for your site!