Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing a memo field
Message
From
27/12/2005 18:10:05
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Accessing a memo field
Miscellaneous
Thread ID:
01081146
Message ID:
01081146
Views:
59
I have inserted a record in a table which contains a memo field. The name of the memo field is Result. I can see it in VFP and I see that the memo has been well created. In VB.NET, the only field I cannot access is the memo field. If I use the same approach as accessing another field, I obtain "Column Result does not belong to table Temp". This is how I wrote the code:
        LogXML.Document.GetElementById("DivInner").InnerHtml = loDataProvider.oDataView(0).Row("Result").ToString
I guess there must be a different way to gain access to a memo field content or a conversion is needed.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform