
c4b:help!:internal error 01:wsldial:
Hello,
In my application I get an error:
Internal error 01: WSLDIAL
in c4runx.dll
It halts on a report procedure: 3 details, 1 page before normal report, 1
page after normal report. When I delete detail 2 & 3 then the error doesn't
occur, but it had worked fine in the past.
Doe anyone has an explanation/solution?
The report looks like this:
report1
REPORT,AT(500,1500,7250,9698),PAPER(9),PRE(RPT),FONT('Arial',10,,),THOUS
detail1 DETAIL,PAGEBEFORE(-1),AT(,,,5969),USE(?RPT:detail1),FONT(,11,,)
{etc...}
END
breakdag BREAK(BOEK:Aanvraagnummer)
HEADER,PAGEBEFORE(-1),AT(,,,979),FONT(,8,,)
(
BOEK:Aanvraagnummer)
{etc...}
END
detail2 DETAIL,AT(,,,219),USE(?RPT:detail2)
m
a)
{etc...}
END
FOOTER,AT(,,,885),FONT(,10,,)
LINE,AT(2990,156,4250,0),USE(?Line5),COLOR(COLOR:Black),LINEWIDTH(10)
END
END
detail3 DETAIL,PAGEBEFORE(-1),AT(,,,5604),USE(?RPT:detail3)
END
END
Eelco van Bommel