Lines Matching full:svalue
289 WideString sValue = sOldValue;
291 pContext->OnField_Calculate(pFormField, pField, sValue, bRC);
296 if (bRet && bRC && sValue.Compare(sOldValue) != 0)
297 pField->SetValue(sValue, true);
304 WideString sValue = pFormField->GetValue();
307 return sValue;
315 sValue = pFormField->GetOptionLabel(index);
326 WideString Value = sValue;
334 sValue = Value;
340 return sValue;
344 const WideString* sValue,
350 pWidget->ResetAppearance(sValue, bValueChanged);
385 fa.sValue = csValue;
405 fa.sValue = csValue;
652 WideString sValue = OnFormat(pField, bFormatted);
653 ResetFieldAppearance(pField, bFormatted ? &sValue : nullptr, true);