Nigel Gomm
Programmer
has anyone used the spellchecktext event in the tx text control activex to return an array of mispelled words?
the documentation says "MisspelledWordPositions Is an array of Long values" (
it isn't recognising a normal vfp array (even with the elements converted to long using Sergey's num2long function).
on entry into the event misspelledwordpositions is empty and a vartype of C
comarray() doesn't seem relevant here (and didn't help when i tried it).
tia
Nigel
the documentation says "MisspelledWordPositions Is an array of Long values" (
it isn't recognising a normal vfp array (even with the elements converted to long using Sergey's num2long function).
on entry into the event misspelledwordpositions is empty and a vartype of C
comarray() doesn't seem relevant here (and didn't help when i tried it).
tia
Nigel