VistA Analysis » VistA Reference » RPCs » ORWCH SAVECOL

ORWCH SAVECOL

This RPC saves the column width sizes for reports in CPRS for the user.

Properties

Property Value
Label SAVECOL
MUMPS Implementation ORWCH
Return Type SINGLE VALUE

Input Parameters

Name Type Maximum Data Length Required Description
COL LITERAL 245 true Format: ifn^C1,C2,C3,C4,C5,C6 … Where ifn is the internal number of the report in file 101.24, and the2nd '^' piece is the columns separated by commas.

MUMPS Method Description

Property Value
Method SAVECOL^ORWCH
Method Comment save report column sizing information
Input Parameters COL
Code
 N NAM,VAL,ORERR
S OK="",NAM=$P(COL,"^"),VAL=$P(COL,"^",2)
D EN^XPAR(DUZ_";VA(200,","ORWCH COLUMNS REPORTS",NAM,VAL,.ORERR)
I ORERR S OK=COL_":"_ORERR

CPRS

File Type Description
Pascal File rReports.pas


Document generated on August 31st 2022, 2:55:43 pm