Available in:
Apps (win)
Apps (char)
Reportwriter
RPC
Standalone PL
X
X
void db_msgdump(row,col) int row,col
row | specifies the row position for the displayed
window. -1 places the upper left of the box at the cursor position. -2 places the box in the
center of the screen.
|
col | specify column location of the view box; -1 places the upper left of the box at the cursor position. -2 places the box in the center of the screen. |
if (g.error_code == err_DB) db_msgdump(3,4);