I thought I had this solved, but I don't. I have this in the Form_Load:When I run the program, the first answer is show as it should, in true RTF format, but If I click on another question, the richtexbox just goes blank, even clicking back on the first question still keeps the richtextbox blank.VB Code:
DPlatform1.Clear() OleDbDataAdapter1.Fill(DPlatform1) rtbPlatformTextBox.DataBindings.Add("Rtf", DPlatform1.Tables(0), "Answer")
both questions do have the rtf format, how come the answers are blank?




Reply With Quote