Patch level : 2.0 nopatch
Files correlati : ba1.exe Ricompilazione Demo : [ ] Commento : AO20102 Una volta finita la conversione di un'area dati appena riportata dalla versione a 16 bit, per ogni articolo non viene riportata la descrizione aggiuntiva. git-svn-id: svn://10.65.10.50/trunk@11496 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
8c42e5fa15
commit
76958249c9
@ -3606,6 +3606,9 @@ const TDate& TRecfield::operator =(const TDate& d)
|
|||||||
|
|
||||||
const char* TRecfield::operator =(const char* s)
|
const char* TRecfield::operator =(const char* s)
|
||||||
{
|
{
|
||||||
|
if (_type == _memofld)
|
||||||
|
_rec->put(_name, s);
|
||||||
|
else
|
||||||
__putfieldbuff( _len, _dec, _type, s, _p);
|
__putfieldbuff( _len, _dec, _type, s, _p);
|
||||||
_rec->setempty(FALSE);
|
_rec->setempty(FALSE);
|
||||||
return s;
|
return s;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user