Isadore, Thanks.
However I don't have any apostrophies in the string. I even defined a string of 900 characters, all 'a's, and 900 it would except but 901 it wouldn't store in the Memo field. I also tried using a DataSet and setting directly using:
MyDS.Fields("Notes").Value =...
Greetings,
I have a problem with a Memo field in Acces 2000. I am using VB.Net and excuting an SQL INSERT INTO statements to save the contents on a text box to the DB.
I have tried both ADO and ADO.Net but both neither will save the data. If I use a Left(txtBox.Text,900) the string is save...
Thank you.
I was using the API because soemone had recommended is as the way to retrieve the path to My Documents.
I must admit however that Environment.GetFolderPath(......
is much easier and cleaner.
Anyone successfully used this in VB.Net. I've been trying, unsuccessfuly however.
I been using the following:
Public Enum eCSIDL
CSIDL_DESKTOP = 0
CSIDL_INTERNET = &H1
CSIDL_PROGRAMS = &H2
CSIDL_CONTROLS = &H3
CSIDL_PRINTERS = &H4
CSIDL_PERSONAL...
Thanks woyler,
I did figure it out however after several tries. It helps to get all the event references correct so that the event fires it can be trapped.
Greetings,
I've got a problem that for the life of me I can't find a workable
solution.
In a nutshell, I have 6 label controls on a UserControl. Clicking any
of the labels fires the Click Event for the associated label.
I have created a class to build an 'array' of the user control. In the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.