Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > Database and Reporting > RichTxtBox and Data Form Wizard


Reply
 
Thread Tools Display Modes
  #1  
Old 03-09-2004, 05:19 PM
Lorddrago Lorddrago is offline
Contributor
 
Join Date: Feb 2004
Location: Arkansas
Posts: 402
Default RichTxtBox and Data Form Wizard


I can't seam to figure out how to get my rchtxtbox to work with the data form wizard. If I use the txt boxes that it sets up for me everything works great, I can connect to mysql on my web host, I can add, delete, modify and everyhing else but what I need to do is be able to use a rchtxtbox so I can use bold, fonts and stuff. I have set the data source and the data field for the rchtxtbox and I can view the information in it from my web server but when I click on the modify button nothing happens. here is the code on the modify button:

Private Sub cmdUpdate_Click()
On Error GoTo UpdateErr

datPrimaryRS.Recordset.UpdateBatch adAffectAll
Exit Sub
UpdateErr:
MsgBox Err.Description
End Sub

I'm thinking it has something to do with the Recordset part of the script. And of course I know nothing about how to set up a record set.

Thanks in advance for any help anyone can give me on this.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->