I imported a VFP database. Some tables contain Memo fields. These become Lianja Varchar fields after import.
If I drag these fields to a form or canvas I get editboxes. That's right for my purpose.
Every line looks like in VFP.
But I can not work with these fields with own *.prg scripts because Lianja brings me some not needed HTML text.
So I cannot use the usual VFP functions like memowidth, memlines, mline because they give me some not needed HTML text too.
What am I doing wrong?
Georg
Bookmarks