Patch level : 12.0 998
Files correlati : xvaga.dll Commento : Aggiunte funzioni per verificare e scaricare un URL Aggiunto supporto per finestre principali non a pieno schermo. bisogna specificare nel paragrafo main di campo.ini MaxDim= "dimX"x"dimY esempio MaxDim=1024x768
This commit is contained in:
parent
7a4c330211
commit
6f318c9924
@ -3241,8 +3241,6 @@ void TRectype::init(int logicnum)
|
|||||||
|
|
||||||
if (_length > 0 && lf_has_memo(logicnum))
|
if (_length > 0 && lf_has_memo(logicnum))
|
||||||
init_memo(RECORD_NON_FISICO);
|
init_memo(RECORD_NON_FISICO);
|
||||||
clear_modified_fields();
|
|
||||||
set_preserve_values();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
TRectype::TRectype(int logicnum)
|
TRectype::TRectype(int logicnum)
|
||||||
@ -3731,7 +3729,6 @@ void TRectype::put_str(const char* fieldname, const char* val)
|
|||||||
if (ft == _boolfld)
|
if (ft == _boolfld)
|
||||||
val = (*val && strchr("1STXY", toupper(*val)) != NULL) ? "T" : "F";
|
val = (*val && strchr("1STXY", toupper(*val)) != NULL) ? "T" : "F";
|
||||||
|
|
||||||
set_modified_field(nf, val);
|
|
||||||
if (*val == '\0')
|
if (*val == '\0')
|
||||||
{
|
{
|
||||||
TRecfield f(*this, fieldname);
|
TRecfield f(*this, fieldname);
|
||||||
@ -3778,7 +3775,6 @@ void TRectype::zero(const char* fieldname)
|
|||||||
const byte dec = recd.Fd[nf].Dec;
|
const byte dec = recd.Fd[nf].Dec;
|
||||||
const TFieldtypes type = (TFieldtypes) recd.Fd[nf].TypeF;
|
const TFieldtypes type = (TFieldtypes) recd.Fd[nf].TypeF;
|
||||||
|
|
||||||
set_modified_field(nf, "");
|
|
||||||
switch (type)
|
switch (type)
|
||||||
{
|
{
|
||||||
case _datefld:
|
case _datefld:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user