Hi,
I wonder if it's possible to load a blob into a richtextedit control At the moment we're using the activex version of the tx text control (so not the richtextedit control but an olecontrol based on the activex tx4ole30.ocx), in which we can use the loadfrommemory and savetomemory functions that are defined on that activex.We save our documents as a text column into a database table. With selectblob we get the contents back and can load it into the text control with the loadfrommemory function.
It seems those two functions are not implemented in the version that's integrated into powerbuilder. Is this correct or am i missing the appropriate functions (I'm afraid not).
Regards, Aart