[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Portrait or Landscape from an IF statement



After looking at the SQR archives, I gather that SQR will not support a
change in printing format based on an IF statement.
I am trying to confirm this won't work before I spend three days on it.
Example

   If $p_mfg_rpt = 'Y'
      Use-report land
   Else
      Use-report port
   End-if

Dave Benzenhafer