Error 37000
SQ074: Line 37 (line 550 of "/DAV/VAD/conductor/ie_export.vspx-sql"):
while executing the following statement:
#line 516 "/DAV/VAD/conductor/ie_export.vspx-sql"
create method vc_init_error_temp2 (inout control vspx_template, inout parent vspx_control) for "DB"."dba".page_53bd0c9e313651d868baf89fdda01940V_VAD_conductor_ie__export_vspx
{
if (control.vc_children is not null)
{
return;
}
control.vc_instantiate := 1;
control.vc_attributes := vector (
NULL);
control.vc_children := vector (
(self."mode_temp1":=vspx_template ('mode_temp1', control))."mode_temp1",
(self."mode_temp2":=vspx_template ('mode_temp2', control))."mode_temp2",
NULL
);
if (self.vc_event.ve_is_post and control.vc_control_state is null)
{
control.vc_set_view_state (self.vc_event);
}
--no_c_escapes-
{
#line push
#line 62 "virt://WS.WS.SYS_DAV_RES.RES_FULL_PATH.RES_CONTENT:/DAV/VAD/conductor/ie_export.vspx"
#line pop
}
if (not control.vc_enabled)
{
return;
}
control.vc_invoke_handlers ('on-init');
}