PDA

View Full Version : QTWCHKSP API



J.Pluta
04-16-2002, 07:10 PM
Michael, you piqued my interest with this one so I did a little investigating, and sorry to say, couldn't find much. I'm pretty sure the object you are looking for is an object of type *SPADCT, and they seem to be linked to Office Vision. I found a CRTSPADCT command, but it requires a source file. I created a source file of type SPADCT, but when I prompted for a line I got no help. I entered a word, did a CRTSPADCT command, and it seemed to create a dictionary. How valid a dictionary is anybody's guess, but that's what I could fine. If you have library QDCT on your machine, you should have a bunch of IBM-defined spelling aid dictionaries (hence the SPADCT acronym), or you can try what I did and create your own. Otherwise I don't know how to help you. Joe

michaelsoucy@netzero.net
04-16-2002, 07:10 PM
I am in the process of teaching myself how to code APIs in RPG IV. One API that I thought would be fun to try, and code is the Check Spelling API (QTWCHKSP). A couple of the parameters for this API ask for the name(s) of language dictionaries. How can I tell if the AS/400 I am on has any language dictionaries, and what their names are? Michael Soucy