Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8581

Re: How to use TextCollection and display as multiple-line UI

$
0
0

qryApp_QueryByElements = Activity.QueryByElements;

selParamsApp_QueryByElements = qryApp_QueryByElements.CreateSelectionParams();

selParamsApp_QueryByElements.Add(qryApp_QueryByElements.ID, "I","EQ", this.ID.content);

selParamsApp_QueryByElements.Add(qryApp_QueryByElements.TypeCode, "I","EQ", "12");

qryApp_Result = qryApp_QueryByElements.Execute(selParamsApp_QueryByElements);

var cont = qryApp_Result.Count();


Viewing all articles
Browse latest Browse all 8581

Trending Articles