Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing a memo field
Message
De
27/12/2005 18:10:05
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Accessing a memo field
Divers
Thread ID:
01081146
Message ID:
01081146
Vues:
58
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform