Subject | FreeUDF Lib, the CS function....and errors when calling twice |
---|---|
Author | Rich Pinder |
Post date | 2008-08-21T21:43:46Z |
Hi all
FB 1.5 here, on Intel machine.
I've found that using the little CS function call (from the FreeUDF
library) very useful to format name and address strings (if you've not
familiar, it capitilizes the first letters of words in strings)
Calling it once works great:
However if I call it TWICE in a statement, I get an error:
size exceeds implementation restriction
Any suggestions how to move past this problem ??
Thx
Rich Pinder
USC School of Medicine
FB 1.5 here, on Intel machine.
I've found that using the little CS function call (from the FreeUDF
library) very useful to format name and address strings (if you've not
familiar, it capitilizes the first letters of words in strings)
Calling it once works great:
> select ln, cs(ln)PHAM Pham
> from nameadd
> where recno = 1
However if I call it TWICE in a statement, I get an error:
> select ln, cs(ln), fn, cs(fn)invalid request BLR at offset 52 Implementation limit exceeded block
> from nameadd
> where recno = 1
size exceeds implementation restriction
Any suggestions how to move past this problem ??
Thx
Rich Pinder
USC School of Medicine