>>
APLDN Home

>>
Events

>>
Trainings

>>
APL Books

>>
APLDN Links

>>
Discussion Groups

>>
Downloads

>>
Articles

>>
Library

>>
Learning Tools

>>
APLDN User IO

>>
APL2000.com




Bug Reports

Author Thread: xGridLines Problem with Grid 76.3.0.3
Rex.Swain
xGridLines Problem with Grid 76.3.0.3
Posted: Thursday, October 12, 2006 11:21 AM (EST)

Grid lines appear on screen, but do not print, despite xGridLines=1.

 

pbug;k;Œwself
© Grid lines do not appear when printing, even though xGridLines=1
© Also, upper-left header cell is a hair higher than other header row cells
© 12 Oct 2006  Rex Swain, Independent Consultant,
www.rexswain.com

Œwself„'fm' Œwi 'Create' 'Form' ('where' 4 10)
   Œwi 'caption' 'Form with Grid'

   Œwself„'.grid' Œwi 'Create' 'APL.Grid'
      Œ„'APL version ',•Œsysver
      Œ„'Grid version ',•Œwi 'XGridVersion'
      Œwi 'xGridLines' 1
      Œwi 'xRows' 100
      Œwi 'xCols'  50
      Œwi 'xValue' ¯1 ¯1 'Rec'
      Œwi 'xValue' ¯1  1 (  1 50½¼  50)
      Œwi 'xValue'  1 ¯1 (100  1½¼ 100)
      Œwi 'xValue'  1  1 (100 50½¼5000)

Œwself„'printer' Œwi 'Create' 'Printer'
   Œwi 'scale' 3
   Œwi 'margin' 72 72 72 72

Œwself„'fm.grid'
   Œwi 'xPrinter' 'printer'
   Œwi 'xPrintMargin' 300 300 300 300  © pixels
   Œwi 'xPrintZoom' 2
   Œwi 'xPrintOptions' 3  © header rows and cols
   k„Œwi 'XPrintInit' 0 1 1 10 4  © just a few cells
   k„Œwi 'XPrintPages' 1

k„'printer' Œwi 'Close'


Comments:

Author Thread:
Support
xGridLines Problem with Grid 76.3.0.3
Posted: Monday, February 19, 2007 2:53 PM (EST)

There is no built-in support for printing gridlines in any versions of the Grid.  So this problem isn't a bug in the Grid but a deficiency that is now being treated as a possible future enhancement.

 

Thank you for bringing it to our attention.

 

APL2000 Support

     



APL2000 Official Web Site

The true "final frontier" is in the minds and the will of people.
-- Gen. Michael E. Ryan, U.S. Air Force Chief of Staff

APLDN Home   |    |  Events   |  Trainings   |  APL Books   |  APLDN Links   |    |  Discussion Groups   |    |  Downloads   |  Articles   |  Library   |  Learning Tools   |  APLDN User IO   |  APL2000.com   |