Campi lunghi 256 caratteri anziche' 80
git-svn-id: svn://10.65.10.50/trunk@981 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
bc9da35a82
commit
d3075ebb33
@ -1,4 +1,4 @@
|
||||
// $Id: maskfld.cpp,v 1.75 1995-02-01 18:03:51 guy Exp $
|
||||
// $Id: maskfld.cpp,v 1.76 1995-02-09 08:13:46 villa Exp $
|
||||
#include <xvt.h>
|
||||
|
||||
#include <applicat.h>
|
||||
@ -471,7 +471,7 @@ void TMask_field::set(const char* s)
|
||||
|
||||
TString& TMask_field::get() const
|
||||
{
|
||||
static TString80 gpark;
|
||||
static TString256 gpark;
|
||||
|
||||
if (mask().is_running())
|
||||
gpark = get_window_data();
|
||||
@ -601,7 +601,7 @@ bool TMask_field::do_message(int num)
|
||||
if (message == NULL || message->empty()) return FALSE;
|
||||
|
||||
TToken_string msg(16, ',');
|
||||
TString80 value;
|
||||
TString256 value;
|
||||
|
||||
for (const char* m = message->get(0); m && *m; m = message->get())
|
||||
{
|
||||
@ -1288,7 +1288,7 @@ int TBrowse::do_input(bool filter)
|
||||
_inp_id.restart();
|
||||
_inp_fn.restart();
|
||||
|
||||
TString80 val; // Value to output
|
||||
TString256 val; // Value to output
|
||||
bool tofilter;
|
||||
|
||||
for (const char* fld = _inp_id.get(); fld; fld = _inp_id.get())
|
||||
@ -1355,7 +1355,7 @@ void TBrowse::do_output(CheckTime t)
|
||||
if (t == FINAL_CHECK)
|
||||
return;
|
||||
|
||||
TString80 sum;
|
||||
TString256 sum;
|
||||
TToken_string flds(24, '+');
|
||||
|
||||
_out_fn.restart();
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $Id: maskfld.h,v 1.22 1995-02-01 18:03:56 guy Exp $ */
|
||||
/* $Id: maskfld.h,v 1.23 1995-02-09 08:13:51 villa Exp $ */
|
||||
#ifndef __MASKFLD_H
|
||||
#define __MASKFLD_H
|
||||
|
||||
@ -217,7 +217,7 @@ class TEdit_field : public TMask_field
|
||||
|
||||
protected:
|
||||
// @DPROT
|
||||
TString80 _str;
|
||||
TString256 _str;
|
||||
TString16 _picture;
|
||||
TString _warning;
|
||||
CheckType _check; // Accettabilita' di valori nulli
|
||||
|
Loading…
x
Reference in New Issue
Block a user