hi
i have a array of object that is bind to a binding source.
this binding source is bind to a binding navigation.
i want bind binding source to my rich text editors.
h have five rich text editors in my form that i want show rtf formats that fetch from data base.
the rtf formats is stored in my object array.
for example object[0] is for my first rich text editor , and so on.
how can i bind my binding source to rich text editors that when i navigate with binding navigator the content of each rich text editor change appropriately?
thanks in advanced.