I want to know what from this place to change, then I searched for half a day, only found a Angle of the below! This is PB6.5 source please!!!!!!!!!!
This is ITEMERROR ancestors Angle the following content:
String ls_colname, ls_datatype
Int ls_return
Ls_colname=Lower (dwo. Name)
Ls_datatype=Lower (dwo. ColType)
Beep (1)
Messagebox (" error ", "the input data is not in conformity with the requirements, please input again... ", stopsign! , ok!
CHOOSE a CASE ls_datatype
CASE "long"
The integer null_num
SetNull (null_num)
Enclosing SetItem (row, ls_colname null_num)
Ls_RETURN=1
CASE "date"
The date null_date
SetNull (null_date)
Enclosing SetItem (row, ls_colname null_date)
Ls_RETURN=1
CASE "string", "char", "varchar
"String null_string
SetNull (null_string)
Enclosing SetItem (row, ls_colname null_string)
Ls_RETURN=1
CASE "a datetime"
Datetime null_date1
SetNull (null_date1)
Enclosing SetItem (row, ls_colname null_date1)
Ls_RETURN=1
CASE "decimal", "double" and "real"
A Decimal null_data1
SetNull (null_data1)
Enclosing SetItem (row, ls_colname null_data1)
Ls_RETURN=1
//Additional cases for other data types
The END CHOOSE
Return 1
CodePudding user response:
Let the progenitor code does not perform,In this dw window ITEMERROR write return 1
Then click right, ensure the extend ancestor script don't choose,
CodePudding user response:
the ITEMERROR ancestors script code itself is garbage, basically doesn't make sense! Keep the stem what? All deleted write yourselfCodePudding user response:
Dwo. What is the Name of the ah, is variable, or what, why I can't find it defined position!!!! 11CodePudding user response:
In the data window object name DWO data window event in itself is a parameter, used to identify you do judgment with an object,CodePudding user response: